Ant -f TxkEBSAuth.xml DeployApplication Fails with WLSTException: Error occured while performing undo
(Doc ID 1919503.1)
Last updated on OCTOBER 09, 2019
Applies to:
Oracle Application Object Library - Version 12.1.3 to 12.2 [Release 12.1 to 12.2]Information in this document applies to any platform.
Symptoms
On Oracle Applications 12.1.3 version using Oracle Access Manager,
when attempting to deploy fndauth.war running the command ant -f txkEBSAuth.xml deployApplication it is failing
with the following error:
[wlst] ERROR: Error encountered while activating the changes.
[wlst] Canceling the edit session.
[wlst] ************************************************************************
[wlst] Traceback (innermost last):
[wlst] File "/tmp/wlsttempfile867908563.py", line 103, in ?
[wlst] File "", line 428, in undo
[wlst] File "", line 1848, in raiseWLSTException
[wlst] WLSTException: Error occured while performing undo : Cannot call undo without an edit session in progress
[wlst] Canceling the edit session.
[wlst] ************************************************************************
[wlst] Traceback (innermost last):
[wlst] File "/tmp/wlsttempfile867908563.py", line 103, in ?
[wlst] File "", line 428, in undo
[wlst] File "", line 1848, in raiseWLSTException
[wlst] WLSTException: Error occured while performing undo : Cannot call undo without an edit session in progress
The following is the error in the Managed Server out log where AccessGate was getting installed:
<Aug 21, 2014 8:52:48 PM EDT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1408668763196' for task '3'. Error is: 'weblogic.application.ModuleException: '
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NoSuchMethodError: oracle.apps.fnd.util.PreCondition.assertNotNullOrEmpty(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
at oracle.apps.fnd.ext.sso.FndSsoConfigListener.contextInitialized(Unknown Source)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
Truncated. see log file for complete stacktrace
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NoSuchMethodError: oracle.apps.fnd.util.PreCondition.assertNotNullOrEmpty(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
at oracle.apps.fnd.ext.sso.FndSsoConfigListener.contextInitialized(Unknown Source)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
Truncated. see log file for complete stacktrace
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 |