The Artima Developer Community
Sponsored Link

Jini Forum
Jini in JBoss

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
MJ Shinoy

Posts: 1
Nickname: shinoymj
Registered: Jan, 2006

Jini in JBoss Posted: Jan 27, 2006 3:16 AM
Reply to this message Reply
Advertisement
I am trying to integrate Jini in JBoss. I wrote an MBean, which is to deploy my Jini Services in to the Jini Look up service. I have cretae a SAR file with all the classes. I have copied all the jar files to the lib folder also,

I do start my jini look up service and HTTP server for Jini, seperately.

But When I JBoss, while deploying the MBean the following error occurs,

Exception java.rmi.MarshalException: error marshalling arguments; nested exception is:
java.net.SocketException: Broken pipe
04:53:13,110 ERROR [STDERR] java.rmi.MarshalException: error marshalling arguments; nested exception is:
java.net.SocketException: Broken pipe
04:53:13,111 ERROR [STDERR] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:129)
04:53:13,111 ERROR [STDERR] at com.sun.jini.reggie.RegistrarImpl_Stub.register(Unknown Source)
04:53:13,111 ERROR [STDERR] at com.sun.jini.reggie.RegistrarProxy.register(RegistrarProxy.java:105)
04:53:13,1 11 ERROR [STDERR] at com.acme.MyService.deploy(MyService.java:55)
04:53:13,112 ERROR [STDERR] at com.acme.HelloWorldService.startService(HelloWorldService.java:35)
04:53:13,112 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.jav a:272)
04:53:13,112 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport .java:222)
04:53:13,112 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
04:53:13,112 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
04:53:13,113 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
04:53:13,113 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:14 1)
04:53:13,113 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
04:53:13,113 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
04:53:13,114 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
04:53:13,114 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
04:53:13,1 14 ERROR [STDERR] at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:8 97)
04:53:13,114 ERROR [STDERR] at $Proxy0.start(Unknown Source)
04:53:13,114 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:418)
04:53:13,1 15 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
04:53:13,115 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
04:53:13,115 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
04:53:13,115 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:14 1)
04:53:13,115 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
04:53:13,116 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
04:53:13,116 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
04:53:13,116 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
04:53:13,1 16 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
04:53:13,117 ERROR [STDERR] at $Proxy4.start(Unknown Source)

Please Help....

Topic: Running my game service Previous Topic   Next Topic Topic: Jini problem : Error when creating a transaction

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use