-
Bug
-
Resolution: Done
-
Critical
-
jbossws-1.0.1
-
None
-
None
There is a dependancy ordering issue on installer based AS instances. Installer based builds load the naming service after jbossws, which is a problem for this release because there is no jmx dependancy on the naming service. See comments for current workaround:
2006-06-13 08:56:59,336 INFO [org.jboss.remoting.transport.socket.SocketServerInvoker] Invoker star
ted for locator: InvokerLocator [socket://192.168.111.154:3873/]
2006-06-13 08:56:59,664 INFO [org.jboss.aop.deployment.AspectDeployer] Deployed AOP: file:/C:/jboss
-4.0.4.GA/server/default/deploy/ejb3-interceptors-aop.xml
2006-06-13 08:57:06,191 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error i
nstalling to Start: name=SubscriptionManager state=Create mode=Manual requiredState=Installed
javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutExce
ption: Receive timed out]
at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1317)
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1446)
at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:484)
at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:477)
at javax.naming.InitialContext.rebind(InitialContext.java:367)
at org.jboss.util.naming.Util.rebind(Util.java:126)
at org.jboss.util.naming.Util.rebind(Util.java:113)
at org.jboss.ws.eventing.mgmt.SubscriptionManager.start(SubscriptionManager.java:149)
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)
at org.jboss.joinpoint.plugins.reflect.ReflectMethodJoinPoint.dispatch(ReflectMethodJoinPoint.java:
72)
- is related to
-
JBWS-1030 Add propper MC dependencies for JMX services that are required.
- Closed