RTC 5.0.2 tomcat Service error
![]() Have RTC 5.0.2 installed on SERVER 2012 R2 and running through the instructions to make tomcat a service. The service starts but I can't get to the page. I see in catalina I have an error:
SEVERE: Failed to Initalize End Point Associated With Protocol Handler ["http-bio-9443"]
Throwable occurred: java.io.IOException: ${jazz.connector.algorithm} KeyManagerFactory not available
At org.apache.tomcat.internal.jsse.JSSESocketFactory
anyone know what to try? JRE_HOME and JAZZ_HOME are set as windows environment variables and I have tried setting them on the java tab in the service. |
4 answers
![]()
Hello Scott,
I found another forum post that had the same error you've posted. Forum Post: How to fix SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-9443"] It says the issue was a missing java option. -Djazz.connector.algorithm=Ibmx509 I hope this helps. Comments Thanks. I will check to make sure I spelled it correctly but that tag is in the java tab. This is set correctly as I cut and paste these and several other options directly from the server.startup file. IBM is not sure what is going on with this keymanager error. Tomcat does startup as I can get to the page at port 9080 but since it cannot open 9443 I can't get into RTC. |
![]()
Good afternnon, what happened with this issue? We're going to upgrade our CLM 4.0.7 to 5.0.2 and we'd like to know if you resolved this problem...
Thanks!
|
![]()
The answer that fixed the problem - the java batch files were ignoring the windows environment variables so we had to put everything as settings in the batch file (JAZZ_HOME, JRE_HOME, etc).
|
Comments
Is the host uri set properly? It looks like it is looking to connect to a handler at http-bio-9443 instead of https://bio:9443, unless the message is mangling the value.
Where would I check the host uri setting? I don't see this in the java tab and I would suspect it is set correctly since I can run the dos file manually and it runs.
uri is set correctly since I can manually start this. Verified with IBM call