staI guess this is the problem , although I don't understand it

catalina log file:



Oct 30, 2009 11:22:54 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2799 ms
Oct 30, 2009 11:22:55 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Oct 30, 2009 11:22:55 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
Oct 30, 2009 11:23:01 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Oct 30, 2009 11:23:01 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Address already in use:
JVM_Bind
Oct 30, 2009 11:23:01 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8010
Oct 30, 2009 11:23:01 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=1 time=0/140  config=null
Oct 30, 2009 11:23:01 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 7146 ms
Oct 30, 2009 11:23:02 AM org.apache.catalina.core.StandardServer await
SEVERE: StandardServer.await: create[8005]:
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at org.apache.catalina.core.StandardServer.await(StandardServer.java:373)
at org.apache.catalina.startup.Catalina.await(Catalina.java:647)
at org.apache.catalina.startup.Catalina.start(Catalina.java:607)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Oct 30, 2009 11:23:02 AM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Oct 30, 2009 11:23:03 AM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Oct 30, 2009 11:23:03 AM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080







On Fri, Oct 30, 2009 at 7:27 AM, Peter Crowther <peter.crowt...@melandra.com
> wrote:

> 2009/10/30 Brian Wolf <brw...@gmail.com>:
> > I've installed and   un-installed  Tomcat 5.x and 6.x several times using
> > the windows  installer  on the Tomcat Apache site  on Windows XP.
> >
> > I've started  it as service, and  not, manually, on port 80 and 8080.
> > Stopped all other  server related software. In all cases , when I point
> my
> > various browsers (Firefox and Chrome) (proxies OFF) at
> http://localhost:8080or
> > http://localhost/  or   http://localhost:8080/example  or /examples  etc
> I
> > get broken connection.
>
> Two quick questions to start the debugging process - feel free to post
> back here if these don't help, and we'll see what we can do.
>
> Start Tomcat.  In a command prompt, type:
>  netstat -an | find "80"
> (or "8080" as appropriate).  Does anything show up on the appropriate
> port?  Does that change when you stop Tomcat?
>
> Are there any messages in Tomcat's log files that might indicate it
> can't bind to the appropriate address for some reason?
>
> (Proxy question removed after I noted your comment above - thanks for
> posting comprehensive information, it helps a lot!)
>
> - Peter
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to