[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss Upgradation

rasa do-not-reply at jboss.com
Tue Apr 7 05:53:07 EDT 2009


Hi,

I am trying to upgrade my jboss version frm 3.2.x to 4.2.3 GA.  Setup made and deployed ear file. But when i started the server using run.sh its giving following error.

1.

  |   [ServiceController] Problem starting service jboss:service=WebService
  | java.lang.Exception: Port 8083 already in use.
  |         at org.jboss.web.WebServer.start(WebServer.java:233)
  |         at org.jboss.web.WebService.startService(WebService.java:322)
  |         at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  |         at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  |         at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:585)
  |         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  |         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  |         at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  |         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |         at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
  |         at $Proxy0.start(Unknown Source)
  |         at org.jboss.system.ServiceController.start(ServiceController.java:417)
  |         at org.jboss.system.ServiceController.start(ServiceController.java:435)
  |         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:585)
  | 
2.
 
  |  [ServiceController] Problem starting service jboss:service=Naming
  | java.rmi.server.ExportException: Port already in use: 1098; nested exception is:
  |         java.net.BindException: Address already in use
  |         at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:249)
  |         at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:184)
  |         at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:382)
  |         at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:116)
  |         at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:180)
  |         at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:293)
  |         at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:256)
  |         at org.jnp.server.Main.initJnpInvoker(Main.java:354)
  |         at org.jnp.server.Main.start(Main.java:316)
  |         at org.jboss.naming.NamingService.startService(NamingService.java:284)
  | 
3.


  |  [ServiceController] Problem starting service jboss:service=invoker,type=jrmp
  | java.rmi.server.ExportException: Port already in use: 4444; nested exception is:
  |         java.net.BindException: Address already in use
  |         at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:249)
  |         at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:184)
  |         at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:382)
  |         at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:116)
  |         at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:180)
  |         at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:293)
  |         at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:256)
  |         at org.jboss.invocation.jrmp.server.JRMPInvoker.exportCI(JRMPInvoker.java:450)
  |         at org.jboss.invocation.jrmp.server.JRMPInvoker.startService(JRMPInvoker.java:372)
  |         at org.jboss.invocation.jrmp.server.JRMPInvoker$1.startService(JRMPInvoker.java:150)
  |         at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  |         at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  |         at org.jboss.invocation.jrmp.server.JRMPInvoker.jbossInternalLifecycle(JRMPInvoker.java:644)
  |         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 

In which xml file this port no are being configured.  I think the 2nd  is jboss-service.xml, but the issue is  i have 2 more jboss of version 3.2.* in the server so that's giving error for 1098. If i will change in to some other hope that will work. But what about others ?

Please guide me to find out a solution.

Thanks and Regards
Rasa.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223966#4223966

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4223966



More information about the jboss-user mailing list