Re: [Wicket-user] another missing stack trace

2007-06-21 Thread Jonathan Locke


yeah, this issue was caused by multithreaded output being intervleaved.

i'm still not happy with processing exception strings though.  i'd prefer
we did some kind of folding of exceptions using javascript on the wicket
exception page and not alter the exception at all.  but that can wait until
next wicket version if at all.


Johan Compagner wrote:
> 
> i dont think so because you do get "Caused by"?
> We don't print caused by,  that is the thing we change about the input.
> 
> what do you exactly see? so whats in that [...] space you have in the
> email?
> 
> johan
> 
> 
> On 6/20/07, Jonathan Locke <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>> could this be caused by this thread (which we never quite did finish)?
>>
>> http://www.nabble.com/abbreviated-stack-traces-tf3837742.html#a10899418
>>
>>
>> Jonathan Locke wrote:
>> >
>> > i just got another missing stack trace problem:
>> >
>> > [...]
>> > Caused by: java.lang.NullPointerException
>> >
>> > then no stack trace for the NPE.  eelco earlier asserted that my
>> logging
>> > config must be wrong while johan said we must have a problem.  the only
>> > odd bit of configuration in our log4j file is this pattern:
>> >
>> > log4j.appender.Stdout.layout.conversionPattern=[%d{HH:mm:ss}] %-5p -
>> > %-26.26c{1} - %m\n
>> >
>> > could that be the problem somehow?  cause if not, i think we have a
>> pretty
>> > serious logging problem that needs some attention.
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/another-missing-stack-trace-tf3953540.html#a11217625
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> This SF.net email is sponsored by DB2 Express
>> Download DB2 Express C - the FREE version of DB2 express and take
>> control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
> 
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/another-missing-stack-trace-tf3953540.html#a11232028
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] another missing stack trace

2007-06-21 Thread Johan Compagner

i dont think so because you do get "Caused by"?
We don't print caused by,  that is the thing we change about the input.

what do you exactly see? so whats in that [...] space you have in the email?

johan


On 6/20/07, Jonathan Locke <[EMAIL PROTECTED]> wrote:




could this be caused by this thread (which we never quite did finish)?

http://www.nabble.com/abbreviated-stack-traces-tf3837742.html#a10899418


Jonathan Locke wrote:
>
> i just got another missing stack trace problem:
>
> [...]
> Caused by: java.lang.NullPointerException
>
> then no stack trace for the NPE.  eelco earlier asserted that my logging
> config must be wrong while johan said we must have a problem.  the only
> odd bit of configuration in our log4j file is this pattern:
>
> log4j.appender.Stdout.layout.conversionPattern=[%d{HH:mm:ss}] %-5p -
> %-26.26c{1} - %m\n
>
> could that be the problem somehow?  cause if not, i think we have a
pretty
> serious logging problem that needs some attention.
>
>
>

--
View this message in context:
http://www.nabble.com/another-missing-stack-trace-tf3953540.html#a11217625
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] another missing stack trace

2007-06-20 Thread Jonathan Locke


could this be caused by this thread (which we never quite did finish)?

http://www.nabble.com/abbreviated-stack-traces-tf3837742.html#a10899418


Jonathan Locke wrote:
> 
> i just got another missing stack trace problem:
> 
> [...]
> Caused by: java.lang.NullPointerException
> 
> then no stack trace for the NPE.  eelco earlier asserted that my logging
> config must be wrong while johan said we must have a problem.  the only
> odd bit of configuration in our log4j file is this pattern:
> 
> log4j.appender.Stdout.layout.conversionPattern=[%d{HH:mm:ss}] %-5p -
> %-26.26c{1} - %m\n
> 
> could that be the problem somehow?  cause if not, i think we have a pretty
> serious logging problem that needs some attention.
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/another-missing-stack-trace-tf3953540.html#a11217625
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] another missing stack trace

2007-06-20 Thread Jonathan Locke

i just got another missing stack trace problem:

[...]
Caused by: java.lang.NullPointerException

then no stack trace for the NPE.  eelco earlier asserted that my logging
config must be wrong while johan said we must have a problem.  the only odd
bit of configuration in our log4j file is this pattern:

log4j.appender.Stdout.layout.conversionPattern=[%d{HH:mm:ss}] %-5p -
%-26.26c{1} - %m\n

could that be the problem somehow?  cause if not, i think we have a pretty
serious logging problem that needs some attention.


-- 
View this message in context: 
http://www.nabble.com/another-missing-stack-trace-tf3953540.html#a11217333
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user