----- Original Message ----- 
From: "Arun Nachimuthu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 17, 2004 1:07 AM
Subject: Re: Error when starting Geronimo


> yeah i kinda figured that lately...
> but the deployer.jar manifest references the jarfile name correctly as
> cglib-full-2.0.jar
>
> and btw, still the "maven debug:server" just hangs...
>

I think that "maven debug:server" is mean to hang and wait debugger client
like your IDE
or jdb. If you change line in maven.xml

<jvmarg
value="-Xrunjdwp:transport=dt_socket,address=8888,server=y,suspend=y"/>
to
<jvmarg
value="-Xrunjdwp:transport=dt_socket,address=8888,server=y,suspend=n"/>

that maven command should start without hanging, but generally it is easier
to debug with
"suspend=y" option.

- Jukka -






Reply via email to