Discussion
WIPRO TECHNOLOGY
IN
Last activity: 31 Aug 2015 8:53 EDT
Personal Edition After Installation Not Working
Hi Team,
I have insatalled PRPC 7.1.7 Personal Edition in Windows 10 system.
After installation,it is working fine but issue is the installation window is not getting closed automatically.
If I close the window and try to start the server, in browser it is showing 404 Error.
Kindly help me ASAP!!!
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Agriculture Victoria
AU
I have been there myself.
Don't worry about the Installation window. I think it does not close because it also runs the Personal Edition for first time from same window. Once you close the window, follow shortcuts on your desktop to start the server again. Starting Personal Edition is a two step process - one to start tomcat and other to start postgres. And Startup shortcut on your desktop (generally named 'PRPC 71x Startup') points to a script, which will run both.
Hope it helps.
WIPRO TECHNOLOGY
IN
Hi Praveen,
Thanks for your reply.
But after closing the installation window if I click on the "Startup shortcut on your desktop (generally named 'PRPC 71x Startup')" and then clicking on the start icon , on the browser I get
HTTP Status 404/prWeb/PRServlet error Requested Resource not available,Apache Tomcat failed.
Below is the script I get in the command line.
Hi Praveen,
Thanks for your reply.
But after closing the installation window if I click on the "Startup shortcut on your desktop (generally named 'PRPC 71x Startup')" and then clicking on the start icon , on the browser I get
HTTP Status 404/prWeb/PRServlet error Requested Resource not available,Apache Tomcat failed.
Below is the script I get in the command line.
Aug 30, 2015 7:39:23 PM com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega
SEVERE: Problem during method invocation (contextDestroyed)
java.lang.RuntimeException: PRAppLoader was not properly initialized, unable to load class com.pega.pegarules.web.servlet.WebAppLifeCycleListener
at com.pega.pegarules.internal.bootstrap.PRBootstrap.getImplementationOf(PRBootstrap.java:199)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.getEntry(PRBootstrap.java:292)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.getMethod(PRBootstrap.java:272)
at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:377)
at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethodPropagatingThrowable(AppServerBridgeToPega.java:216)
at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethod(AppServerBridgeToPega.java:265)
at com.pega.pegarules.internal.web.servlet.WebAppLifeCycleListenerBoot.contextDestroyed(WebAppLifeCycleListenerBoot.java:67)
at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:5035)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5687)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:160)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1879)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Aug 30, 2015 7:39:23 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive C:\Pega PE\PRPCPersonalEdition\tomcat\webapps\prweb.war has finished in 9,321 ms
Aug 30, 2015 7:39:23 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Pega PE\PRPCPersonalEdition\tomcat\webapps\docs
Aug 30, 2015 7:39:24 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory C:\Pega PE\PRPCPersonalEdition\tomcat\webapps\docs has finished in 172 ms
Aug 30, 2015 7:39:24 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Pega PE\PRPCPersonalEdition\tomcat\webapps\examples
Aug 30, 2015 7:39:26 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory C:\Pega PE\PRPCPersonalEdition\tomcat\webapps\examples has finished in 2,453 ms
Aug 30, 2015 7:39:26 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Pega PE\PRPCPersonalEdition\tomcat\webapps\host-manager
Aug 30, 2015 7:39:26 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory C:\Pega PE\PRPCPersonalEdition\tomcat\webapps\host-manager has finished in 203 ms
Aug 30, 2015 7:39:26 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Pega PE\PRPCPersonalEdition\tomcat\webapps\manager
Aug 30, 2015 7:39:27 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory C:\Pega PE\PRPCPersonalEdition\tomcat\webapps\manager has finished in 235 ms
Aug 30, 2015 7:39:27 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Pega PE\PRPCPersonalEdition\tomcat\webapps\ROOT
Aug 30, 2015 7:39:27 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory C:\Pega PE\PRPCPersonalEdition\tomcat\webapps\ROOT has finished in 140 ms
Aug 30, 2015 7:39:27 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Aug 30, 2015 7:39:27 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-9009"]
Aug 30, 2015 7:39:27 PM org.apache.catalina.startup.Catalina start
INFOs: Server startup in 19702 m
I get HTTP Error everytime.
I am using Window 10 with 4 GB RAM.
Kindly help me.
Thanks in Adavance!!
PEG
IN
Please refer platform support guide
https://collaborate.pega.com/discussion/prpc-5x-6x-platform-support-guide-easy-find
Areteans Technology
IN
from the logs it is evident that the classloader did not load completely. check your config file. Not sure if Gangababu is trying to say windows 10 is not supported ?
PEG
IN
Yes Ashok. I was trying to say Windows10 is not supported. Pega hasn't tested on it officially.