My Oracle Support Banner

CAS cluster member is not starting up correctly (Doc ID 1473628.1)

Last updated on MARCH 25, 2024

Applies to:

Oracle WebCenter Sites - Version 7.5.3 and later
Information in this document applies to any platform.

Symptoms

CAS component is not starting up correctly. The logs show these errors.

2012-07-01 23:55:36,902 ERROR [org.springframework.web.context.ContextLoader] - <Context initialization failed>
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customUserLoginAction' defined in ServletContext resource [/WEB-INF/spring-configuration/customDefaultWEMSSObeans.xml]: Cannot resolve reference to bean 'centralAuthenticationService' while setting bean property 'centralAuthenticationService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'centralAuthenticationService' defined in ServletContext resource [/WEB-INF/spring-configuration/applicationContext.xml]: Cannot resolve reference to bean 'ticketRegistry' while setting bean property 'ticketRegistry'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ticketRegistry' defined in ServletContext resource [/WEB-INF/spring-configuration/ticketRegistry.xml]: Cannot resolve reference to bean 'cache' while setting bean property 'cache'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cache' defined in ServletContext resource [/WEB-INF/spring-configuration/ticketRegistry.xml]: Invocation of init method failed; nested exception is org.jboss.cache.CacheException: Unable to invoke method public void org.jboss.cache.RPCManagerImpl.start() on object instance org.jboss.cache.RPCManagerImpl@1f59688e
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
...
...
Caused by: java.lang.Exception: problem creating sockets (bind_addr=**********, mcast_addr=null)
at org.jgroups.protocols.UDP.start(UDP.java:363)
at org.jgroups.stack.Configurator.startProtocolStack(Configurator.java:119)
at org.jgroups.stack.ProtocolStack.startStack(ProtocolStack.java:341)
at org.jgroups.JChannel.startStack(JChannel.java:1437)
at org.jgroups.JChannel.connect(JChannel.java:426)
... 103 more
Caused by: java.lang.IllegalArgumentException: port out of range:65536
at java.net.InetSocketAddress.<init>(InetSocketAddress.java:83)
at java.net.DatagramSocket.<init>(DatagramSocket.java:262)
at org.jgroups.protocols.UDP.createEphemeralDatagramSocket(UDP.java:540)
at org.jgroups.protocols.UDP.createSockets(UDP.java:427)
at org.jgroups.protocols.UDP.start(UDP.java:359)
at org.jgroups.stack.Configurator.startProtocolStack(Configurator.java:119)
at org.jgroups.stack.ProtocolStack.startStack(ProtocolStack.java:342)
... 105 more

and

<Jul 1, 2012 11:55:36 PM CDT> <Error> <ServletContext-/cas> <BEA-000000> <SafeContextLoaderListener:
The Spring ContextLoaderListener we wrap threw on contextInitialized.
....
Caused By: java.lang.Exception: problem creating sockets (bind_addr=****************, mcast_addr=null)
at org.jgroups.protocols.UDP.start(UDP.java:363)
at org.jgroups.stack.Configurator.startProtocolStack(Configurator.java:119)
at org.jgroups.stack.ProtocolStack.startStack(ProtocolStack.java:341)
at org.jgroups.JChannel.startStack(JChannel.java:1437)
at org.jgroups.JChannel.connect(JChannel.java:426)
Truncated. see log file for complete stacktrace
Caused By: java.lang.IllegalArgumentException: port out of range:65536
at java.net.InetSocketAddress.<init>(InetSocketAddress.java:83)
at java.net.DatagramSocket.<init>(DatagramSocket.java:262)
at org.jgroups.protocols.UDP.createEphemeralDatagramSocket(UDP.java:540)
at org.jgroups.protocols.UDP.createSockets(UDP.java:427)
at org.jgroups.protocols.UDP.start(UDP.java:359)
Truncated. see log file for complete stacktrace

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.