Re: rmi network traffic

2012-08-23 Thread Darryl Mocek
Hi fuyou001, if you're using RMI in a J2SE project and it is OK, but it isn't when you use the web project, then I suggest you look at the Jetty/Resin implementation as it may be the culprit. Specifically, I'd look at the ClassLoader in use. See this URL (http://java.sun.com/javase/6/doc

Re: rmi network traffic

2012-08-21 Thread fuyou
spell error: slove should be solve. 2012/8/22 fuyou > Hi all > > I deploy a RMI Service ,write a RMI Client(J2SE project) to access it > and is ok .but the some code in web project,I use wireshark to find that > every RMI request sent from our client to our server containing the list of > a

Re: rmi network traffic

2012-08-21 Thread Fuyou001
but jdk6u33 still have the problem.if in web project ,rmi request send to rmi service contains list jars of classpath for the web project.the problem may be caused by servelt container classload?but how to solve it? 在 2012-8-22,4:25,Fuyou001 写道: > > > 在 2012-8-22,0:37,Darryl Mocek 写道: >

Re: rmi network traffic

2012-08-21 Thread Fuyou001
jdk6u33. 发自我的 iPhone 在 2012-8-22,0:37,Darryl Mocek 写道: > Fuyou001, > > the problem was fixed in Java 6u10. Which version of Java are you using? > If you upgrade to 6u10 or later, the problem should be solved. > > Darryl > > On 08/21/2012 09:04 AM, Fuyou001 wrote: Hi all I

Re: rmi network traffic

2012-08-21 Thread Darryl Mocek
Fuyou001, the problem was fixed in Java 6u10. Which version of Java are you using? If you upgrade to 6u10 or later, the problem should be solved. Darryl On 08/21/2012 09:04 AM, Fuyou001 wrote: Hi all I deploy a RMI Service ,write a RMI Client(J2SE project) to access it and is ok

rmi network traffic

2012-08-21 Thread Fuyou001
>> >> Hi all >> I deploy a RMI Service ,write a RMI Client(J2SE project) to access it >> and is ok .but the some code in web project,I use wireshark to find that >> every RMI request sent from our client to our server containing the list of >> all jars in the classpath for the application

rmi network traffic

2012-08-21 Thread Fuyou001
> > Hi all > I deploy a RMI Service ,write a RMI Client(J2SE project) to access it > and is ok .but the some code in web project,I use wireshark to find that > every RMI request sent from our client to our server containing the list of > all jars in the classpath for the application, My p

Fwd: rmi network traffic

2012-08-21 Thread Fuyou001
发自我的 iPhone 以下是转发的邮件: > 发件人: fuyou > 日期: 2012年8月21日 格林尼治标准时间+080016时11分14秒 > 收件人: core-libs-dev-requ...@openjdk.java.net > 主题: rmi network traffic > > Hi all > I deploy a RMI Service ,write a RMI Client(J2SE project) to access it > and is ok .but the some c