Hi,
Am using "SourceInfo.java" It is a transfer object containing some elementary 
details of a Source.It is created so as to transfer the data across, in a SOAP 
friendly manner.
This clas is being deployed as part of .ejb3 jar file on jboss server.When the 
server is running am getting the following exception seldomly.

  | org.jboss.remoting.marshal.InvalidMarshallingResource: Can not find a valid 
marshaller for data type: serializable
  |     at 
org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:79)
  |     at org.jboss.remoting.Client.invoke(Client.java:1634)
  |     at org.jboss.remoting.Client.invoke(Client.java:548)
  |     at 
org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:62)
  |     at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  |     at 
org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:67)
  |     at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  |     at 
org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:53)
  |     at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  |     at 
org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:74)
  |     at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  |     at 
org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:107)
  |     at $Proxy0.getSourcesInfo(Unknown Source)
  |     at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  |     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  |     at java.lang.reflect.Method.invoke(Unknown Source)
  |     at 
com.barco.cms.dependency.CmsPerspectiveMgt$PerspectiveMgtInvocationHandler.invokeMethod(Unknown
 Source)
  |     at 
com.barco.cms.dependency.CmsPerspectiveMgt$PerspectiveMgtInvocationHandler.invoke(Unknown
 Source)
  |     at $Proxy1.getSourcesInfo(Unknown Source)
  |     at 
com.barco.cms.perspectivemgtproxy.pool.SourcePool.getSourceInfo(Unknown Source)
  |     at 
com.barco.cms.perspectivemgtproxy.impl.ProxySource.getSourceInfo(Unknown Source)
  |     at com.barco.cms.perspectivemgtproxy.impl.ProxySource.isOnline(Unknown 
Source)
  |     at 
com.barco.cms.perspectivemgtproxy.eventsupport.SourceEventSupport.onSourcePropertyChanged(Unknown
 Source)
  |     at 
com.barco.cms.perspectivemgtproxy.eventsupport.SourceEventSupport.onPropertyChanged(Unknown
 Source)
  |     at 
com.barco.cms.perspectivemgtproxy.eventsupport.SourceEventSupport.fireEvent(Unknown
 Source)
  |     at com.barco.cms.perspectivemgtproxy.impl.ProxySource.fireEvent(Unknown 
Source)
  |     at 
com.barco.cms.perspectivemgtproxy.eventsupport.PerspectiveMgtEventReader.fireEvent(Unknown
 Source)
  |     at 
com.barco.cms.perspectivemgtproxy.eventsupport.PerspectiveMgtEventReader.access$700(Unknown
 Source)
  |     at 
com.barco.cms.perspectivemgtproxy.eventsupport.PerspectiveMgtEventReader$EventProcessor.run(Unknown
 Source)
  |     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  |     at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
  |     at java.util.concurrent.FutureTask.run(Unknown Source)
  |     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
Source)
  |     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  |     at java.lang.Thread.run(Unknown Source)
  |     at 
org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:74)
  |     at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  |     at 
org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:67)
  |     at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  |     at 
org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:53)
  |     at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  |     at 
org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:74)
  |     at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  |     at 
org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:107)
  |     at $Proxy0.getSourcesInfo(Unknown Source)
  |     at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  |     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  |     at java.lang.reflect.Method.invoke(Unknown Source)
  |     at 
com.barco.cms.dependency.CmsPerspectiveMgt$PerspectiveMgtInvocationHandler.invokeMethod(Unknown
 Source)
  |     at 
com.barco.cms.dependency.CmsPerspectiveMgt$PerspectiveMgtInvocationHandler.invoke(Unknown
 Source)
  |     at $Proxy1.getSourcesInfo(Unknown Source)
  |     at 
com.barco.cms.perspectivemgtproxy.pool.SourcePool.getSourceInfo(Unknown Source)
  |     at 
com.barco.cms.perspectivemgtproxy.impl.ProxySource.getSourceInfo(Unknown Source)
  |     at com.barco.cms.perspectivemgtproxy.impl.ProxySource.isOnline(Unknown 
Source)
  |     at 
com.barco.cms.perspectivemgtproxy.eventsupport.SourceEventSupport.onSourcePropertyChanged(Unknown
 Source)
  |     at 
com.barco.cms.perspectivemgtproxy.eventsupport.SourceEventSupport.onPropertyChanged(Unknown
 Source)
  |     at 
com.barco.cms.perspectivemgtproxy.eventsupport.SourceEventSupport.fireEvent(Unknown
 Source)
  |     at com.barco.cms.perspectivemgtproxy.impl.ProxySource.fireEvent(Unknown 
Source)
  |     at 
com.barco.cms.perspectivemgtproxy.eventsupport.PerspectiveMgtEventReader.fireEvent(Unknown
 Source)
  |     at 
com.barco.cms.perspectivemgtproxy.eventsupport.PerspectiveMgtEventReader.access$700(Unknown
 Source)
  |     at 
com.barco.cms.perspectivemgtproxy.eventsupport.PerspectiveMgtEventReader$EventProcessor.run(Unknown
 Source)
  |     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  |     at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
  |     at java.util.concurrent.FutureTask.run(Unknown Source)
  |     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
Source)
  |     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  |     at java.lang.Thread.run(Unknown Source)
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179308
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to