-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pega-pe - error - ubuntu - aws instance #8
Comments
Is your application working since the message is only info |
It is not working when I am trying to access the url. |
Did you follow all the steps according to the document and also the tomcat version |
Yes, I followed all the steps that was mentioned in the git hub repo. |
Pega personal edition which one did you use |
I used the same one mentioned here that is 8.7 |
Pls share your os version and also the complete zip name of pega personal edition |
I used this link to download personal edition: https://harshatrainings.com/downloads/ "Click here to Download Pega Software 8.7 V" Here is the OS version details PRETTY_NAME="Ubuntu 22.04.2 LTS" And here is the tomcat version : apache-tomcat-8.5.14 |
Can you also paste the output of this command
|
x86_64 |
Did you find anything? |
I will test and let you know since I used debian I will test it on ubuntu |
Thanks for confirming! |
Can you pls paste the output of
|
It was earlier 8080 only, I changed it only from troubleshooting
perspective, it was not working before also. I have now changed it back to
8080 , used the server.xml file you provided. And also pasted the output of
the command you suggested.
Thanks & Regards,
Manish Singh(987-020-7179)
…On Thu, Jun 15, 2023 at 1:34 AM Sunil Sankar ***@***.***> wrote:
@msingh1304 <https://github.com/msingh1304> pls try tomcat on 8080 not
8443. if you have made changes to server.xml. Please replace it with this
file
https://github.com/sunilsankar/pega-pe/blob/master/conf/server.xml
and restart tomcat
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3AXSCRE56QZCWA7EDRS7ZLXLIKMBANCNFSM6AAAAAAZDA7WAM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
ps -ef|grep java root 2976 1 9 Jun14 ? 02:04:07 /usr/bin/java -Djava.util.logging.config.file=/opt/apache-tomcat-8.5.14/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Xms4096m -Xmx4096m -DNodeType=Stream,BackgroundProcessing,WebUser,Search -Djdk.tls.ephemeralDHKeySize=2048 -Djava.protocol.handler.pkgs=org.apache.catalina.webresources -classpath /opt/apache-tomcat-8.5.14/bin/bootstrap.jar:/opt/apache-tomcat-8.5.14/bin/tomcat-juli.jar -Dcatalina.base=/opt/apache-tomcat-8.5.14 -Dcatalina.home=/opt/apache-tomcat-8.5.14 -Djava.io.tmpdir=/opt/apache-tomcat-8.5.14/temp org.apache.catalina.startup.Bootstrap start |
netstat -aunltp|grep java |
@sunilsankar , I pasted the requested output |
This command also
|
wget http://localhost:8080/prweb/ index.html 100%[==================================================>] 23.34K --.-KB/s in 0s |
FYI: I tried replacing the localhost with my internal ip, it doesn't work, can we associate static public ip to this set up that listens on port 80, because port 8080 is sometimes blocked at many places. |
If you are able to download index.html it means pega is working fine. Don't change server.xml file for now .I will give you a script to setup apache so that you can access via 443 .But you will need to wait |
Sure, thanks a lot. And I can also use static public ip for the url, right?
Regards,
Manish Singh
…On Thu, 15 Jun 2023, 11:33 Sunil Sankar, ***@***.***> wrote:
If you are able to download index.html it means pega is working fine.
Don't change server.xml file for now .I will give you a script to setup
apache so that you can access via 443 .But you will need to wait
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3AXSCTHQALKDLQ5XYXA3ODXLKQSHANCNFSM6AAAAAAZDA7WAM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
It is working now on 8080 port but instead of this I would like to run it on 8443 port, I tried changing the port but it didnot work, any idea? |
@msingh1304 good to hear it is working in 8080 . To make it work in 8443. take this feature branch
with these files in the branch
|
@sunilsankar - I am getting this error message, getting this in the logs. It is not working for me.
"2023-06-12 06:06:24,127 [ PegaRULES-Batch-10] [ STANDARD] [ ] [ PegaRULES:8] (PortNumber.PESetup_Work.Action) INFO ACR003NP012QXCMANIZ4RDISHAN8D5PA - PETomcatHTTPPort = null."
I also tried changing the port to 80 and 8443 by going server.xml file but it didn't work. Could you please help?
The text was updated successfully, but these errors were encountered: