Products | Versions |
---|---|
TIBCO BusinessConnect SOAP Protocol | - |
Not Applicable | - |
Resolution:
Description
=========
Unable to run the BusinessConnect SOAP Protocol 5.1 wsdl import/export tool in BC 6.0.
Environment
==========
Linux
Version
=======
BC 6.0
Symptoms:
=========
When running wsdl import/export the following error is seen:
>>>>
Exception in thread "main" java.lang.NoClassDefFoundError: com/tibco/ax/fw/cfg/factory/RepositoryException
Caused by: java.lang.ClassNotFoundException: com.tibco.ax.fw.cfg.factory.RepositoryException
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Unable to find the start class
<<<<<
Cause
======
This error occurs in BC 6.0 because the configstore.jar file location has been changed from "bc_home/lib/" in BC 5.0.X to "bc_home/lib/common" in BC 6.0.X.
Resolution
==========
Add “bc_home/lib/common/configstore.jar” path in "tibco.class.path.extended" in the wsdlimport/export.tra file. This will resolve the issue.