cancel
Showing results for 
Search instead for 
Did you mean: 

SEVERE: Failed to initialize connector [Connector[HTTP/1.1-8090]]

former_member196171
Participant

Hi Experts,

Configurting SSL  with Tomcat on AIX 7.1 for Opentext ( IXOS) Archive Server 10.50, following the install guide.

Can not connect SSL port 8090 , but can connect via  http 8080, getting following error

INFO: Initializing ProtocolHandler ["http-bio-8090"]

SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-8090"]

SEVERE: Failed to initialize connector [Connector[HTTP/1.1-8090]]

org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-8090]]

INFO: Initializing ProtocolHandler ["http-bio-8090"]

edited server.xml file as below:

commented following line:

<!--<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" /> -->

inserted  following lines

  <Service name="Catalina">

<Connector port="8090"

protocol="HTTP/1.1"

scheme="https"

secure="true"

SSLEnabled="true"

maxThreads="150"

sslProtocol="SSL"

clientAuth="false"

keystoreFile="/otex/certificates/XXX.jks"

keystorePass="**********"

keyAlias="myalias"

/>

<!-- Define a blocking Java SSL Coyote HTTP/1.1 Connector on port 8090 -->

<Connector protocol="org.apache.coyote.http11.Http11Protocol"

           port="8090" />

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member196171
Participant
0 Kudos

Thanks for all your replies,

I have followed tomcat guide plus the OpenText Archive Server Installation Manual.

I like to add further information on the problem that the SSL port 8090 is not up and listening whereas 8080 is up and listening, any clue why 8090 is not up for listening

Al Mamun

former_member187565
Active Contributor
0 Kudos

Hi Abu,

Hope you follow all in the configuration part as mentioned in the below link

http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html

Also check with the AIX team, if there is any particular prerequisite of patch requires for SSL configuration part. As per my personal exp I always find tomcat is more favorable in windows environment .

Regards,

Rafikul

Former Member
0 Kudos

Hi

Can you please check is there any process holding it. If yes kill it and try again.


Regards,

Deepanshu Sharma

Sriram2009
Active Contributor
0 Kudos

Hi

On your browser any proxy or firewall settings are blocking the site?

BR

SS