NullPointerException Is Thrown During Production Redeployment When JDBC Persistent Sessions Are Configured
(Doc ID 2133003.1)
Last updated on SEPTEMBER 11, 2024
Applies to:
Oracle WebLogic Server - Version 12.1.3.0.0 to 12.1.3.0.0 [Release 12c]Information in this document applies to any platform.
Symptoms
A NullPointerException is thrown during production redeployment when JDBC persistent sessions are configured:
####<2016/04/07 11:11:11 JST> <Error> <Deployer> <> <Server01> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <
weblogic.application.ModuleException: java.lang.NullPointerException
at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:114)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)
...
...
Caused By: java.lang.NullPointerException
at weblogic.servlet.internal.session.SessionConfigManager.isSamePersistentStore(SessionConfigManager.java:402)
at weblogic.servlet.internal.session.SessionContextFactoryImpl.validate(SessionContextFactoryImpl.java:76)
at weblogic.servlet.internal.session.SessionContextFactoryImpl.createSessionContext(SessionContextFactoryImpl.java:41)
...
...
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 |
Cause |
Solution |
References |