SSL_TSL error while starting RTC 2.0 using tomcat
I'm trying to up the Jazz Team Server 2.0 using tomcat, but while starting it is giving me the below error log
SEVERE: Error initializing endpoint
java.io.IOException: SSL_TLS SSLContext not available
at org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.init(JSSE14Socket
Factory.java:129)
at org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESo
cketFactory.java:95)
at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoi
nt.java:293)
at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.j
ava:139)
at org.apache.catalina.connector.Connector.initialize(Connector.java:101
7)
at org.apache.catalina.core.StandardService.initialize(StandardService.j
ava:578)
at org.apache.catalina.core.StandardServer.initialize(StandardServer.jav
a:782)
at org.apache.catalina.startup.Catalina.load(Catalina.java:504)
at org.apache.catalina.startup.Catalina.load(Catalina.java:524)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:267)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Aug 18, 2014 2:15:43 PM org.apache.catalina.startup.Catalina load
SEVERE: Catalina.start
LifecycleException: Protocol handler initialization failed: java.io.IOException
: SSL_TLS SSLContext not available
at org.apache.catalina.connector.Connector.initialize(Connector.java:101
9)
at org.apache.catalina.core.StandardService.initialize(StandardService.j
ava:578)
at org.apache.catalina.core.StandardServer.initialize(StandardServer.jav
a:782)
at org.apache.catalina.startup.Catalina.load(Catalina.java:504)
at org.apache.catalina.startup.Catalina.load(Catalina.java:524)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:267)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Please look into it and suggest me with the solution.
One answer
Hi,
We used to see these errors when the server was setup as a Windows service. If you refer to TN0010: Running Jazz Team Server in Tomcat as a Windows Service
and check the JVM path you're using.
This article has good tips for how to reference the JVM and JAZZ_HOME.
Cheers,
Paul
We used to see these errors when the server was setup as a Windows service. If you refer to TN0010: Running Jazz Team Server in Tomcat as a Windows Service
and check the JVM path you're using.
This article has good tips for how to reference the JVM and JAZZ_HOME.
Cheers,
Paul