This is a continuation of the original posting:

Through additional logging we found RMI consuming a lot of time of the call to 
the server.

The following log snippet shows a call to the JBoss JNDI - it took 7 seconds to 
find the proxy interfaces via classloader.


  | 
  | 08.06 10:05:41,390[DEBUG][][AWT-EventQueue-0][EjbHelper] - cout => 
[1149753941390] 
javax.naming.Context.lookup(DE.data_experts.jwam.domainvalue.ejb.DvLoaderEJB)
  | 
  | [..]
  | 
  | 08.06 10:05:41,421[INFO ][][AWT-EventQueue-0][rmi] - 08.06.2006 10:05:41 
sun.rmi.server.LoaderHandler loadProxyClass
  | FEIN: AWT-EventQueue-0: interfaces = 
[DE.data_experts.jwam.domainvalue.ejb.DvLoaderEJBHome, javax.ejb.Handle], 
codebase = "http://AS2:11702/";, defaultLoader = [EMAIL PROTECTED]
  | 
  | 08.06 10:05:41,421[INFO ][][AWT-EventQueue-0][rmi] - 08.06.2006 10:05:41 
sun.rmi.server.LoaderHandler loadProxyClass
  | FEINER: AWT-EventQueue-0: (thread context class loader: [EMAIL PROTECTED])
  | 
  | 08.06 10:05:41,734[INFO ][][RMI ConnectionExpiration-[test.com:10742]][rmi] 
- 08.06.2006 10:05:41 sun.rmi.transport.tcp.TCPChannel$Reaper run
  | FEINER: RMI ConnectionExpiration-[test.com:10742]: wake up
  | 
  | 08.06 10:05:46,843[INFO ][][RMI ConnectionExpiration-[test.com:12702,[EMAIL 
PROTECTED] - 08.06.2006 10:05:46 sun.rmi.transport.tcp.TCPChannel$Reaper run
  | FEINER: RMI ConnectionExpiration-[test.com:12702,[EMAIL PROTECTED]: wake up
  | 
  | 08.06 10:05:48,187[INFO ][][AWT-EventQueue-0][rmi] - 08.06.2006 10:05:48 
sun.rmi.server.LoaderHandler loadProxyClass
  | FEINER: AWT-EventQueue-0: proxy interfaces found via defaultLoader, defined 
by [EMAIL PROTECTED], [EMAIL PROTECTED]
  | 
  | 08.06 10:05:48,187[INFO ][][AWT-EventQueue-0][rmi] - 08.06.2006 10:05:48 
sun.rmi.server.LoaderHandler loadProxyClass
  | FEINER: AWT-EventQueue-0: proxy class defined by [EMAIL 
PROTECTED]"http://AS2:11702/";]
  | 
  | 08.06 10:05:48,187[INFO ][][AWT-EventQueue-0][rmi] - 08.06.2006 10:05:48 
sun.rmi.server.LoaderHandler loadClass
  | FEIN: AWT-EventQueue-0: name = "java.lang.reflect.Proxy", codebase = 
"http://AS2:11702/";, defaultLoader = [EMAIL PROTECTED]
  | 
  | [..]
  | 
  | 08.06 10:05:48,343[DEBUG][][AWT-EventQueue-0][EjbHelper] - cin => 
[1149753941390] 
javax.naming.Context.lookup(DE.data_experts.jwam.domainvalue.ejb.DvLoaderEJB)
  | 
  | 

Any hints what could cause the problem?
RMI? JBoss4? Webstart and it's JNLPClassloader? Some network problem?

Robert

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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to