Hi Dave, colocation:~# java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
That's the version I'm using. Att. Luciano -----Mensagem original----- De: Irving, Dave [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 17 de maio de 2006 13:02 Para: [email protected] Assunto: RE: RES: Handle many keep-alive clients and running slow code What java version exactly are you using? I got bitten by this bug (related to improperly installed signal handlers): http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4927336 It caused seemingly random exits with no info. It got fixed in 1.4.2_08. Dave ________________________________ From: Luciano Macedo Rodrigues [mailto:[EMAIL PROTECTED] Sent: 17 May 2006 16:56 To: [email protected] Subject: Re: RES: Handle many keep-alive clients and running slow code Pete, In my code, I'm sure that there are no System.exit() calls. Maybe it's a problem with the c3p0 database pool that I use. I'll try to use another database pool library and report. It's very weird how this happens. It quits with no apparent reason, in any moment. My platofrm is linux x86 kernel 2.6.something, on last version of Java. What kind of lower-level problem can MINA be triggering? Thanks. Luciano peter royal escreveu: On May 16, 2006, at 1:53 PM, Luciano Macedo Rodrigues wrote: And sometimes the server just quit. I put try/catch blocks everywhere, but the server quits with no exception at all. I searched the directory for hs_err*.. files generated by the jvm's crash, but couldn't find any. Check your code for System.exit() calls? Otherwise, what platform are you running on, what JVM version, etc? Sounds like a lower-level problem that MINA is just triggering perhaps? -pete [EMAIL PROTECTED] - http://fotap.org/~osi This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
