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

2013-04-24 Thread James H. H. Lampert
We're trying to bring up SSL in Tomcat on a customer AS/400 (an E4C at V7R1, using the /QOpenSys/QIBM/ProdData/JavaVM/jdk60/64bit JVM), and every time we launch CATALINA, we get SEVERE: Failed to initialize end point associated with ProtocolHandler [http-bio-443] Throwable occurred

Re: SEVERE: Failed to initialize end point associated with ProtocolHandler [http-bio-443]

2013-04-24 Thread Neven Cvetkovic
we launch CATALINA, we get SEVERE: Failed to initialize end point associated with ProtocolHandler [http-bio-443] Throwable occurred: java.net.BindException: The socket name is already in use. null:443 Earlier today, I found something (I couldn't tell WHAT, because there were no jobs

Re: SEVERE: Failed to initialize end point associated with ProtocolHandler [http-bio-443]

2013-04-24 Thread James H. H. Lampert
Neven Cvetkovic wrote: Btw in your log null is actual real IP address, you just removed it for the mailing list, correct? That's the actual message from CATALINA.OUT, verbatim. Perhaps we're not specifying an IP address in the configuration files (how would one do that?), and (with several

Re: SEVERE: Failed to initialize end point associated with ProtocolHandler [http-bio-443]

2013-04-24 Thread Jakub 1983
James, try to set tomcat port to 1443 and check, and write us if it starts than, try to start knock knock server with default port, than change it to 443 port - http://docs.oracle.com/javase/tutorial/networking/sockets/examples/KnockKnockServer.java (link and explanation is here