WebLogic Managed Server Starts in Admin Mode via Node Manager after Applying JRF with java.lang.ClassNotFoundException Errors
(Doc ID 2407714.1)
Last updated on OCTOBER 02, 2024
Applies to:
Enterprise Manager for Fusion Middleware - Version 12.2.1.0.0 and laterOracle WebLogic Server - Version 12.2.1.0.0 and later
Information in this document applies to any platform.
Symptoms
After applying JRF Template (Apply JRF Template Button), the managed server will start in Admin Mode when staring with Node Manager.
The following errors are seen in the managed server .out log.
<Date/Timestamp> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JRF Startup Class", java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup.
java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:1026)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:987)
at weblogic.utils.classloaders.GenericClassLoader.doFindClass(GenericClassLoader.java:608)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:540)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:493)
Truncated. see log file for complete stacktrace
>
<Date/Timestamp> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration.
java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:1026)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:987)
at weblogic.utils.classloaders.GenericClassLoader.doFindClass(GenericClassLoader.java:608)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:540)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:493)
Truncated. see log file for complete stacktrace
>
<Date/Timestamp> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "AWT Application Context Startup Class", java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup.
java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:1026)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:987)
at weblogic.utils.classloaders.GenericClassLoader.doFindClass(GenericClassLoader.java:608)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:540)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:493)
Truncated. see log file for complete stacktrace
>
<Date/Timestamp> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "DMS-Startup", java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup.
java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:1026)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:987)
at weblogic.utils.classloaders.GenericClassLoader.doFindClass(GenericClassLoader.java:608)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:540)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:493)
Truncated. see log file for complete stacktrace
>
<Date/Timestamp> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "Web Services Startup Class", java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WebServiceServerStartup.
java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WebServiceServerStartup
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:1026)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:987)
at weblogic.utils.classloaders.GenericClassLoader.doFindClass(GenericClassLoader.java:608)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:540)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:493)
Truncated. see log file for complete stacktrace
>
<Date/Timestamp> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY.>
<Date/Timestamp> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
<Date/Timestamp> <Notice> <Log Management> <BEA-1PORT6> <The Logging monitoring service timer has started to check for logged message counts every 30 seconds.>
<Date/Timestamp> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application ORACLE_COMMON\modules\oracle.dms\dms.war. Ensure that the annotations are valid. The error is oracle.dms.app.DmsSpy>
<Date/Timestamp> <Error> <Deployer> <BEA-149205> <Failed to initialize the application "DMS Application [Version=12.2.1.1.0]" due to error weblogic.application.ModuleException: java.lang.ClassNotFoundException: oracle.dms.app.DmsSpy
weblogic.application.ModuleException: java.lang.ClassNotFoundException: oracle.dms.app.DmsSpy
at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:114)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)
at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:192)
at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:187)
at weblogic.application.utils.StateMachineDriver$ParallelChange.run(StateMachineDriver.java:83)
Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: oracle.dms.app.DmsSpy
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:1026)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:987)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:83)
at weblogic.utils.classloaders.GenericClassLoader.doFindClass(GenericClassLoader.java:608)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:540)
Truncated. see log file for complete stacktrace
>
<Date/Timestamp> <Emergency> <Deployer> <BEA-149259> <Server "MANAGED_SERVER" in cluster "CLUSTER" is being brought up in administration state due to failed deployments.>
<Date/Timestamp> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application "DMS Application [Version=12.2.1.1.0]".
weblogic.application.ModuleException: Module null can not be activated, not in ACTIVATED state: NEW
at weblogic.diagnostics.module.WLDFModule.activate(WLDFModule.java:328)
at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:212)
at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:207)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:45)
at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:57)
Truncated. see log file for complete stacktrace
>
<Date/Timestamp> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "WSM Startup Class", java.lang.ClassNotFoundException: oracle.wsm.config.WSMServerStartupShutdownProvider.
java.lang.ClassNotFoundException: oracle.wsm.config.WSMServerStartupShutdownProvider
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:1026)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:987)
at weblogic.utils.classloaders.GenericClassLoader.doFindClass(GenericClassLoader.java:608)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:540)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:493)
Truncated. see log file for complete stacktrace
>
<Date/Timestamp> <Notice> <Log Management> <BEA-170027> <The server has successfully established a connection with the Domain level Diagnostic Service.>
<Date/Timestamp> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
<Date/Timestamp> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on IP:PORT for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
<Date/Timestamp> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias KEYSTORE from the JKS keystore file KEYSTORE_PATH.>
<Date/Timestamp> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file CACERTS_PATH.>
<Date/Timestamp> <Notice> <WebLogicServer> <BEA-000330> <Started the WebLogic Server Managed Server "MANAGED_SERVER" for domain "domain-name" running in production mode.>
<Date/Timestamp> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on IP:PORT for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
<Date/Timestamp> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on IP:PORT for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
<Date/Timestamp> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on IP:PORT for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
<Date/Timestamp> <Notice> <WebLogicServer> <BEA-000360> <The server started in ADMIN mode.>
<Date/Timestamp> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN.>
Changes
A Custom Node Manager was configured. A Node Manager other than the one built from config.cmd/sh.
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 |