Re: M5 - problem with war deploy

2005-10-21 Thread Enrico Donelli
Thanks a lot. Using jdk 1.4.2 solved the problem! Enrico On 20/10/05, Aaron Mulder [EMAIL PROTECTED] wrote: Unfortunately, there's no Geronimo code in that stack trace, so it's hard to tell what might be causing it. Can you cause it again and look in the server log

Re: M5 - problem with war deploy

2005-10-21 Thread Barry van Someren
Is Java 1.5 support in the cards at some time in the future? On 10/21/05, Enrico Donelli [EMAIL PROTECTED] wrote: Thanks a lot. Using jdk 1.4.2 solved the problem! Enrico On 20/10/05, Aaron Mulder [EMAIL PROTECTED] wrote: Unfortunately, there's no Geronimo code in that stack trace, so

Re: M5 - problem with war deploy

2005-10-21 Thread Geir Magnusson Jr.
Why are we seeing Sun code here? We don't ship with Sun's JMX - we use MX4J... geir On Oct 20, 2005, at 8:58 PM, Aaron Mulder wrote: Unfortunately, there's no Geronimo code in that stack trace, so it's hard to tell what might be causing it. Can you cause it again and look in the server

Re: M5 - problem with war deploy

2005-10-21 Thread Kevan Miller
Sun's 1.5 JRE includes their JMX implementation. Now why we're seeing it in this call stack, I don't know. I occasionally run server and deployer on 1.5 (server and deployer must be running same JRE) for profiling purposes. I haven't seen this problem, but don't see any point in investigating...

M5 - problem with war deploy

2005-10-20 Thread Enrico Donelli
Hi all, I'm making my first attempt with geronimo (M5, jdk1.5, win xp). I have some problems in deployng a war: the web application is deployed, but I get this error during the deployment process: java.lang.IllegalArgumentException: Can't add listener to MBean server delegate:

Re: M5 - problem with war deploy

2005-10-20 Thread Lin Sun
You might not want to use JDK 1.5. See the following from M5 release note: System Requirements --- You need a platform that supports JDK 1.4 (and some features such as CORBA currently depend on Sun implementation classes and are known to not work under 1.5, so a Sun 1.4.2_08 JVM

Re: M5 - problem with war deploy

2005-10-20 Thread Aaron Mulder
Unfortunately, there's no Geronimo code in that stack trace, so it's hard to tell what might be causing it. Can you cause it again and look in the server log (geronimo/var/log/geronimo.log) and see if there are any additional stack traces that include some org.apache.geronimo classes? (Not that