prweb.war deployment issue in docker container
Hi,
I have installed pega 7.2.2 using oracle 11g DB on a tomcat application server and my application is running fine.
Now, I am trying to run my pega application with tomact as app server in docker container, using the same database 11g instance. Here I am trying to dockerize only application server.
But my prweb.war deplyment fails due to the below error:
Hi,
I have installed pega 7.2.2 using oracle 11g DB on a tomcat application server and my application is running fine.
Now, I am trying to run my pega application with tomact as app server in docker container, using the same database 11g instance. Here I am trying to dockerize only application server.
But my prweb.war deplyment fails due to the below error:
Sep 26, 2018 8:47:30 PM com.pega.pegarules.internal.bootstrap.PRBootstrap
SEVERE: Problem during method invocation (contextInitialized)
java.lang.NoClassDefFoundError: com/pega/apache/log4j/spi/ThrowableInformation
at com.pega.apache.log4j.spi.LoggingEvent.<init>(LoggingEvent.java:155)
at com.pega.apache.log4j.Category.forcedLog(Category.java:391)
at com.pega.apache.log4j.Category.error(Category.java:322)
at com.pega.pegarules.priv.LogHelperLog4j1.error(LogHelperLog4j1.java:1249)
at com.pega.pegarules.priv.LogHelper.error(LogHelper.java:467)
at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineStartup.initEngine(EngineStartup.java:745)
at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineImpl._initEngine_privact(EngineImpl.java:172)
at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineImpl.doStartup(EngineImpl.java:145)
at com.pega.pegarules.web.servlet.WebAppLifeCycleListener._contextInitialized_privact(WebAppLifeCycleListener.java:317)
at com.pega.pegarules.web.servlet.WebAppLifeCycleListener.contextInitialized(WebAppLifeCycleListener.java:222)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:370)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:411)
at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethodPropagatingThrowable
I have attached the detailed error here. I am unable to make out what exactly is causing this issue. I have go through many posts here and restarted data base, restarted container, verified the DB privileges of pegadata user, no specific database connectivity issues.
Could you please help me to proceed further.
***Edited by Moderator: Pallavi to update platform capability tags***