Question
Tata Consultancy Services
IN
Last activity: 16 Oct 2018 12:03 EDT
HTTP Status 404 - /prweb/PRServlet
Hi,
I Installed Pega 7.2.2 Personal Edition and I am getting error HTTP Status 404 - /prweb/PRServlet.
Please help me to get rid of this error.
Thanks
***Updated by moderator: Lochan to update Categories***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
IN
Hi ,
Can you verify, if you have your tomcat up and running by hitting the servername:portno.
Later check, if you have deployed the prweb war file ?
You can also try giving the ipaddress, in place of servername to be sure , before hitting the url.
Pegasystems Inc.
IN
Hi Cholan,
Are you seeing any error in the start up log of the application server?
Can you try the following in a windows command line and post a screenshot of what you are seeing:
- lsnrctl status
- sqlplus <username>/<password>
- sqlplus <username>/<password><SID>
Regards,
Sudhish OP
Tata Consultancy Services
IN
Thanks, will check and let know the status.
Pegasystems Inc.
US
Virtusa IT Consulting
AE
What error/exception do you see in the logs?
Analysing PegaRULES.log file will be helpful for you to understand the root cause.
Cognizant
IN
Hi All,
I am new to pega and same error i am also facing, Unable to find solution. Please help me. Log file is also attached
Pegasystems Inc.
IN
Can you try the following in a windows command line and post a screenshot of what you are seeing:
- lsnrctl status
- sqlplus <username>/<password>
- sqlplus <username>/<password><SID>
Cognizant
IN
Hi Othos,
This command is not working.
Pegasystems Inc.
IN
Hi Siddhabattula,
Please try the below steps for the command. But before that, kindly let me know whether you are able to connect to DB using the username and password configured for PRPC via SQLPLUS ? Also using SID with that ? ( Refer my above comment item #2 & #3)
- Open a command window.
- Type lsnrctl
- You will get a prompt the reads LSNRCTL>
- Type status
- If you see the xe* listeners in READY your database is up and running
If you can´t see the listeners on READY. You need to start the database.
The following steps explain how to startup the database (be adviced this is an Oracle course configuration with no password).
- Open a command window
- Type sqlplus /nolog. You´ll get a SQLPLUS> prompt.
- Type conn / as ssysdba
- Type startup
Cognizant
IN
Hi Othos,
Not able to find anything using above commands. Please help me to find solution.
Pegasystems Inc.
IN
Hi Siddhabattula,
I have requested you to refer above comment #2 and #3 but you have referred the same post item #2 and #3.
This command is to verify the username and password configured for PRPC is valid and able to connect to database. Also, with the configured SID.But i could see that SQLPLUS is showing not recognized command. You need to export your environmental variable to use SQLPLUS command.
What is the versions of DB and application server you are using? Can you please share the complete log file as well?
Updated: 12 Feb 2018 6:13 EST
TATA Consultancy Services Ltd
IN
Hi Oths,
I am also facing same issue.
could you please let me know how to start SQL database from PRPCPersonalEdition.
I have checked with some command reffered by you.
C:\Users\Stalin>sqlplus /nolog
'sqlplus' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Stalin>lsnrctl
'lsnrctl' is not recognized as an internal or external command,
operable program or batch file.
Please help me on this issue
Thanks
Aman
<moderator removed personal information>
Tata Consultancy Services
IN
Hi Team
This issue still exists. Please let me know what is the path of the log file and where do I need to run the below command, since in normal command prompt lsnrctl is not a recognized command.
- Open a command window.
- Type lsnrctl
- You will get a prompt the reads LSNRCTL>
- Type status
- If you see the xe* listeners in READY your database is up and running
Pegasystems Inc.
US
Hello,
Oracle Listener control command need to be executed from the command prompt as shown in the attachment.
You can make sure your Oracle TNS Listener is being started or not from the Services in Windows using services.msc and check the status of Oracle related TNS listener status in the list of services as shown in attachment.
Regards
Mahesh
-
Kemal Onur Demirtas
Capgemini India pvt ltd
IN
Step1:install jdk-8u131-windows-x64.exe http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Step2: install the apache-tomcat-8.5.15
Step3: Click on the pega start up now it will work