Products | Versions |
---|---|
TIBCO IntegrationManager | - |
Not Applicable | - |
Once TIBCO IntegrationManager (IM) engine is started and then hit with a load test, then
This issue can be seen in following cases:
Incorrect order of EJB Client libraries causes misleading errors.
Without having interface JAR files, Web Logic Server (WLS) uses different application classloaders to load individual JAR files on the server side.
If JAR files are deployed individually then the same class is loaded with different application loader results into different class hierarchies.
During concurrent invoke requests, different application loaders load the same class which results in class cast exceptions.
For more details on classloader on WLS, refer to http://e-docs.bea.com/wls/docs81/programming/classloading.html
TIBCO IntegrationManager(IM) engine needs to have client ejb stubs in its classpath to avoid such exceptions under the load conditions. This can be done by: