IDM 4.9 managed system gateway and jdbc driver error Jetty

Hi,

today upgrade IDM at 4.9 and at start, MSG and jdbc driver shows me this error and stop:

[12/10/24 13:35:48.463]:Managed System Gateway Driver PT:
<nds dtdversion="4.0" ndsversion="8.x">
  <source>
    <product edition="Advanced" version="4.9.0.0000">DirXML</product>
    <contact>NetIQ Corporation</contact>
  </source>
  <output>
    <instance class-name="DirXML-Driver" event-id="0" qualified-src-dn="O=services\CN=DriverSet\CN=Managed System Gateway Driver" src-dn="\OTB-IAM\services\DriverSet\Managed System Gateway Driver" src-entry-id="353269">
      <attr attr-name="GUID">
        <value timestamp="1445256919#9" type="octet">sR1k8eTvk01NpLEdZPHk7w==</value>
      </attr>
    </instance>
    <status event-id="0" level="success"></status>
  </output>
</nds>
[12/10/24 13:35:48.465]:Managed System Gateway Driver PT:Managed System Gateway Driver: Initiallizing MSGatewayListener....
[12/10/24 13:35:48.465]:Managed System Gateway Driver PT:Managed System Gateway Driver: Starting the MSGatewayListener....
[12/10/24 13:35:48.465]:Managed System Gateway Driver PT:
DirXML Log Event -------------------
     Driver:   \OTB-IAM\services\DriverSet\Managed System Gateway Driver
     Channel:  Publisher
     Object:   null(\OTB-IAM\services\DriverSet\Managed System Gateway Driver)
     Status:   Error
     Message:  Code(-9010) An exception occurred: java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.jetty.server.Server
        at com.novell.nds.dirxml.driver.msgateway.listener.MSGatewayListener.startListener(MSGatewayListener.java:189)
        at com.novell.nds.dirxml.driver.msgateway.MSGatewayPublicationShim.start(MSGatewayPublicationShim.java:198)
        at com.novell.nds.dirxml.engine.Publisher.run(Publisher.java:607)
        at java.base/java.lang.Thread.run(Unknown Source)

[12/10/24 13:35:48.466]:Managed System Gateway Driver PT:Killing driver from publisher thread; after PublicationShim.start().
[12/10/24 13:35:48.467]:Managed System Gateway Driver PT:Requesting termination.
[12/10/24 13:35:48.476]:Managed System Gateway Driver PT:Ending publisher thread.
[12/10/24 13:35:48.542]:Managed System Gateway Driver ST:Leaving event loop.
[12/10/24 13:35:48.542]:Managed System Gateway Driver ST:Shutting down DirXML driver \OTB-IAM\services\DriverSet\Managed System Gateway Driver.
[12/10/24 13:35:48.543]:Managed System Gateway Driver ST:No shutdown policies.
[12/10/24 13:35:48.543]:Managed System Gateway Driver ST:Managed System Gateway Driver: shutdown
[12/10/24 13:35:48.543]:Managed System Gateway Driver ST:Managed System Gateway Driver: Stopping the MSGatewayListener....

I removed cache db files but no chance...

Any idea?

thanks

regards

  • Verified Answer

    0  

    Do you have any JARs on the engines Java classpath path did not come with IDM 4.9?

    On Linux, the first thing to check would be:
    rpm -qf /opt/novell/eDirectory/lib/dirxml/classes/*.jar

  • 0 in reply to   

    Hi,

    we solved this issue.

    Problem was that in classes directory we had old versions of jetty:

    jetty-http-11.0.19.jar  jetty-security-11.0.19.jar  jetty-util-11.0.19.jar    jetty-xml-11.0.19.jar
    jetty-io-11.0.19.jar    jetty-servlet-11.0.19.jar   jetty-webapp-11.0.19.jar  stock-jetty-server-11.0.19.jar

    due to previous installations.

    Moved these to another folder fix the problem.

    thanks