Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » error interation between tomcat and eclipse
error interation between tomcat and eclipse [message #794361] Thu, 09 February 2012 07:37 Go to next message
Eclipse UserFriend
Hi. When I try to run on server a project a made in eclipse, I receive this error message in console ...

Quote:

9-feb-2012 8.34.23 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: C:\Program Files\Java\jre6\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static
9-feb-2012 8.34.23 org.apache.tomcat.util.digester.SetPropertiesRule begin
AVVERTENZA: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:ApplicazioneSegreteria' did not find a matching property.
9-feb-2012 8.34.23 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
9-feb-2012 8.34.23 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 865 ms
9-feb-2012 8.34.23 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
9-feb-2012 8.34.23 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.35
9-feb-2012 8.34.23 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
9-feb-2012 8.34.23 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
9-feb-2012 8.34.23 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/30 config=null
9-feb-2012 8.34.23 org.apache.catalina.startup.Catalina start
INFO: Server startup in 489 ms
9-feb-2012 8.34.23 org.apache.catalina.core.StandardServer await
GRAVE: 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(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at org.apache.catalina.core.StandardServer.await(StandardServer.java:406)
at org.apache.catalina.startup.Catalina.await(Catalina.java:676)
at org.apache.catalina.startup.Catalina.start(Catalina.java:628)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
9-feb-2012 8.34.23 org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
9-feb-2012 8.34.25 org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
9-feb-2012 8.34.25 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080


someone could help me?
thanks
Re: error interation between tomcat and eclipse [message #794594 is a reply to message #794361] Thu, 09 February 2012 13:27 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

Is there not already something running on your host on port 8005? The
interface to change which port Tomcat uses (only while being run by
Eclipse) by double-clicking the Tomcat server in the Servers view.

On 2012.02.09 0:37, Marco Cavallo wrote:
> Hi. When I try to run on server a project a made in eclipse, I receive
> this error message in console ...
>
> Quote:
>> 9-feb-2012 8.34.23 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: C:\Program
>> Files\Java\jre6\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
>> Files (x86)\ATI Technologies\ATI.ACE\Core-Static
>> 9-feb-2012 8.34.23 org.apache.tomcat.util.digester.SetPropertiesRule
>> begin
>> AVVERTENZA: [SetPropertiesRule]{Server/Service/Engine/Host/Context}
>> Setting property 'source' to
>> 'org.eclipse.jst.jee.server:ApplicazioneSegreteria' did not find a
>> matching property.
>> 9-feb-2012 8.34.23 org.apache.coyote.http11.Http11Protocol init
>> INFO: Initializing Coyote HTTP/1.1 on http-8080
>> 9-feb-2012 8.34.23 org.apache.catalina.startup.Catalina load
>> INFO: Initialization processed in 865 ms
>> 9-feb-2012 8.34.23 org.apache.catalina.core.StandardService start
>> INFO: Starting service Catalina
>> 9-feb-2012 8.34.23 org.apache.catalina.core.StandardEngine start
>> INFO: Starting Servlet Engine: Apache Tomcat/6.0.35
>> 9-feb-2012 8.34.23 org.apache.coyote.http11.Http11Protocol start
>> INFO: Starting Coyote HTTP/1.1 on http-8080
>> 9-feb-2012 8.34.23 org.apache.jk.common.ChannelSocket init
>> INFO: JK: ajp13 listening on /0.0.0.0:8009
>> 9-feb-2012 8.34.23 org.apache.jk.server.JkMain start
>> INFO: Jk running ID=0 time=0/30 config=null
>> 9-feb-2012 8.34.23 org.apache.catalina.startup.Catalina start
>> INFO: Server startup in 489 ms
>> 9-feb-2012 8.34.23 org.apache.catalina.core.StandardServer await
>> GRAVE: 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(Unknown Source)
>> at java.net.ServerSocket.bind(Unknown Source)
>> at java.net.ServerSocket.<init>(Unknown Source)
>> at org.apache.catalina.core.StandardServer.await(StandardServer.java:406)
>> at org.apache.catalina.startup.Catalina.await(Catalina.java:676)
>> at org.apache.catalina.startup.Catalina.start(Catalina.java:628)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>> at java.lang.reflect.Method.invoke(Unknown Source)
>> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
>> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
>> 9-feb-2012 8.34.23 org.apache.coyote.http11.Http11Protocol pause
>> INFO: Pausing Coyote HTTP/1.1 on http-8080
>> 9-feb-2012 8.34.25 org.apache.catalina.core.StandardService stop
>> INFO: Stopping service Catalina
>> 9-feb-2012 8.34.25 org.apache.coyote.http11.Http11Protocol destroy
>> INFO: Stopping Coyote HTTP/1.1 on http-8080
>
>
> someone could help me?
> thanks
Previous Topic:jflex
Next Topic:[eclipse 3.6 WPE]How to customize the property view of the WPE without adding JSF Facet into project
Goto Forum:
  


Current Time: Thu Apr 25 10:23:57 GMT 2024

Powered by FUDForum. Page generated in 0.03694 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top