netstat -a | grep 8005

Sverige Altid
Martin-
----- Original Message -----
From: "Ljuba Veselinova" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, December 14, 2007 7:18 AM
Subject: Re: Tomcat does not stay on as a windows service


> Apache is running but it uses port 80. As far as I can tell (via the
> Task manager panel) there are no other instances of tomcat running on
> the machine. How do I check what's running specifically on port 8005?
>
> Thanks a lot for answering!
>
> Ljuba
>
> On Dec 14, 2007 12:37 PM, dirk ooms <[EMAIL PROTECTED]> wrote:
> > there is another process that already uses port 8005. check whether
there are
> > other servers (apache?) or instances of tomcat running on your machine.
> >
> > dirk
> >
> >
> > On Friday 14 December 2007 12:31, Ljuba Veselinova wrote:
> > > I am trying to get Tomcat going on a windows machine. There are
> > > running and woking installations of
> > >
> > > Java 2 Standard Edition Development Kit version 2, update 6, with JRE
> > > and Java Web Start
> > > Apache 2.0.58
> > >
> > > Tomcat seems to install fine; I have created and checked the paths of
> > > the system variables CATALINA_HOME and JAVA_HOME for spelling errors.
> > >
> > > However, Tomcat does not stay on as a service. It starts and a second
> > > later it is off again. I have consulted the log files and really need
> > > help interpreting what they say
> > >
> > > Thanks,
> > > Ljuba
> > >
> > > catalina-2007-12-14.log
> > >
> > > 2007-dec-14 12:14:08 org.apache.coyote.http11.Http11AprProtocol init
> > > INFO: Initializing Coyote HTTP/1.1 on http-8080
> > > 2007-dec-14 12:14:08 org.apache.coyote.ajp.AjpAprProtocol init
> > > INFO: Initializing Coyote AJP/1.3 on ajp-8009
> > > 2007-dec-14 12:14:08 org.apache.catalina.startup.Catalina load
> > > INFO: Initialization processed in 1594 ms
> > > 2007-dec-14 12:14:08 org.apache.catalina.core.StandardService start
> > > INFO: Starting service Catalina
> > > 2007-dec-14 12:14:08 org.apache.catalina.core.StandardEngine start
> > > INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
> > > 2007-dec-14 12:14:09 org.apache.catalina.core.StandardHost start
> > > INFO: XML validation disabled
> > > 2007-dec-14 12:14:13 org.apache.coyote.http11.Http11AprProtocol start
> > > INFO: Starting Coyote HTTP/1.1 on http-8080
> > > 2007-dec-14 12:14:14 org.apache.coyote.ajp.AjpAprProtocol start
> > > INFO: Starting Coyote AJP/1.3 on ajp-8009
> > > 2007-dec-14 12:14:14 org.apache.catalina.storeconfig.StoreLoader load
> > > INFO: Find registry server-registry.xml at classpath resource
> > > 2007-dec-14 12:14:14 org.apache.catalina.startup.Catalina start
> > > INFO: Server startup in 5734 ms
> > > 2007-dec-14 12:14:14 org.apache.catalina.core.StandardServer await
> > > ALLVARLIG: 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:359)
> > >       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:372)
> > >       at org.apache.catalina.startup.Catalina.await(Catalina.java:615)
> > >       at org.apache.catalina.startup.Catalina.start(Catalina.java:575)
> > >       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >       at
> > >
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
> > >9) at
> >
> > >
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
> > >l.java:25) at java.lang.reflect.Method.invoke(Method.java:585)
> > >       at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
> > >       at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
> > > 2007-dec-14 12:14:14 org.apache.coyote.http11.Http11AprProtocol pause
> > > INFO: Pausing Coyote HTTP/1.1 on http-8080
> > >
> > > localhost-2007-12-14.log
> > > INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain:
> > > [org.apache.webapp.balancer.RuleChain:
> > > [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string:
> > > News / Redirect URL: http://www.cnn.com],
> > > [org.apache.webapp.balancer.rules.RequestParameterRule: Target param
> > > name: paramName / Target param value: paramValue / Redirect URL:
> > > http://www.yahoo.com],
> > > [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL:
> > > http://jakarta.apache.org]]
> > > 2007-dec-14 12:14:12 org.apache.catalina.core.ApplicationContext log
> > > INFO: ContextListener: contextInitialized()
> > > 2007-dec-14 12:14:12 org.apache.catalina.core.ApplicationContext log
> > > INFO: SessionListener: contextInitialized()
> > > 2007-dec-14 12:14:13 org.apache.catalina.core.ApplicationContext log
> > > INFO: ContextListener: contextInitialized()
> > > 2007-dec-14 12:14:13 org.apache.catalina.core.ApplicationContext log
> > > INFO: SessionListener: contextInitialized()
> > > 2007-dec-14 12:14:15 org.apache.catalina.core.ApplicationContext log
> > > INFO: SessionListener: contextDestroyed()
> > > 2007-dec-14 12:14:15 org.apache.catalina.core.ApplicationContext log
> > > INFO: ContextListener: contextDestroyed()
> > > 2007-dec-14 12:14:15 org.apache.catalina.core.ApplicationContext log
> > > INFO: SessionListener: contextDestroyed()
> > > 2007-dec-14 12:14:15 org.apache.catalina.core.ApplicationContext log
> > > INFO: ContextListener: contextDestroyed()
> > >
> > > jakarta_service_20071214.log
> > > 2007-12-14 11:53:25] [info] Service Tomcat5 name Apache Tomcat
> > > [2007-12-14 11:53:25] [info] Service Tomcat5 installed
> > > [2007-12-14 11:53:25] [info] Procrun finished.
> > > [2007-12-14 11:53:25] [info] Updating service...
> > > [2007-12-14 11:53:25] [info] Service Tomcat5 updated
> > > [2007-12-14 11:53:25] [info] Update service finished.
> > > [2007-12-14 11:53:25] [info] Procrun finished.
> > > [2007-12-14 11:53:36] [info] Updating service...
> > > [2007-12-14 11:53:36] [info] Service Tomcat5 updated
> > > [2007-12-14 11:53:36] [info] Update service finished.
> > > [2007-12-14 11:53:36] [info] Procrun finished.
> > > [2007-12-14 11:53:36] [info] Updating service...
> > > [2007-12-14 11:53:36] [info] Service Tomcat5 updated
> > > [2007-12-14 11:53:37] [info] Update service finished.
> > > [2007-12-14 11:53:37] [info] Procrun finished.
> > > [2007-12-14 11:53:42] [info] Running Service...
> > > [2007-12-14 11:53:42] [info] Starting service...
> > > [2007-12-14 11:53:43] [info] Service started in 1296 ms.
> > > [2007-12-14 12:01:42] [info] Running Service...
> > > [2007-12-14 12:01:42] [info] Starting service...
> > > [2007-12-14 12:01:43] [info] Service started in 1296 ms.
> > > [2007-12-14 12:06:48] [info] Running Service...
> > > [2007-12-14 12:06:48] [info] Starting service...
> > > [2007-12-14 12:06:50] [info] Service started in 1296 ms.
> >
> > ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> --
>
===========================================================================
> Ljuba Veselinova
> Dept of Linguistics          Email: [EMAIL PROTECTED]
> Stockholm University      Phone: +46-8-16 2332
> 106 91 Stockholm          Fax  : +46-8-15 5389
> Sweden                         URL  : http://www.ling.su.se/staff/ljuba/
>
> "We learn by going where we want to go."
>                                           Julia Cameron
>
============================================================================
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to