FW: postman

2001-03-21 Thread Eyal Litman (Kamoon IL)
Title: FW: postman -Original Message- From: Amit Cahanovich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 2:54 PM To: Adi Turgeman; Blabash (E-mail); Litman (E-mail); Ronit (E-mail); Shiri (E-mail); Uri (E-mail) Subject: FW: postman -Original Message- From:

unsubcribe

2001-03-15 Thread Eyal Litman (Kamoon IL)
Title: unsubcribe unsubcribe

unsubcribe

2001-03-15 Thread Eyal Litman (Kamoon IL)
Title: unsubcribe unsubcribe

RE: AW: RE : com.evermind.server.rmi.RMIConnectionException: Object refer ence no longer valid (Disconnected)

2001-03-12 Thread Eyal Litman (Kamoon IL)
this problem with other application servers (JBoss, JRun) !!!. Can anybody solve this strange mystery ? Bye, Eyal Litman KAMOON LTD Hi again, the problem is not ORMI, but the standard Java serialization, see my previous mail. -Ursprüngliche Nachricht- Von: Eyal Litman (Kamoon IL) [mailto:[EMAIL

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 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

Orion crashed under load test

2001-03-04 Thread Eyal Litman (Kamoon IL)
Title: Orion crashed under load test Hi, I load tested orion under linux red hat 7 and IBM 1.3 JDK. Orion crashed after few minutes of easy load. Does anybody had some similar problems ? Could IBM 1.3 JDK could be the cause ? Thanks in advance, Eyal Litman Server Side Team, Kamoon Ltd.

RE: Orion crashed under load test

2001-03-04 Thread Eyal Litman (Kamoon IL)
, 2001 5:55 PM To: 'Eyal Litman (Kamoon IL) ' Subject: RE: Orion crashed under load test I have exerienced the same on Red Hat 6.2. It seems like SUN:s JDK 1.3 gives better performance. Best Regards /Claes Frisk -Original Message- From: Eyal Litman (Kamoon IL) To: Orion-Interest Sent

RE: Extending Orion with JCE 1.2.1

2001-02-27 Thread Eyal Litman (Kamoon IL)
Title: RE: Extending Orion with JCE 1.2.1 Hi, I am using JCE 1.2.1 with orion for the same purpose. It seems that if you start orion with java -jar orion.jar, there is a problem with setting the classpath for other jars. I start orion like this : java -classpath %SERVER_PATH%

RE: Classpath

2001-02-27 Thread Eyal Litman (Kamoon IL)
Title: RE: Classpath Hi, It seems to me that if you start orion like java -jar orion.jar there is a problem with setting the classpath. I start orion like this : set SERVER_PATH=.;%JDBC_PATH%;%OTHER_PATHS% java -classpath %SERVER_PATH% com.evermind.server.ApplicationServer My %SERVER_PATH%

Orcale connection setup

2001-02-22 Thread Eyal Litman (Kamoon IL)
Title: Orcale connection setup Hi, I am a new orion user. How do i set up my orion database connection (to oracle db) so : 1. I'll have a connection pool. 2. I'll have an EJB-aware and pooled version DataSource. I got a connection to my DB using com.evermind.sql.DriverManagerDataSource but