• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

need help with tomcat 7 socket bind failed.

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I know this was brought up many times before. I just can't seem to figure out what the problem is.
Tomcat works fine when I run localhost:8080.
But this error keeps coming up everytime I start tomcat.
I am not using IDE. I am starting tomcat directly from bin.
I have tried different port number in server.xml, also got a fresh tomcat, checked netstat make sure nothing is running before I start, tried restarting my computer, checked that java isn't running in process.
Also tried with tomcat 6.
But none of these help me get rid of socket bind failed that comes up in console.

The problem I have is that I am trying to test ssl, but it isn't working. Mind you I literally tried everything online.
I am assuming that this socking bind error is the root of the problem.

Here is my log of fresh Tomcat7 without any changes to xml.

 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Sure looks like something else is already using the 8443 port.

Perhaps there is something odd about your configuration of connectors in the server.xml file.

Bill
 
reply
    Bookmark Topic Watch Topic
  • New Topic