[JBoss-user] [JBossWS] - Re: Problem installing JBossWS in JBoss AS 4.0.4 RC1

2006-03-27 Thread ngtdave
Okay, it looks like it was fixed here: jbossws-1.0.0.CR4.

Now to give it a try. :)

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Problem installing JBossWS in JBoss AS 4.0.4 RC1

2006-03-27 Thread ngtdave
Where is this fixed?  4.0.4RC1 still has this problem.

Thanks.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Problem installing JBossWS in JBoss AS 4.0.4 RC1

2006-03-05 Thread [EMAIL PROTECTED]
This should be fixed

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Problem installing JBossWS in JBoss AS 4.0.4 RC1

2006-02-24 Thread patrick_ibg
You might have some luck with the CVS branch. I personally haven't tried.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Problem installing JBossWS in JBoss AS 4.0.4 RC1

2006-02-24 Thread emailmsgbox
"patrick_ibg" wrote : I've downloaded and installed 4.0.4 RC1 using the 
graphical installer using the EJB3 profile. Then following the Wiki, I 
installed JBossWS. I get this problem after starting JBoss:
  | 
  | 
  |   | 19:02:11,406 INFO  [Server] Core system initialized
  |   | 19:02:13,171 INFO  [Log4jService$URLWatchTimerTask] Configuring from 
URL: resource:log4j.xml
  |   | 19:02:18,999 INFO  [SocketServerInvoker] Invoker started for locator: 
InvokerLocator [socket://127.0.0.1:3873/]
  |   | 19:02:19,439 INFO  [AspectDeployer] Deployed AOP: 
file:/apps/jboss-4.0.4RC1/server/default/deploy/ejb3-interceptors-aop.xml
  |   | 19:02:27,035 WARN  [ServiceController] Problem starting service 
jboss.ws.eventing:service=SubscriptionManager
  |   | javax.naming.CommunicationException: Receive timed out [Root exception 
is java.net.SocketTimeoutException: 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.startService(SubscriptionManager.java:138)
  |   | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  |   | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  |   | at sun.reflect.GeneratedMethodAccessor4.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:260)
  |   | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |   | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:974)
  |   | at $Proxy0.start(Unknown Source)
  |   | at 
org.jboss.system.ServiceController.start(ServiceController.java:417)
  |   | at sun.reflect.GeneratedMethodAccessor6.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:260)
  |   | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |   | at 
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
  |   | at $Proxy4.start(Unknown Source)
  |   | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
  |   | at 
org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
  |   | at 
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
  |   | at 
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
  |   | 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.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  |   | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  |   | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  |   | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  |   | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  |   | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  |   | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
  |   | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |   | at 
or