--- "Marek, Tomas" <[EMAIL PROTECTED]> wrote:
> No, it happens on W2k box. Thanks anyway. It's been
> solved out.
> 
> -----Original Message-----
> From: matt dilley [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, June 10, 2002 11:45 AM
> To: Tomcat Users List
> Subject: Re: AW: Strarting-up Error Message
> 
> did you start tomcat from the root user?
> If the server port is changed to 80, you have to
> make sure that you
> start the process from root, as that is the only
> user that is allowed to
> access that port
> 
> Matt

use ps wax | grep java | kill java process id (first
process id)



> On Mon, 2002-06-10 at 10:25, franzR wrote:
> > How often did you start Tomcat? ( i.e. ps -e |
> grep java)
> > I'm using Tomcat on a unix box and it happens
> sometimes that a shutdown of
> > tomcat does not kill the (jvm)-process. Then a
> restart of tomcat will - of
> > course - leed to an error because tomcat is still
> running!
> > 
> > franzR
> > 
> > -----Urspr�ngliche Nachricht-----
> > Von: Marek, Tomas [mailto:[EMAIL PROTECTED]]
> > Gesendet: Montag, 10. Juni 2002 09:24
> > An: [EMAIL PROTECTED]
> > Betreff: Strarting-up Error Message
> > 
> > 
> > Guys,
> > 
> > when starting Tomcat 4.03, I get the following
> message in the terminal
> > window:
> > 
> > Catalina.start: LifecycleException:  null.open: 
> java.net.BindException:
> > Address
> >  already in use: JVM_Bind:80
> > LifecycleException:  null.open: 
> java.net.BindException: Address already
> in
> > use:
> >  JVM_Bind:80
> >         at
> >
>
org.apache.catalina.connector.http.HttpConnector.initialize(HttpConne
> > ctor.java:1130)
> >         at
> >
>
org.apache.catalina.core.StandardService.initialize(StandardService.j
> > ava:454)
> >         at
> >
>
org.apache.catalina.core.StandardServer.initialize(StandardServer.jav
> > a:553)
> >         at
>
org.apache.catalina.startup.Catalina.start(Catalina.java:780)
> >         at
>
org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
> >         at
>
org.apache.catalina.startup.Catalina.process(Catalina.java:179)
> >         at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> >         at
> >
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> > java:39)
> >         at
> >
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:25)
> >         at
> java.lang.reflect.Method.invoke(Method.java:324)
> >         at
>
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
> > ----- Root Cause -----
> > java.net.BindException: Address already in use:
> JVM_Bind:80
> >         at
> >
>
org.apache.catalina.connector.http.HttpConnector.open(HttpConnector.j
> > ava:950)
> >         at
> >
>
org.apache.catalina.connector.http.HttpConnector.initialize(HttpConne
> > ctor.java:1128)
> >         at
> >
>
org.apache.catalina.core.StandardService.initialize(StandardService.j
> > ava:454)
> >         at
> >
>
org.apache.catalina.core.StandardServer.initialize(StandardServer.jav
> > a:553)
> >         at
>
org.apache.catalina.startup.Catalina.start(Catalina.java:780)
> >         at
>
org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
> >         at
>
org.apache.catalina.startup.Catalina.process(Catalina.java:179)
> >         at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> >         at
> >
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> > java:39)
> >         at
> >
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:25)
> >         at
> java.lang.reflect.Method.invoke(Method.java:324)
> >         at
>
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
> > 
> > However, it seems the server works fine (I tried
> some servlets). The
> > possible culprit could be config file server.XML
> in install_dir/conf path.
> I
> > did only 2 changes in it, as suggested in M.
> Hall's book:
> > !. Changed the default port 8080 to 80
> > 2. Added element <DefaultContext
> reloadable="true"/> to ensure automatic
> > reloading.
> > 
> > So, do you have any idea, what could be wrong?
> > 
> > Thanks for your help.
> > Tom
> > 
> > 
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > 
> 
> 
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to