Upgrade to Pega Infinity '23 from 8.8.3

Hi,

Greetings. Hope you are well! I am trying to upgrade Pega 8.8.3 to Pega Infinity '23. I have updated the rulebase. I am trying to start the server but i am always getting below exception

22-Jan-2024 15:29:02.354 SEVERE [ip-10-1-0-4] org.apache.catalina.core.StandardServer.await Failed to create server shutdown socket on address [localhost] and port [9006] (base port [9006] and offset [0])
java.net.BindException: Address already in use (Bind failed)

I changed the shutdown port in server.xml from 8005 to 8006, same error as above, i then tried to change to 9006 but still i get same error. I tried to do netstat to see what is listening on port and looks like it is the same pid that i am starting. Can someone please let me know if there is any solution for this?

Regards,

Bharat

Hi @KOMARINA: I feel it is related to stream service. I hope you are using a universal node. Can you check this post and adjust the ports accordingly?

Thanks.

@ArulDevan Hi, thank you, this is not related to stream service, i managed to resolve the issue. extractedFiles within prweb is having a different user than the user which is starting the java. I did do a chown to correct user and restarted the tomcat. This solved the issue.

Regards,

Bharat