[JBoss-user] segfaults with 2.4.0 beta and ExternalContext

2001-07-06 Thread kevin1
I got 2.4.0 beta up and running with sybase. (yay) However, when I tried to add an external LDAP source, I get segfaults after I start. That is to say - I start it, it works for a while, and then it dies... Is this a known issue? I'm using sun JDK 1.3.1 on stock Linux kernel 2.2.17 (mandrake)

Re: [JBoss-user] segfaults with 2.4.0 beta and ExternalContext

2001-07-06 Thread Scott M Stark
] segfaults with 2.4.0 beta and ExternalContext I got 2.4.0 beta up and running with sybase. (yay) However, when I tried to add an external LDAP source, I get segfaults after I start. That is to say - I start it, it works for a while, and then it dies... Is this a known issue? I'm using sun JDK

Re: [JBoss-user] segfaults with 2.4.0 beta and ExternalContext

2001-07-06 Thread danch (Dan Christopherson)
kevin1 wrote: I got 2.4.0 beta up and running with sybase. (yay) However, when I tried to add an external LDAP source, I get segfaults after I start. That is to say - I start it, it works for a while, and then it dies... Is this a known issue? I'm using sun JDK 1.3.1 on stock Linux

Re: [JBoss-user] segfaults with 2.4.0 beta and ExternalContext

2001-07-06 Thread kevin1
Segfaults are VM bugs, usually with the JIT or HotSpot. There is nothing one can do in a pure Java app to cause them. Try running without HotSpot. Tried that - no luck It only segfaults when I try to config the JNDI ExternalContext MBean to work with jboss -- it seems alright otherwise.