Results 1 to 4 of 4
Thread: Problem with tomcat and jboss
- 05-07-2007, 07:49 PM #1
Member
- Join Date
- May 2007
- Posts
- 39
- Rep Power
- 0
Problem with tomcat and jboss
Hello everybody
I´ve copy an instance that I had in a server to an other, and I have to change the ports
When I run this instance I received this error:
--------------
java.net.BindException: Address already in use:7130
at org.apache.tomcat.util.net.PoolTcpEndpoint.initEnd point(PoolTcpEndpoint.java:297)
at org.apache.tomcat.util.net.PoolTcpEndpoint.startEn dpoint(PoolTcpEndpoint.java:312)
at org.apache.coyote.http11.Http11Protocol.start(Http 11Protocol.java:182)
at org.apache.catalina.connector.Connector.start(Conn ector.java:1001)
at org.jboss.web.tomcat.tc5.Tomcat5.startConnectors(T omcat5.java:510)
at org.jboss.web.tomcat.tc5.Tomcat5.handleNotificatio n(Tomcat5.java:539)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.notification.NotificationListenerProx y.invoke(NotificationListenerProxy.java:138)
at $Proxy32.handleNotification(Unknown Source)
at org.jboss.mx.util.JBossNotificationBroadcasterSupp ort.handleNotification(JBossNotificationBroadcaste rSupport.java:112)
at org.jboss.mx.util.JBossNotificationBroadcasterSupp ort.sendNotification(JBossNotificationBroadcasterS upport.java:93)
at org.jboss.system.server.ServerImpl.sendNotificatio n(ServerImpl.java:879)
at org.jboss.system.server.ServerImpl.doStart(ServerI mpl.java:468)
at org.jboss.system.server.ServerImpl.start(ServerImp l.java:330)
at org.jboss.Main.boot(Main.java:187)
at org.jboss.Main$1.run(Main.java:438)
at java.lang.Thread.run(Thread.java:534)
13:03:17,952 WARN [Tomcat5] Failed to startConnectors
LifecycleException: Protocol handler start failed:
java.net.BindException: Address already in use:7130
at org.apache.catalina.connector.Connector.start(Conn ector.java:1003)
at org.jboss.web.tomcat.tc5.Tomcat5.startConnectors(T omcat5.java:510)
at org.jboss.web.tomcat.tc5.Tomcat5.handleNotificatio n(Tomcat5.java:539)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.notification.NotificationListenerProx y.invoke(NotificationListenerProxy.java:138)
at $Proxy32.handleNotification(Unknown Source)
at org.jboss.mx.util.JBossNotificationBroadcasterSupp ort.handleNotification(JBossNotificationBroadcaste rSupport.java:112)
at org.jboss.mx.util.JBossNotificationBroadcasterSupp ort.sendNotification(JBossNotificationBroadcasterS upport.java:93)
at org.jboss.system.server.ServerImpl.sendNotificatio n(ServerImpl.java:879)
at org.jboss.system.server.ServerImpl.doStart(ServerI mpl.java:468)
at org.jboss.system.server.ServerImpl.start(ServerImp l.java:330)
at org.jboss.Main.boot(Main.java:187)
at org.jboss.Main$1.run(Main.java:438)
at java.lang.Thread.run(Thread.java:534)
--------------------
Where is 7130? do you know? it driving me crazy
thank you very much
alanLast edited by Alan; 06-01-2007 at 01:42 AM.
- 05-07-2007, 09:13 PM #2
Member
- Join Date
- Apr 2007
- Location
- USA
- Posts
- 50
- Rep Power
- 0
Well, it is a server port address. Is there anyway you can grep for that number in all the .xml files?
Last edited by derrickD; 05-08-2007 at 01:17 AM.
- 05-07-2007, 10:25 PM #3levent Guest
Read following resource to find which application is using that port:
Quickly Find Local Open Ports
- 05-08-2007, 06:18 AM #4
Senior Member
- Join Date
- Mar 2007
- Posts
- 134
- Rep Power
- 0
Similar Threads
-
Tomcat Problem
By sanjeevtarar in forum Java ServletReplies: 3Last Post: 04-16-2008, 11:53 AM -
Tomcat In Eclipse - Sysdeo Tomcat Plug-in
By JavaForums in forum EclipseReplies: 1Last Post: 02-13-2008, 10:33 AM -
New to JSF, simple problem with Eclispe and Tomcat
By nibeck in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 12-16-2007, 05:53 PM -
tomcat problem
By osval in forum New To JavaReplies: 2Last Post: 07-29-2007, 08:13 PM -
Tomcat problem
By Peter in forum Advanced JavaReplies: 2Last Post: 06-29-2007, 10:43 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks