RE : com.evermind.server.rmi.RMIConnectionException: Object reference no longer valid (Disconnected)

2001-03-07 Thread Eyal Litman (Kamoon IL)
Title: RE : com.evermind.server.rmi.RMIConnectionException: Object reference no longer valid (Disconnected)





Hi,
Ok, the problem occurs only when i try to sent a very long String object.
But, when i send the same string as a StringBuffer object there is no
problem and i don't get the client side exception !
What is the problem when sending long string using ORMI ?


Eyal Litman
Server Side Team, Kamoon Ltd.






RE: com.evermind.server.rmi.RMIConnectionException: Object reference no longer valid (Disconnected)

2001-03-07 Thread cybermaster
Title: com.evermind.server.rmi.RMIConnectionException: Object reference no
longer valid (Disconnected)









Eyal,

 

I remember
something about a limitation on the size of strings you can pass through RMI;
if I recall correctly, sending a Vector will solve the problem.

 

    --peter

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
Behalf Of Eyal Litman (Kamoon IL)
Sent: Wednesday, March 07, 2001
2:27 AM
To: Orion-Interest
Subject:
com.evermind.server.rmi.RMIConnectionException: Object reference no longer
valid (Disconnected)

 

Hi, 

I'm getting this exception when trying to sent a 72k string from
my EJB(with orion) 
back to my client, using ORMI protocol (sun JDK 1.3, win 2000 and
also on linux): 
com.evermind.server.rmi.RMIConnectionException: Object reference
no longer valid (Disconnected) 
    at
com.evermind.server.rmi.a1.invoke(JAX) 
    at
__Proxy1.remove(Unknown Source) 
    at
kamoon.client.TestXmlTypesManager.main(TestXmlTypesManager.java:47) 

When i try to pass a smaller strings (i checked with 13k) it
worked ok. 
1. Does anybody had similar problems ? 
2. What is wrong ? 

Eyal Litman 
Server Side Team, Kamoon Ltd. 

 








Re: com.evermind.server.rmi.RMIConnectionException: Object reference no longer valid (Disconnected)

2001-03-07 Thread Santosh Kumar
Title: com.evermind.server.rmi.RMIConnectionException: Object reference no longer valid (Disconnected)



Just to tell you the heaviest of the JSP's I have coded  is 
200kb

  -Original Message-From: 
  Randahl Fink Isaksen <[EMAIL PROTECTED]>To: 
  Orion-Interest <[EMAIL PROTECTED]>Date: 
  Wednesday, March 07, 2001 8:11 PMSubject: RE: 
  com.evermind.server.rmi.RMIConnectionException: Object reference no longer 
  valid (Disconnected)
  I 
  think somebody mentioned a 64K barrier on JSP pages? - Could that have 
  something to do with it?
   
  R.
  
-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On Behalf Of Eyal Litman 
(Kamoon IL)Sent: 7. marts 2001 10:27To: 
Orion-InterestSubject: 
com.evermind.server.rmi.RMIConnectionException: Object reference no longer 
valid (Disconnected)
Hi, 
I'm getting this exception when trying to sent a 72k string 
from my EJB(with orion) back to my client, using 
ORMI protocol (sun JDK 1.3, win 2000 and also on linux): com.evermind.server.rmi.RMIConnectionException: Object reference no 
longer valid (Disconnected)     at 
com.evermind.server.rmi.a1.invoke(JAX)     at __Proxy1.remove(Unknown 
Source)     
at 
kamoon.client.TestXmlTypesManager.main(TestXmlTypesManager.java:47) 

When i try to pass a smaller strings (i checked with 13k) it 
worked ok. 1. Does anybody had similar problems 
? 2. What is wrong ? 
Eyal Litman Server Side Team, Kamoon 
Ltd. 


RE: com.evermind.server.rmi.RMIConnectionException: Object reference no longer valid (Disconnected)

2001-03-07 Thread Randahl Fink Isaksen
Title: com.evermind.server.rmi.RMIConnectionException: Object reference no longer valid (Disconnected)



I 
think somebody mentioned a 64K barrier on JSP pages? - Could that have something 
to do with it?
 
R.

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of Eyal Litman 
  (Kamoon IL)Sent: 7. marts 2001 10:27To: 
  Orion-InterestSubject: 
  com.evermind.server.rmi.RMIConnectionException: Object reference no longer 
  valid (Disconnected)
  Hi, 
  I'm getting this exception when trying to sent a 72k string 
  from my EJB(with orion) back to my client, using ORMI 
  protocol (sun JDK 1.3, win 2000 and also on linux): com.evermind.server.rmi.RMIConnectionException: Object reference no 
  longer valid (Disconnected)     at 
  com.evermind.server.rmi.a1.invoke(JAX)     at __Proxy1.remove(Unknown 
  Source)     at 
  kamoon.client.TestXmlTypesManager.main(TestXmlTypesManager.java:47) 

  When i try to pass a smaller strings (i checked with 13k) it 
  worked ok. 1. Does anybody had similar problems 
  ? 2. What is wrong ? 
  Eyal Litman Server Side Team, Kamoon 
  Ltd.