This problem occurred right after completing a method of a stateless session 
bean.  At the end of the method, I logged 
LOGGER.debug("Sending Response, Time     since store proc called : "
                + (System.currentTimeMillis() - t));

Here is the log info


  anonymous wrote :  Sending Response, Time       since store proc called : 22
  | 2007-04-03 10:53:26,874 DEBUG [org.jboss.remoting.marshal.MarshalFactory] 
Could not find data type to lookup by marshaller class
  | 2007-04-03 10:53:26,874 DEBUG [org.jboss.remoting.marshal.MarshalFactory] 
Tried to find marshaller from locator by both data type and class name but was 
unsuccessful.  Will try to load it from remote server.
  | 2007-04-03 10:53:27,232 DEBUG [org.jboss.remoting.marshal.MarshalFactory] 
Could not find data type to lookup by unmarshaller class
  | 2007-04-03 10:53:27,299 DEBUG [org.jboss.remoting.marshal.MarshalFactory] 
Could not find data type to lookup by marshaller class
  | 2007-04-03 10:53:27,299 DEBUG [org.jboss.remoting.marshal.MarshalFactory] 
Tried to find marshaller from locator by both data type and class name but was 
unsuccessful.  Will try to load it from remote server.
  | 2007-04-03 10:53:27,661 DEBUG [org.jboss.remoting.marshal.MarshalFactory] 
Could not find data type to lookup by unmarshaller class
  | 2007-04-03 10:53:27,730 DEBUG [org.jboss.remoting.marshal.MarshalFactory] 
Could not find data type to lookup by marshaller class
  | 2007-04-03 10:53:27,731 DEBUG [org.jboss.remoting.marshal.MarshalFactory] 
Tried to find marshaller from lo

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

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

Reply via email to