Expand my Community achievements bar.

JBOSS not conecting

Avatar

Level 2

Hi all,


i am not able to login to my account from work space while i checked the log i found Jboss porblem but i am facing the same probllem daily

i need to restart the jboss for atleast 10 times to work

i  am posting the log below

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.mq:service=DestinationManager
  State: NOTYETINSTALLED
  Depends On Me:
    jboss.mq.destination:service=Queue,name=adobe_PECommandQueue
    jboss.mq.destination:service=Queue,name=adobe_PEDCommandQueue
    jboss.mq.destination:service=Queue,name=adobe_PEInteractionQueue
    jboss.mq.destination:service=Queue,name=adobe_JobManagerQueue
    jboss.mq.destination:service=Queue,name=adobe_TaskEventTopic

ObjectName: jboss.jmx:name=SnmpAgent,service=trapd,type=logger
  State: FAILED
  Reason: java.net.BindException: Address already in use: Cannot bind

ObjectName: jboss:service=CorbaORB
  State: FAILED
  Reason: org.omg.CORBA.INITIALIZE: Could not create server socket  vmcid: 0x0  minor code: 0  completed: No
  Depends On Me:
    jboss:service=invoker,type=iiop
    jboss:service=CorbaNaming
    jboss:service=CorbaTransaction

ObjectName: jboss:service=invoker,type=jrmp
  State: FAILED
  Reason: java.rmi.server.ExportException: Port already in use: 4444; nested exception is:
    java.net.BindException: Address already in use: JVM_Bind
  I Depend On:
    jboss:service=TransactionManager
  Depends On Me:
    jboss:service=proxyFactory,target=ClientUserTransactionFactory
    jboss:service=proxyFactory,target=ClientUserTransaction
    jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory

ObjectName: jboss.jmx:name=SnmpAgent,service=snmp,type=adaptor
  State: FAILED
  Reason: java.net.BindException: Address already in use: Cannot bind
  I Depend On:
    jboss.jmx:name=SnmpAgent,service=timer,type=heartbeat

ObjectName: jboss:service=Naming
  State: FAILED
  Reason: java.rmi.server.ExportException: Port already in use: 1098; nested exception is:
    java.net.BindException: Address already in use: JVM_Bind
  I Depend On:
    jboss.system:service=ThreadPool
  Depends On Me:
    jboss:service=KeyGeneratorFactory,type=UUID
    jboss:service=DefaultPartition
    jboss:service=HASessionState
    jboss:service=invoker,type=jrmpha
    jboss:service=invoker,type=pooledha
    jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
    jboss.jmx:alias=jmx/rmi/RMIAdaptor
    jboss.cache:service=TomcatClusteringCache

ObjectName: jboss:service=WebService
  State: FAILED
  Reason: java.lang.Exception: Port 8083 already in use.
  I Depend On:
    jboss.system:service=ThreadPool
  Depends On Me:
    jboss.ejb:service=EJBDeployer
    jboss.ws4ee:service=AxisService

ObjectName: jboss:service=invoker,type=pooled
  State: FAILED
  Reason: java.lang.Exception: Port 4445 is already in use
  I Depend On:
    jboss:service=TransactionManager

please help me out in this

1 Reply

Avatar

Level 3

It looks like there is some other application occupying the ports required by Jboss.
Try running a netstat - a before running jboss and look for the port nos. mentioned in the log files.

You need to make sure these ports are not in use while starting Jboss.