Question
HSBC
IN
Last activity: 12 Feb 2024 6:28 EST
Unable to load Pega application 7.4
Hi Team,
We have a pega 7.4 application running in liberty server and oracle 11g running in database server.
The application has not been used for quite a long time and now when we are trying to restart the application and database we are getting below error.
Hi Team,
We have a pega 7.4 application running in liberty server and oracle 11g running in database server.
The application has not been used for quite a long time and now when we are trying to restart the application and database we are getting below error.
pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega E Problem during method invocation (contextInitialized) java.lang.NoClassDefFoundError: com.pega.pegarules.internal.bootstrap.BaseLogger at com.pega.pegarules.internal.bootstrap.phase2.PRBootstrapImpl.<clinit>(PRBootstrapImpl.java:184) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) at java.lang.reflect.Method.invoke(Method.java:508) at com.pega.pegarules.internal.bootstrap.PRBootstrap.checkForStartup(PRBootstrap.java:685) at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:408) at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethodPropagatingThrowable(AppServerBridgeToPega.java:224) at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethod(AppServerBridgeToPega.java:273) at com.pega.pegarules.internal.web.servlet.WebAppLifeCycleListenerBoot.contextInitialized(WebAppLifeCycleListenerBoot.java:92) at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:2437) at com.ibm.ws.webcontainer31.osgi.webapp.WebApp31.notifyServletContextCreated(WebApp31.java:514) at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:1041) at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:6683) at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost.startWebApp(DynamicVirtualHost.java:470) at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost.startWebApplication(DynamicVirtualHost.java:465) at com.ibm.ws.webcontainer.osgi.WebContainer.startWebApplication(WebContainer.java:1179) at com.ibm.ws.webcontainer.osgi.WebContainer.access$100(WebContainer.java:110) at com.ibm.ws.webcontainer.osgi.WebContainer$3.run(WebContainer.java:976) at com.ibm.ws.threading.internal.ExecutorServiceImpl$RunnableWrapper.run(ExecutorServiceImpl.java:239) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:522) at java.util.concurrent.FutureTask.run(FutureTask.java:277) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1160) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.lang.Thread.run(Thread.java:822) Caused by: java.lang.ClassNotFoundException: com.pega.pegarules.internal.bootstrap.BaseLogger at com.pega.pegarules.internal.bootstrap.PRMiniLoader.loadClass(PRMiniLoader.java:388) at java.lang.ClassLoader.loadClass(ClassLoader.java:872) ... 25 more
[1/31/24 19:42:28:706 HKT] 00000031 com.ibm.ws.logging.internal.impl.IncidentImpl I FFDC1015I: An FFDC Incident has been created: "java.lang.RuntimeException: Problem during method invocation (contextInitialized) com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated 1341" at ffdc_24.01.31_ Proprietary information hidden.log [1/31/24 19:42:28:708 HKT] 00000031 com.ibm.ws.webcontainer.webapp E SRVE0283E: Exception caught while initializing context: java.lang.RuntimeException: Problem during method invocation (contextInitialized) at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethod(AppServerBridgeToPega.java:279) at com.pega.pegarules.internal.web.servlet.WebAppLifeCycleListenerBoot.contextInitialized(WebAppLifeCycleListenerBoot.java:92) at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:2437) at com.ibm.ws.webcontainer31.osgi.webapp.WebApp31.notifyServletContextCreated(WebApp31.java:514) at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:1041) at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:6683) at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost.startWebApp(DynamicVirtualHost.java:470) at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost.startWebApplication(DynamicVirtualHost.java:465) at com.ibm.ws.webcontainer.osgi.WebContainer.startWebApplication(WebContainer.java:1179) at com.ibm.ws.webcontainer.osgi.WebContainer.access$100(WebContainer.java:110) at com.ibm.ws.webcontainer.osgi.WebContainer$3.run(WebContainer.java:976) at com.ibm.ws.threading.internal.ExecutorServiceImpl$RunnableWrapper.run(ExecutorServiceImpl.java:239) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:522) at java.util.concurrent.FutureTask.run(FutureTask.java:277) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1160) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.lang.Thread.run(Thread.java:822) Caused by: java.lang.NoClassDefFoundError: com.pega.pegarules.internal.bootstrap.BaseLogger at com.pega.pegarules.internal.bootstrap.phase2.PRBootstrapImpl.<clinit>(PRBootstrapImpl.java:184) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) at java.lang.reflect.Method.invoke(Method.java:508) at com.pega.pegarules.internal.bootstrap.PRBootstrap.checkForStartup(PRBootstrap.java:685) at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:408) at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethodPropagatingThrowable(AppServerBridgeToPega.java:224) at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethod(AppServerBridgeToPega.java:273) ... 16 more Caused by: java.lang.ClassNotFoundException: com.pega.pegarules.internal.bootstrap.BaseLogger at com.pega.pegarules.internal.bootstrap.PRMiniLoader.loadClass(PRMiniLoader.java:388) at java.lang.ClassLoader.loadClass(ClassLoader.java:872) ... 25 more
[1/31/24 19:42:28:751 HKT] 00000031 com.ibm.ws.app.manager.AppMessageHelper A CWWKZ0001I: Application prweb started in 2.439 seconds. [1/31/24 19:42:28:935 HKT] 00000029 com.ibm.ws.tcpchannel.internal.TCPPort I CWWKO0219I: TCP Channel defaultHttpEndpoint has been started and is now listening for requests on host * (IPv4) port 19080. [1/31/24 19:42:28:936 HKT] 00000029 com.ibm.ws.tcpchannel.internal.TCPPort I CWWKO0219I: TCP Channel defaultHttpEndpoint-ssl has been started and is now listening for requests on host * (IPv4) port 19043. [1/31/24 19:42:28:940 HKT] 00000029 com.ibm.ws.tcpchannel.internal.TCPPort I CWWKO0219I: TCP Channel wasJmsEndpoint547 has been started and is now listening for requests on host localhost (IPv4: Proprietary information hidden) port 7276. [1/31/24 19:42:28:940 HKT] 00000029 com.ibm.ws.tcpchannel.internal.TCPPort I CWWKO0219I: TCP Channel wasJmsEndpoint547-ssl has been started and is now listening for requests on host localhost (IPv4: Proprietary information hidden) port 7286. [1/31/24 19:42:28:972 HKT] 00000029 com.ibm.ws.kernel.feature.internal.FeatureManager A CWWKF0012I: The server installed the following features: [appClientSupport-1.0, appSecurity-2.0, batch-1.0, beanValidation-1.1, cdi-1.2, concurrent-1.0, distributedMap-1.0, ejb-3.2, ejbHome-3.2, ejbLite-3.2, ejbPersistentTimer-3.2, ejbRemote-3.2, el-3.0, federatedRegistry-1.0, j2eeManagement-1.1, jacc-1.5, jaspic-1.1, javaMail-1.5, javaee-7.0, jaxb-2.2, jaxrs-2.0, jaxrsClient-2.0, jaxws-2.2, jca-1.7, jcaInboundSecurity-1.0, jdbc-4.1, jms-2.0, jndi-1.0, jpa-2.1, jpaContainer-2.1, jsf-2.2, json-1.0, jsonp-1.0, jsp-2.3, ldapRegistry-3.0, localConnector-1.0, managedBeans-1.0, mdb-3.2, monitor-1.0, servlet-3.1, spnego-1.0, ssl-1.0, wasJmsClient-2.0, wasJmsSecurity-1.0, wasJmsServer-1.0, webProfile-7.0, websocket-1.1, wmqJmsClient-2.0, wsSecurity-1.1]. [1/31/24 19:42:28:973 HKT] 00000029 com.ibm.ws.kernel.feature.internal.FeatureManager I CWWKF0008I: Feature update completed in 14.088 seconds. [1/31/24 19:42:28:973 HKT] 00000029 com.ibm.ws.kernel.feature.internal.FeatureManager A CWWKF0011I: The GSR01 server is ready to run a smarter planet. The GSR01 server started in 15.467 seconds. [1/31/24 19:42:29:006 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRServletProtected in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:29:088 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRServletProtected/* in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:29:171 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRServletProtectedAuth in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:29:251 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRServletProtectedAuth/* in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:29:331 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRServletCustom in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:29:410 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRServletCustom/* in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:29:489 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRServletCustomAuth in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:29:566 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRServletCustomAuth/* in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:29:643 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRPortletService in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:29:718 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRPortletService/* in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:29:847 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRPortletServiceAuth in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:29:921 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRPortletServiceAuth/* in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:29:997 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRWebLDAP1 in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:30:072 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRWebLDAP1/* in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:30:147 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRWebLDAP1Auth in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:30:221 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRWebLDAP1Auth/* in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:30:296 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRWebLDAP2 in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:30:370 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRWebLDAP2/* in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:30:444 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRWebLDAP2Auth in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:30:519 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRWebLDAP2Auth/* in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:30:593 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRWebLDAP3 in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:30:666 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRWebLDAP3/* in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:30:742 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRWebLDAP3Auth in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:30:816 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRWebLDAP3Auth/* in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:30:890 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRServletContainerAuth/* in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:30:963 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /PRSOAPServletContainerAuth in application prweb, the following HTTP methods are uncovered, and accessible: GET PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:31:040 HKT] 00000031 com.ibm.ws.webcontainer.security.ServletStartedListener I CWWKS9122I: For URL /DiagnosticData in application prweb, the following HTTP methods are uncovered, and accessible: PUT DELETE HEAD OPTIONS TRACE [1/31/24 19:42:37:093 HKT] 00000030 com.pega.pegarules.internal.bootstrap.PRBootstrap Z prbootstrap.properties merged with prbootstrap entries in Data-Admin-System-Settings [1/31/24 19:42:37:094 HKT] 00000030 com.pega.pegarules.internal.bootstrap.PRMiniLoader Z Will load phase 2 bootstrap from Pega-EngineCode:06-02-20 [1/31/24 19:42:37:120 HKT] 00000030 pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega E Problem during method invocation (init) java.lang.NoClassDefFoundError: com.pega.pegarules.internal.bootstrap.BaseLogger
This is DB side error:
Tue Feb 06 17:27:30 2024 06-FEB-2024 17:27:30 * 12560 TNS-12560: TNS:protocol adapter error TNS-00540: SSL protocol adapter failure
Could you please help me find solution.
***Edited by Moderator Rupashree to add Capability tags***