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

2001-03-07 Thread Eyal Litman (Kamoon IL)
Title: 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

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

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

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

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

2001-03-07 Thread Jens Stutte
: Mittwoch, 7. Mrz 2001 15:24 An: Orion-Interest Betreff: RE: 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

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

What does the error - com.evermind.server.rmi.RMIConnectionException: Object reference no longer valid (Disconnected)

2000-08-29 Thread Santosh S
Hi, I have a session bean which returns an array of Objects.I get this error while trying to return the application. The complete stacktrace is below com.evermind.server.rmi.RMIConnectionException: Object reference no longer valid (Disconnected) at com.evermind.server.rmi.a2.invoke