Question
3
Replies
429
Views
PEGA
Posted: July 4, 2019
Last activity: August 10, 2019
Closed
Exercise System in VM not working
I am unable to access the mentioned URL http://192.168.86.128:9080/prweb/PRServlet(VM installed Locally).
Attaching the error screen shot.
Any idea on what could be the issue??
The 404 status indicates one of two things.
1) Is your browser configured with a proxy? If so, the IP address is being directed through that proxy and the web app (Pega) is not found at that IP address.
2) Tomcat is not running in the VM. You can check this by logging in to the VM console. The user name is root, and the password is install. Then, enter the command: service tomcat status.
If the result is tomcat not running, enter the command: service tomcat start.
If the result is tomcat is running, then I suspect the request is being rerouted by the network you are on.
eddie