We changed the IP address of the the content server (linux + 6.5SP2).
The HotFix as indicated at page 68 of SP2 Release Notes was applied
( This discussion was also helpful btw: https://developer-beta.emc.com/message/5328 )
The docbroker and the content server start ok, but the java method server refuses to start.
The errors in the jboss logs are:
2010-04-19 11:28:28,952 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.ejb:service=EJBTimerService,persistencePolicy=database
State: CONFIGURED
I Depend On:
jboss.jca:service=DataSourceBinding,name=DefaultDS
ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
State: CONFIGURED
I Depend On:
jboss:service=TransactionManager
jboss.jca:service=DataSourceBinding,name=DefaultDS
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS
State: NOTYETINSTALLED
Depends On Me:
jboss.ejb:service=EJBTimerService,persistencePolicy=database
jboss:service=KeyGeneratorFactory,type=HiLo
2010-04-19 11:28:29,088 ERROR [org.apache.coyote.http11.Http11Protocol] Error starting endpoint
2010-04-19 11:28:29,089 WARN [org.jboss.web.tomcat.service.JBossWeb] Failed to startConnectors
LifecycleException: service.getName(): "jboss.web"; Protocol handler start failed: java.net.BindException: Address already in use:9082
The port 9082 is not in use (telnet to it return nothing).
Any hint on how to proceed to debug/troubleshoot further ?