You are viewing a plain text version of this content. The canonical link for it is here.
Posted to phoenix-dev@avalon.apache.org by Peter Donald <pe...@apache.org> on 2002/07/09 02:26:59 UTC

Re: DO NOT REPLY [Bug 10498] - ClassNoFoundExceptions lost

At 05:25 AM 7/7/2002 +0000, you wrote:
>\------- Additional Comments From jeff@socialchange.net.au  2002-07-07 
>05:25 -------
>Nope, phoenix.log doesn't even contain the usual stacktrace, let alone 
>anything
>extra:


damn - thats a massive bug.

 >For the record, here's exactly what I see from the command-line:
...

Is this before or after you modified phoenix. ie Did you get that 
"rethrown" part on console before you modified phoenix. If so would it be 
acceptable to make the reason be exception.toString() rather than 
exception.getMessage(). ie

(Reason: net.socialchange.antserver.AntServerImpl)

-->

(Reason: java.lang.ClassNotFoundException: 
net.socialchange.antserver.AntServerImpl)

or maybe we should remove reason altogether and make user look at the 
rethrown exception or similar?


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [Bug 10498] - ClassNoFoundExceptions lost

Posted by Jeff Turner <je...@socialchange.net.au>.
On Tue, Jul 09, 2002 at 10:26:59AM +1000, Peter Donald wrote:
> At 05:25 AM 7/7/2002 +0000, you wrote:
> >\------- Additional Comments From jeff@socialchange.net.au  2002-07-07 
> >05:25 -------
> >Nope, phoenix.log doesn't even contain the usual stacktrace, let alone 
> >anything
> >extra:
> 
> damn - thats a massive bug.

:) Let me confirm that tonight, and provide something replicable.

>  >For the record, here's exactly what I see from the command-line:
> ...
> 
> Is this before or after you modified phoenix.

IIRC, it was without my modifications.

> ie Did you get that "rethrown" part on console before you modified
> phoenix. If so would it be acceptable to make the reason be
> exception.toString() rather than exception.getMessage(). ie
> 
> (Reason: net.socialchange.antserver.AntServerImpl)
> 
> -->
> 
> (Reason: java.lang.ClassNotFoundException: 
> net.socialchange.antserver.AntServerImpl)

That would be fine. I'm not sure if toString() would return anything
different to getMessage() though. I'll have a play.

--Jeff

> or maybe we should remove reason altogether and make user look at the 
> rethrown exception or similar?
> 
> 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>