Service Call Via ServletSessionPool Doesn't Work: "java.lang.NoSuchFieldError: SVCNAME"
(Doc ID 1311649.1)
Last updated on SEPTEMBER 09, 2024
Applies to:
Oracle Tuxedo Jolt - Version 11.1.1.1.0 and laterInformation in this document applies to any platform.
Symptoms
The sample in tuxedo11gR1\samples\jolt\wls\servlet\simpapp throws the exception:
java.lang.NoSuchFieldError: SVCNAME
at bea.jolt.JoltDefinition.getParam(JoltDefinition.java:267)
at bea.jolt.pool.Connection.getDataSet(Connection.java:552)
at bea.jolt.pool.Connection.call(Connection.java:240)
at bea.jolt.pool.SessionPool.call(SessionPool.java:528)
at bea.jolt.pool.SessionPool.call(SessionPool.java:268)
at bea.jolt.JoltDefinition.getParam(JoltDefinition.java:267)
at bea.jolt.pool.Connection.getDataSet(Connection.java:552)
at bea.jolt.pool.Connection.call(Connection.java:240)
at bea.jolt.pool.SessionPool.call(SessionPool.java:528)
at bea.jolt.pool.SessionPool.call(SessionPool.java:268)
This exception may occur with custom implementation of Jolt Pool too.
In this case the Jolt Pool type should be set to SERVLET_SESSION_POOL as following before doing JoltConnectionCall
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |