Question
1
Replies
242
Views
Posted: August 21, 2019
Last activity: August 22, 2019
Closed
Unable to log in to Pega exercise from VM given URL
I am unable to log in to Pega application to work on the exercise. I tried it on VMware version 15 and 12 workstation player and I got the same result. When I type my VM URL to any browser I am receiving "This site can't be reached". Can you please advise? and FYI, Virtual box did not work for me it gave me "Kernel error". Thanks.
Three things you can check.
1) Login to the VM console with the user name root, and the password install. Then, at the command prompt enter: service tomcat status
The result will be either tomcat is running or tomcat is not running.
If tomcat is not running, enter the command service tomcat start
Wait a few minutes, then try to access Pega again.
If tomcat is running, then your issue is usually an indication that the HTTP request is being intercepted by a proxy server or a VPN router.
If you are connected to a VPN, disconnect.
If you are not connected to a VPN, confirm your network does not route all HTTP request to a proxy server where only listed IP addresses are allowed.
eddie