IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Integration server issue after migrating from 9.12 to 10.5

  • 1.  Integration server issue after migrating from 9.12 to 10.5

    Posted Thu March 18, 2021 04:02 AM

    Migrated from 9.12 to 10.5 and when starting up the IS getting the following error condition:

    Exception in thread “main” java.lang.NoClassDefFoundError: com/softwareag/common/lic/SagLicException
    at com.softwareag.entirex.aci.Server.init(Server.java:324)
    at com.softwareag.entirex.xml.rt.XMLRPCServer.startXMLRPCServer(XMLRPCServer.java:163)
    at com.softwareag.entirex.xml.rt.XMLRPCServer.main(XMLRPCServer.java:530)
    Caused by: java.lang.ClassNotFoundException: com.softwareag.common.lic.SagLicException
    at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Integration server issue after migrating from 9.12 to 10.5

    Posted Mon March 22, 2021 03:00 PM

    Are you using WmEntirex Adapter in your case? If not, can you disable it and see if problem still persist?

    Thanks,
    -Kalpesh.


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Integration server issue after migrating from 9.12 to 10.5

    Posted Wed March 24, 2021 09:57 AM

    The problem solved by adding the location of the saglic.jar file to the CLASSPATH set statement.

    @set CLASSPATH=%EXXDIR%\classes\entirex.jar;%EXXDIR%..\common\lib\saglic.jar

    Thanks,
    Reg


    #Integration-Server-and-ESB
    #webMethods