Is there some sort of connection time out stuff on the Oracle server?
Is there something on the Oracle server that kills connections after X
seconds?
Can you save another binary object of the same size as your String to the
BLOB field?
There is an inactivity timeout variable in the Orion datasources. Probably
won't help you, but what happens if you change that from the default of 30
to something bigger?
Good luck!
Jason
-----Original Message-----
From: Tobias Streckel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 3:13 PM
To: Orion-Interest
Subject: Re: big text in string as object over the network:
It dosn't work with a StringBuffer object.
I will get the same error message, I think it was a connection problem - but
I don't know what to do?
Anyone a idea?
-----Urspr�ngliche Nachricht-----
Von: Jens Stutte <[EMAIL PROTECTED]>
An: Orion-Interest <[EMAIL PROTECTED]>
Datum: Donnerstag, 21. Juni 2001 14:36
Betreff: AW: big text in string as object over the network:
>This may be related to an old Java problem, that strings over 65535
>characters or so could not be serialized. I don't know, by when if ever it
>was fixed by Sun, but try using StringBuffer instead. If this works, you
>found the problem...
>
>Regards,
>
>Jens Stutte
>
>> -----Urspr�ngliche Nachricht-----
>> Von: Tobias Streckel [mailto:[EMAIL PROTECTED]]
>> Gesendet am: Donnerstag, 21. Juni 2001 13:07
>> An: Orion-Interest
>> Betreff: big text in string as object over the network:
>>
>> Hello,
>>
>> if I want to save a String(he is in a object which will save
>> in a Oracle DB
>> as a BLOB) I get by huge texts a Error:
>>
>> com.evermind.server.rmi.RMIConnectionException
>> com.evermind.server.rmi.OrionRemoteException: Disconnected:
>> Disconnected
>>
>> Have anyone a answer why it doesn't work?
>>
>> Thanks
>>
>> Tobi
>>
>>
>>
>