Integration server issue after migrating from 9.12 to 10.5

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)

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

Thanks,
-Kalpesh.

1 Like

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

This topic was automatically closed after 1083 days. New replies are no longer allowed.