Possible to assign different class loader for each web app with tomcat

View: New views
4 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

[newbie] Error starting endpoint

by sakari.aaltonen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm trying to install Tomcat 6.0.16 on a Linux machine running  
OpenSUSE 10.3, but cannot get past the "Error starting endpoint". Here  
is output from $CATALINA_HOME/logs/catalina.out:

###############################################################################
12.5.2008 7:30:51 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal  
performance in production environments was not found on the  
java.library.path:  
/usr/lib/jvm/java-1.6.0.u1-sun-1.6.0.u1/jre/lib/i386/se
rver:/usr/lib/jvm/java-1.6.0.u1-sun-1.6.0.u1/jre/lib/i386:/usr/lib/jvm/java-1.6.0.u1-sun-1.6.0.u1/jre/
../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
12.5.2008 7:30:51 org.apache.coyote.http11.Http11Protocol init
SEVERE: Error initializing endpoint
java.net.BindException: Address already in use:8080
         at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:501)
         at  
org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:176)
         at  
org.apache.catalina.connector.Connector.initialize(Connector.java:1058)
         at  
org.apache.catalina.core.StandardService.initialize(StandardService.java:677)
         at  
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795)
         at org.apache.catalina.startup.Catalina.load(Catalina.java:530)
         at org.apache.catalina.startup.Catalina.load(Catalina.java:550)
         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.load(Bootstrap.java:260)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412)
12.5.2008 7:30:51 org.apache.catalina.startup.Catalina load
SEVERE: Catalina.start
LifecycleException:  Protocol handler initialization failed:  
java.net.BindException: Address already in use:8080
         at  
org.apache.catalina.connector.Connector.initialize(Connector.java:1060)
         at  
org.apache.catalina.core.StandardService.initialize(StandardService.java:677)
         at  
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795)
         at org.apache.catalina.startup.Catalina.load(Catalina.java:530)
         at org.apache.catalina.startup.Catalina.load(Catalina.java:550)
         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.load(Bootstrap.java:260)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412)
12.5.2008 7:30:51 org.apache.catalina.startup.Catalina load
######################################################################

This is a machine on which Tomcat 5.5 ran seemingly OK. However,  
JSPWiki steadfastly refused to install, so I thought I would try  
Tomcat 6.0.16 (because another OpenSUSE 10.3 machine with that version  
of Tomcat does deploy JSPWiki.)

Possibly there is a conflict between the two Tomcat versions? I did  
try to delete everything having to do with the previous Tomcat  
version, even files with "Jakarta" somewhere, but I may well have  
overlooked something...


Sakari Aaltonen



---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: [newbie] Error starting endpoint

by sakari.aaltonen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Quoting sakari.aaltonen@...:

> I'm trying to install Tomcat 6.0.16 on a Linux machine running OpenSUSE
> 10.3, but cannot get past the "Error starting endpoint". Here is output
> from $CATALINA_HOME/logs/catalina.out:
>
> ###############################################################################
> 12.5.2008 7:30:51 org.apache.catalina.core.AprLifecycleListener init
> INFO: The APR based Apache Tomcat Native library which allows optimal
> performance in production environments was not found on the
> java.library.path:
> /usr/lib/jvm/java-1.6.0.u1-sun-1.6.0.u1/jre/lib/i386/se
> rver:/usr/lib/jvm/java-1.6.0.u1-sun-1.6.0.u1/jre/lib/i386:/usr/lib/jvm/java-1.6.0.u1-sun-1.6.0.u1/jre/
> ../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
> 12.5.2008 7:30:51 org.apache.coyote.http11.Http11Protocol init
> SEVERE: Error initializing endpoint
> ............................................
> ######################################################################
>
> This is a machine on which Tomcat 5.5 ran seemingly OK. However,
> JSPWiki steadfastly refused to install, so I thought I would try Tomcat
> 6.0.16 (because another OpenSUSE 10.3 machine with that version of
> Tomcat does deploy JSPWiki.)
>
> Possibly there is a conflict between the two Tomcat versions? I did try
> to delete everything having to do with the previous Tomcat version,

Now I deleted everything that seemed related to Java and used OpenSUSE's
Yast2 to re-install Java on the machine. After this, I do get to the  
"JSPWiki Installer" page. So it looks like something was wrong with  
the previous Java installation.



Sakari Aaltonen



---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: [newbie] Error starting endpoint

by vishvanathani :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

it will work only on windows
check it out
Thnaks
Vishvanathan


Quoting sakari.aaltonen@...:

> Quoting sakari.aaltonen@...:
>
> > I'm trying to install Tomcat 6.0.16 on a Linux machine running OpenSUSE
> > 10.3, but cannot get past the "Error starting endpoint". Here is output
> > from $CATALINA_HOME/logs/catalina.out:
> >
> >
>
###############################################################################
> > 12.5.2008 7:30:51 org.apache.catalina.core.AprLifecycleListener init
> > INFO: The APR based Apache Tomcat Native library which allows optimal
> > performance in production environments was not found on the
> > java.library.path:
> > /usr/lib/jvm/java-1.6.0.u1-sun-1.6.0.u1/jre/lib/i386/se
> >
>
rver:/usr/lib/jvm/java-1.6.0.u1-sun-1.6.0.u1/jre/lib/i386:/usr/lib/jvm/java-1.6.0.u1-sun-1.6.0.u1/jre/

> > ../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
> > 12.5.2008 7:30:51 org.apache.coyote.http11.Http11Protocol init
> > SEVERE: Error initializing endpoint
> > ............................................
> > ######################################################################
> >
> > This is a machine on which Tomcat 5.5 ran seemingly OK. However,
> > JSPWiki steadfastly refused to install, so I thought I would try Tomcat
> > 6.0.16 (because another OpenSUSE 10.3 machine with that version of
> > Tomcat does deploy JSPWiki.)
> >
> > Possibly there is a conflict between the two Tomcat versions? I did try
> > to delete everything having to do with the previous Tomcat version,
>
> Now I deleted everything that seemed related to Java and used OpenSUSE's
> Yast2 to re-install Java on the machine. After this, I do get to the  
> "JSPWiki Installer" page. So it looks like something was wrong with  
> the previous Java installation.
>
>
>
> Sakari Aaltonen
>
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@...
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>




---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


RE: [newbie] Error starting endpoint

by Caldarale, Charles R :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> From: sakari.aaltonen@... [mailto:sakari.aaltonen@...]
> Subject: [newbie] Error starting endpoint
>
> 12.5.2008 7:30:51 org.apache.coyote.http11.Http11Protocol init
> SEVERE: Error initializing endpoint
> java.net.BindException: Address already in use:8080

You already had something running using port 8080 - likely the prior
installation of Tomcat still active.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

< Prev | 1 - 2 | Next >
LightInTheBox - Buy quality products at wholesale price