Re: Mysterious NullPointerException

2009-07-13 Thread Jeremy Levy
Hmm, looking at that again, it looks just like the dump...

On Mon, Jul 13, 2009 at 8:55 AM, Jeremy Levy  wrote:

> Take a look at this one:
> 2009-07-12 11:03:11,865 ERROR Web [RequestCycle]
> : java.lang.NullPointerException
> 2009-07-12 11:03:11,879 ERROR Web [MMRequestCycle] : The exception had a
> length of 0, dumping Stack
> 2009-07-12 11:03:11,885 ERROR Web [MMRequestCycle] : Logging:
>
> com.mdate.web.customcomponents.MMRequestCycle.logRuntimeException(MMRequestCycle.java:90)
> org.apache.wicket.RequestCycle.step(RequestCycle.java:1339)
> org.apache.wicket.RequestCycle.steps(RequestCycle.java:1399)
> org.apache.wicket.RequestCycle.request(RequestCycle.java:529)
> org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:356)
>
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:201)
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
>
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>
> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
>
> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
>
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>
> org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
>
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
> org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:437)
>
> org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:366)
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
> java.lang.Thread.run(Thread.java:619)
>
>
>
>
> On Wed, Jul 1, 2009 at 6:48 PM, Johan Compagner wrote:
>
>> Thats just a dumpstack of the current line in the onRuntimeException.
>>
>> Cant you just debug it somehow an break on exception?
>>
>> Or call fillstacktrace or something on it? Its weird that the
>> exception it self just wont generate a stack..
>>
>> On 01/07/2009, Jeremy Levy  wrote:
>> > Okay, I was able to get a thread dump for when this mysterious exception
>> > happens, see my prior message for the code the code that I am using to
>> print
>> >this out:
>> > 2009-07-01 16:42:59,155 ERROR Web [RequestCycle] :
>> > java.lang.NullPointerException
>> > 2009-07-01 16:42:59,250 ERROR Web [MMRequestCycle] : The exception had a
>> > length of 0, dumping Stack
>> > 2009-07-01 16:42:59,263 ERROR Web [STDERR] : java.lang.Exception: Stack
>> > trace
>> > 2009-07-01 16:42:59,273 ERROR Web [STDERR] :at
>> > java.lang.Thread.dumpStack(Thread.java:1206)
>> > 2009-07-01 16:42:59,280 ERROR Web [STDERR] :at
>> >
>> com.mdate.web.customcomponents.MMRequestCycle.logRuntimeException(MMRequestCycle.java:95)
>> > 2009-07-01 16:42:59,288 ERROR Web [STDERR] :at
>> > org.apache.wicket.RequestCycle.step(RequestCycle.java:1339)
>> > 2009-07-01 16:42:59,297 ERROR Web [STDERR] :at
>> > org.apache.wicket.RequestCycle.steps(RequestCycle.java:1399)
>> > 2009-07-01 16:42:59,307 ERROR Web [STDERR] :at
>> > org.apache.wicket.RequestCycle.request(RequestCycle.java:529)
>> > 2009-07-01 16:42:59,317 ERROR Web [STDERR] :at
>> >
>> org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:356)
>> > 2009-07-01 16:42:59,339 ERROR Web [STDERR] :at
>> >
>> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:201)
>> > 2009-07-01 16:42:59,356 ERROR Web [STDERR] :at
>> >
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>> > 2009-07-01 16:42:59,363 ERROR Web [STDERR] :at
>> >
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>> > 2009-07-01 16:42:59,372 ERROR Web [STDERR] :at
>> >
>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>> > 2009-07-01 16:42:59,380 ERROR Web [STDERR] :at
>> >
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>> > 2009-07-01 16:42:59,389 ERROR Web [STDERR] :at
>> >
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>> > 2009-07-01 16:42:59,398 ERROR Web [STDERR] :at
>> >
>> org.apache.catalina.core.StandardWrapperValve.invoke(

Re: Mysterious NullPointerException

2009-07-13 Thread Jeremy Levy
Take a look at this one:
2009-07-12 11:03:11,865 ERROR Web [RequestCycle]
: java.lang.NullPointerException
2009-07-12 11:03:11,879 ERROR Web [MMRequestCycle] : The exception had a
length of 0, dumping Stack
2009-07-12 11:03:11,885 ERROR Web [MMRequestCycle] : Logging:
com.mdate.web.customcomponents.MMRequestCycle.logRuntimeException(MMRequestCycle.java:90)
org.apache.wicket.RequestCycle.step(RequestCycle.java:1339)
org.apache.wicket.RequestCycle.steps(RequestCycle.java:1399)
org.apache.wicket.RequestCycle.request(RequestCycle.java:529)
org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:356)
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:201)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:437)
org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:366)
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
java.lang.Thread.run(Thread.java:619)




On Wed, Jul 1, 2009 at 6:48 PM, Johan Compagner wrote:

> Thats just a dumpstack of the current line in the onRuntimeException.
>
> Cant you just debug it somehow an break on exception?
>
> Or call fillstacktrace or something on it? Its weird that the
> exception it self just wont generate a stack..
>
> On 01/07/2009, Jeremy Levy  wrote:
> > Okay, I was able to get a thread dump for when this mysterious exception
> > happens, see my prior message for the code the code that I am using to
> print
> >this out:
> > 2009-07-01 16:42:59,155 ERROR Web [RequestCycle] :
> > java.lang.NullPointerException
> > 2009-07-01 16:42:59,250 ERROR Web [MMRequestCycle] : The exception had a
> > length of 0, dumping Stack
> > 2009-07-01 16:42:59,263 ERROR Web [STDERR] : java.lang.Exception: Stack
> > trace
> > 2009-07-01 16:42:59,273 ERROR Web [STDERR] :at
> > java.lang.Thread.dumpStack(Thread.java:1206)
> > 2009-07-01 16:42:59,280 ERROR Web [STDERR] :at
> >
> com.mdate.web.customcomponents.MMRequestCycle.logRuntimeException(MMRequestCycle.java:95)
> > 2009-07-01 16:42:59,288 ERROR Web [STDERR] :at
> > org.apache.wicket.RequestCycle.step(RequestCycle.java:1339)
> > 2009-07-01 16:42:59,297 ERROR Web [STDERR] :at
> > org.apache.wicket.RequestCycle.steps(RequestCycle.java:1399)
> > 2009-07-01 16:42:59,307 ERROR Web [STDERR] :at
> > org.apache.wicket.RequestCycle.request(RequestCycle.java:529)
> > 2009-07-01 16:42:59,317 ERROR Web [STDERR] :at
> > org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:356)
> > 2009-07-01 16:42:59,339 ERROR Web [STDERR] :at
> >
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:201)
> > 2009-07-01 16:42:59,356 ERROR Web [STDERR] :at
> >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> > 2009-07-01 16:42:59,363 ERROR Web [STDERR] :at
> >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> > 2009-07-01 16:42:59,372 ERROR Web [STDERR] :at
> >
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> > 2009-07-01 16:42:59,380 ERROR Web [STDERR] :at
> >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> > 2009-07-01 16:42:59,389 ERROR Web [STDERR] :at
> >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> > 2009-07-01 16:42:59,398 ERROR Web [STDERR] :at
> >
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
> > 2009-07-01 16:42:59,407 ERROR Web [STDERR] :at
> >
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> > 2009-07-01 16:42:59,414 ERROR Web [STDERR] :at
> >
> org.jboss.web.tomcat.security.S

Re: Mysterious NullPointerException

2009-07-01 Thread Johan Compagner
  Thread.dumpStack();
>> }
>>
>>
>> What I have seen so far is that e.getStackTrace() has a length of 0, so I
>> added the thread dump...
>>
>>  Jeremy
>>
>> On Mon, Jun 29, 2009 at 4:26 PM, Igor Vaynberg
>> wrote:
>>
>>> even if the exception was not being chained it should have still had
>>> some sort of a stacktrace.
>>>
>>> -igor
>>>
>>> On Mon, Jun 29, 2009 at 11:39 AM, Martijn
>>> Reuvers wrote:
>>> > Likely the message or stacktrace(s) (the actual cause) is throwing the
>>> > nullpointer, in which case that is all you can see when logging. You
>>> > might wanna try: log.error("whatever here",e.getCause()), generally
>>> > the latter is what you're interested in anyway. You might also try:
>>> >
>>> >
>>> >  @Override
>>> >  protected void logRuntimeException(RuntimeException e) {
>>> >//super.logRuntimeException(e); // Turn this one off as
>>> > somewhere the error seems to occur
>>> >log.error("whatever, but NOT the message",e);
>>> >   }
>>> >
>>> > Finally, I'd personally attempt to write it all to a custom file to
>>> > see if you can get anything useful into it.
>>> >
>>> > On Mon, Jun 29, 2009 at 6:49 PM, Igor Vaynberg
>>> wrote:
>>> >> log.runtimeexception is already doing log.error(e.getMessage(), e);
>>> >> and he is still not seeing the stacktrace...
>>> >>
>>> >> -igor
>>> >>
>>> >> On Mon, Jun 29, 2009 at 9:41 AM, mbrictson wrote:
>>> >>>
>>> >>> If you simply call log.error(e), your log will only contain
>>> e.toString(),
>>> >>> which does not include the stack trace. You need to use the 2-arg
>>> version of
>>> >>> log.error() if you want the full trace.
>>> >>>
>>> >>> Try this:
>>> >>>
>>> >>> log.error("An uncaught runtime exception occurred", e);
>>> >>>
>>> >>>
>>> >>> jelevy wrote:
>>> >>>>
>>> >>>> Igor,
>>> >>>> Can you give me some direction on how to go about getting the "e".
>>> >>>>
>>> >>>> In my own RequestCycle I've done the following:
>>> >>>>
>>> >>>>  @Override
>>> >>>> protected void logRuntimeException(RuntimeException e) {
>>> >>>> super.logRuntimeException(e);
>>> >>>> log.error(e);
>>> >>>> }
>>> >>>>
>>> >>>>
>>> >>> --
>>> >>> View this message in context:
>>> http://www.nabble.com/Mysterious-NullPointerException-tp24094116p24257631.html
>>> >>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>> >>>
>>> >>>
>>> >>> -
>>> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> >>> For additional commands, e-mail: users-h...@wicket.apache.org
>>> >>>
>>> >>>
>>> >>
>>> >> -
>>> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>>> >>
>>> >>
>>> >
>>> > -
>>> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> > For additional commands, e-mail: users-h...@wicket.apache.org
>>> >
>>> >
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
>>
>> --
>> Jeremy Levy
>>
>> See my location in real-time:
>> http://seemywhere.com/jeremy
>>
>
>
>
> --
> Jeremy Levy
>
> See my location in real-time:
> http://seemywhere.com/jeremy
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Mysterious NullPointerException

2009-07-01 Thread Jeremy Levy
rror("whatever here",e.getCause()), generally
>> > the latter is what you're interested in anyway. You might also try:
>> >
>> >
>> >  @Override
>> >  protected void logRuntimeException(RuntimeException e) {
>> >//super.logRuntimeException(e); // Turn this one off as
>> > somewhere the error seems to occur
>> >log.error("whatever, but NOT the message",e);
>> >   }
>> >
>> > Finally, I'd personally attempt to write it all to a custom file to
>> > see if you can get anything useful into it.
>> >
>> > On Mon, Jun 29, 2009 at 6:49 PM, Igor Vaynberg
>> wrote:
>> >> log.runtimeexception is already doing log.error(e.getMessage(), e);
>> >> and he is still not seeing the stacktrace...
>> >>
>> >> -igor
>> >>
>> >> On Mon, Jun 29, 2009 at 9:41 AM, mbrictson wrote:
>> >>>
>> >>> If you simply call log.error(e), your log will only contain
>> e.toString(),
>> >>> which does not include the stack trace. You need to use the 2-arg
>> version of
>> >>> log.error() if you want the full trace.
>> >>>
>> >>> Try this:
>> >>>
>> >>> log.error("An uncaught runtime exception occurred", e);
>> >>>
>> >>>
>> >>> jelevy wrote:
>> >>>>
>> >>>> Igor,
>> >>>> Can you give me some direction on how to go about getting the "e".
>> >>>>
>> >>>> In my own RequestCycle I've done the following:
>> >>>>
>> >>>>  @Override
>> >>>> protected void logRuntimeException(RuntimeException e) {
>> >>>> super.logRuntimeException(e);
>> >>>> log.error(e);
>> >>>> }
>> >>>>
>> >>>>
>> >>> --
>> >>> View this message in context:
>> http://www.nabble.com/Mysterious-NullPointerException-tp24094116p24257631.html
>> >>> Sent from the Wicket - User mailing list archive at Nabble.com.
>> >>>
>> >>>
>> >>> -
>> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >>> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>>
>> >>>
>> >>
>> >> -
>> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>
>> >>
>> >
>> > -
>> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> > For additional commands, e-mail: users-h...@wicket.apache.org
>> >
>> >
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
>
> --
> Jeremy Levy
>
> See my location in real-time:
> http://seemywhere.com/jeremy
>



-- 
Jeremy Levy

See my location in real-time:
http://seemywhere.com/jeremy


Re: Mysterious NullPointerException

2009-07-01 Thread Jeremy Levy
I'm trying this, what do you think?
if (e == null) {
log.error("The exception was null, dumping Stack");
Thread.dumpStack();
}

StackTraceElement[] out = e.getStackTrace();
StringBuffer sb = new StringBuffer();

for (StackTraceElement ex : out) {
sb.append(ex.toString() + "\n");
}

if (out.length == 0) {
log.error("The exception had a length of 0, dumping Stack");
Thread.dumpStack();
}


What I have seen so far is that e.getStackTrace() has a length of 0, so I
added the thread dump...

Jeremy
On Mon, Jun 29, 2009 at 4:26 PM, Igor Vaynberg wrote:

> even if the exception was not being chained it should have still had
> some sort of a stacktrace.
>
> -igor
>
> On Mon, Jun 29, 2009 at 11:39 AM, Martijn
> Reuvers wrote:
> > Likely the message or stacktrace(s) (the actual cause) is throwing the
> > nullpointer, in which case that is all you can see when logging. You
> > might wanna try: log.error("whatever here",e.getCause()), generally
> > the latter is what you're interested in anyway. You might also try:
> >
> >
> >  @Override
> >  protected void logRuntimeException(RuntimeException e) {
> >//super.logRuntimeException(e); // Turn this one off as
> > somewhere the error seems to occur
> >log.error("whatever, but NOT the message",e);
> >   }
> >
> > Finally, I'd personally attempt to write it all to a custom file to
> > see if you can get anything useful into it.
> >
> > On Mon, Jun 29, 2009 at 6:49 PM, Igor Vaynberg
> wrote:
> >> log.runtimeexception is already doing log.error(e.getMessage(), e);
> >> and he is still not seeing the stacktrace...
> >>
> >> -igor
> >>
> >> On Mon, Jun 29, 2009 at 9:41 AM, mbrictson wrote:
> >>>
> >>> If you simply call log.error(e), your log will only contain
> e.toString(),
> >>> which does not include the stack trace. You need to use the 2-arg
> version of
> >>> log.error() if you want the full trace.
> >>>
> >>> Try this:
> >>>
> >>> log.error("An uncaught runtime exception occurred", e);
> >>>
> >>>
> >>> jelevy wrote:
> >>>>
> >>>> Igor,
> >>>> Can you give me some direction on how to go about getting the "e".
> >>>>
> >>>> In my own RequestCycle I've done the following:
> >>>>
> >>>>  @Override
> >>>> protected void logRuntimeException(RuntimeException e) {
> >>>> super.logRuntimeException(e);
> >>>> log.error(e);
> >>>> }
> >>>>
> >>>>
> >>> --
> >>> View this message in context:
> http://www.nabble.com/Mysterious-NullPointerException-tp24094116p24257631.html
> >>> Sent from the Wicket - User mailing list archive at Nabble.com.
> >>>
> >>>
> >>> -
> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>>
> >>>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Jeremy Levy

See my location in real-time:
http://seemywhere.com/jeremy


Re: Mysterious NullPointerException

2009-06-29 Thread Igor Vaynberg
even if the exception was not being chained it should have still had
some sort of a stacktrace.

-igor

On Mon, Jun 29, 2009 at 11:39 AM, Martijn
Reuvers wrote:
> Likely the message or stacktrace(s) (the actual cause) is throwing the
> nullpointer, in which case that is all you can see when logging. You
> might wanna try: log.error("whatever here",e.getCause()), generally
> the latter is what you're interested in anyway. You might also try:
>
>
> �...@override
>  protected void logRuntimeException(RuntimeException e) {
>        //super.logRuntimeException(e); // Turn this one off as
> somewhere the error seems to occur
>        log.error("whatever, but NOT the message",e);
>   }
>
> Finally, I'd personally attempt to write it all to a custom file to
> see if you can get anything useful into it.
>
> On Mon, Jun 29, 2009 at 6:49 PM, Igor Vaynberg wrote:
>> log.runtimeexception is already doing log.error(e.getMessage(), e);
>> and he is still not seeing the stacktrace...
>>
>> -igor
>>
>> On Mon, Jun 29, 2009 at 9:41 AM, mbrictson wrote:
>>>
>>> If you simply call log.error(e), your log will only contain e.toString(),
>>> which does not include the stack trace. You need to use the 2-arg version of
>>> log.error() if you want the full trace.
>>>
>>> Try this:
>>>
>>> log.error("An uncaught runtime exception occurred", e);
>>>
>>>
>>> jelevy wrote:
>>>>
>>>> Igor,
>>>> Can you give me some direction on how to go about getting the "e".
>>>>
>>>> In my own RequestCycle I've done the following:
>>>>
>>>> �...@override
>>>>     protected void logRuntimeException(RuntimeException e) {
>>>>         super.logRuntimeException(e);
>>>>         log.error(e);
>>>>     }
>>>>
>>>>
>>> --
>>> View this message in context: 
>>> http://www.nabble.com/Mysterious-NullPointerException-tp24094116p24257631.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Mysterious NullPointerException

2009-06-29 Thread Martijn Reuvers
Likely the message or stacktrace(s) (the actual cause) is throwing the
nullpointer, in which case that is all you can see when logging. You
might wanna try: log.error("whatever here",e.getCause()), generally
the latter is what you're interested in anyway. You might also try:


 @Override
  protected void logRuntimeException(RuntimeException e) {
//super.logRuntimeException(e); // Turn this one off as
somewhere the error seems to occur
log.error("whatever, but NOT the message",e);
   }

Finally, I'd personally attempt to write it all to a custom file to
see if you can get anything useful into it.

On Mon, Jun 29, 2009 at 6:49 PM, Igor Vaynberg wrote:
> log.runtimeexception is already doing log.error(e.getMessage(), e);
> and he is still not seeing the stacktrace...
>
> -igor
>
> On Mon, Jun 29, 2009 at 9:41 AM, mbrictson wrote:
>>
>> If you simply call log.error(e), your log will only contain e.toString(),
>> which does not include the stack trace. You need to use the 2-arg version of
>> log.error() if you want the full trace.
>>
>> Try this:
>>
>> log.error("An uncaught runtime exception occurred", e);
>>
>>
>> jelevy wrote:
>>>
>>> Igor,
>>> Can you give me some direction on how to go about getting the "e".
>>>
>>> In my own RequestCycle I've done the following:
>>>
>>> �...@override
>>>     protected void logRuntimeException(RuntimeException e) {
>>>         super.logRuntimeException(e);
>>>         log.error(e);
>>>     }
>>>
>>>
>> --
>> View this message in context: 
>> http://www.nabble.com/Mysterious-NullPointerException-tp24094116p24257631.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Mysterious NullPointerException

2009-06-29 Thread Igor Vaynberg
log.runtimeexception is already doing log.error(e.getMessage(), e);
and he is still not seeing the stacktrace...

-igor

On Mon, Jun 29, 2009 at 9:41 AM, mbrictson wrote:
>
> If you simply call log.error(e), your log will only contain e.toString(),
> which does not include the stack trace. You need to use the 2-arg version of
> log.error() if you want the full trace.
>
> Try this:
>
> log.error("An uncaught runtime exception occurred", e);
>
>
> jelevy wrote:
>>
>> Igor,
>> Can you give me some direction on how to go about getting the "e".
>>
>> In my own RequestCycle I've done the following:
>>
>> �...@override
>>     protected void logRuntimeException(RuntimeException e) {
>>         super.logRuntimeException(e);
>>         log.error(e);
>>     }
>>
>>
> --
> View this message in context: 
> http://www.nabble.com/Mysterious-NullPointerException-tp24094116p24257631.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Mysterious NullPointerException

2009-06-29 Thread mbrictson

If you simply call log.error(e), your log will only contain e.toString(),
which does not include the stack trace. You need to use the 2-arg version of
log.error() if you want the full trace.

Try this:

log.error("An uncaught runtime exception occurred", e);


jelevy wrote:
> 
> Igor,
> Can you give me some direction on how to go about getting the "e".
> 
> In my own RequestCycle I've done the following:
> 
>  @Override
> protected void logRuntimeException(RuntimeException e) {
> super.logRuntimeException(e);
> log.error(e);
> }
> 
> 
-- 
View this message in context: 
http://www.nabble.com/Mysterious-NullPointerException-tp24094116p24257631.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Mysterious NullPointerException

2009-06-29 Thread Igor Vaynberg
you can set up another appender that writes to a file and get it out
by name and write into it. alternatively you can print the stacktrace
into a buffer and email the whole thing manually.


usually smtp appenders should buffer X lines or Y seconds and send
that out, maybe you can just tweak the config of your appender.

-igor

On Mon, Jun 29, 2009 at 8:01 AM, Jeremy Levy wrote:
> Igor,
> Can you give me some direction on how to go about getting the "e".
>
> In my own RequestCycle I've done the following:
>
> �...@override
>    protected void logRuntimeException(RuntimeException e) {
>        super.logRuntimeException(e);
>        log.error(e);
>    }
>
> Which doesn't help because I'm just doing the same thing twice:
>
> 2009-06-29 01:26:09,721 ERROR Web [RequestCycle] :
> java.lang.NullPointerException
> 2009-06-29 01:26:09,780 ERROR Web [MMRequestCycle] :
> java.lang.NullPointerException
>
> I tried e.printStackTrace(); but log4j SMTPAppender takes each line of the
> stacktrace and emails it which generates way to much volume.  Any
> suggestions?
>
> Jeremy
>
>
>
> On Fri, Jun 19, 2009 at 2:20 PM, Jeremy Levy  wrote:
>
>> I'll override the method and let you know the results.
>> Jeremy
>>
>>
>> On Fri, Jun 19, 2009 at 11:35 AM, Igor Vaynberg 
>> wrote:
>>
>>> right, so where is the stacktrace from the "e" given to the logger?
>>>
>>> -igor
>>>
>>> On Fri, Jun 19, 2009 at 6:39 AM, Jeremy Levy wrote:
>>> > Igor,
>>> > It's happening on line # 1483 of RequestCycle which corresponds to:
>>> >
>>> >  * Called when an unrecoverable runtime exception during request cycle
>>> > handling occurred, which
>>> >  * will result in displaying a user facing error page. Clients can
>>> override
>>> > this method in case
>>> >  * they want to customize logging. NOT called for {...@link
>>> > PageExpiredException page expired
>>> >  * exceptions}.
>>> >  *
>>> >  * @param e
>>> >  *            the runtime exception
>>> >  */
>>> > protected void logRuntimeException(RuntimeException e)
>>> >  {
>>> > log.error(e.getMessage(), e);
>>> > }
>>> >
>>> > Jeremy
>>> >
>>> > On Thu, Jun 18, 2009 at 11:46 AM, Igor Vaynberg <
>>> igor.vaynb...@gmail.com>wrote:
>>> >
>>> >> that is rather strange, there should be the stack trace. why dont you
>>> >> change your logger to show the line numbers so we can see where the
>>> >> log statement is coming from.
>>> >>
>>> >> -igor
>>> >>
>>> >> On Thu, Jun 18, 2009 at 7:53 AM, Jeremy Levy wrote:
>>> >> > Per,
>>> >> > There is no stack dump, that is the entire output.
>>> >> >
>>> >> > J
>>> >> >
>>> >> > On Thu, Jun 18, 2009 at 10:48 AM, Per Lundholm <
>>> per.lundh...@gmail.com
>>> >> >wrote:
>>> >> >
>>> >> >> No. ;-)
>>> >> >>
>>> >> >> Are you suggesting that the version of Wicket matters?
>>> >> >>
>>> >> >> How does the stack dump look in your logs?
>>> >> >>
>>> >> >> /Per
>>> >> >>
>>> >> >>
>>> >> >> On Thu, Jun 18, 2009 at 4:25 PM, Jeremy Levy
>>> wrote:
>>> >> >> > I see the following a few times a day, this is with Wicket 1.3.6.
>>>  It
>>> >> >> > results in a 500 being displayed to the user...
>>> >> >> >
>>> >> >> > 2009-06-18 00:53:09,485 ERROR Web [RequestCycle] :
>>> >> >> > java.lang.NullPointerException
>>> >> >> >
>>> >> >> > I realize this isn't much to go on, any ideas?
>>> >> >> >
>>> >> >> > j
>>> >> >> >
>>> >> >>
>>> >> >>
>>> -
>>> >> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> >> >> For additional commands, e-mail: users-h...@wicket.apache.org
>>> >> >>
>>> >> >>
>>> >> >
>>> >> >
>>> >> >
>>> >> >
>>> >>
>>> >> -
>>> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>>> >>
>>> >>
>>> >
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
>>
>>
>>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Mysterious NullPointerException

2009-06-29 Thread Jeremy Levy
Igor,
Can you give me some direction on how to go about getting the "e".

In my own RequestCycle I've done the following:

 @Override
protected void logRuntimeException(RuntimeException e) {
super.logRuntimeException(e);
log.error(e);
}

Which doesn't help because I'm just doing the same thing twice:

2009-06-29 01:26:09,721 ERROR Web [RequestCycle] :
java.lang.NullPointerException
2009-06-29 01:26:09,780 ERROR Web [MMRequestCycle] :
java.lang.NullPointerException

I tried e.printStackTrace(); but log4j SMTPAppender takes each line of the
stacktrace and emails it which generates way to much volume.  Any
suggestions?

Jeremy



On Fri, Jun 19, 2009 at 2:20 PM, Jeremy Levy  wrote:

> I'll override the method and let you know the results.
> Jeremy
>
>
> On Fri, Jun 19, 2009 at 11:35 AM, Igor Vaynberg 
> wrote:
>
>> right, so where is the stacktrace from the "e" given to the logger?
>>
>> -igor
>>
>> On Fri, Jun 19, 2009 at 6:39 AM, Jeremy Levy wrote:
>> > Igor,
>> > It's happening on line # 1483 of RequestCycle which corresponds to:
>> >
>> >  * Called when an unrecoverable runtime exception during request cycle
>> > handling occurred, which
>> >  * will result in displaying a user facing error page. Clients can
>> override
>> > this method in case
>> >  * they want to customize logging. NOT called for {...@link
>> > PageExpiredException page expired
>> >  * exceptions}.
>> >  *
>> >  * @param e
>> >  *the runtime exception
>> >  */
>> > protected void logRuntimeException(RuntimeException e)
>> >  {
>> > log.error(e.getMessage(), e);
>> > }
>> >
>> > Jeremy
>> >
>> > On Thu, Jun 18, 2009 at 11:46 AM, Igor Vaynberg <
>> igor.vaynb...@gmail.com>wrote:
>> >
>> >> that is rather strange, there should be the stack trace. why dont you
>> >> change your logger to show the line numbers so we can see where the
>> >> log statement is coming from.
>> >>
>> >> -igor
>> >>
>> >> On Thu, Jun 18, 2009 at 7:53 AM, Jeremy Levy wrote:
>> >> > Per,
>> >> > There is no stack dump, that is the entire output.
>> >> >
>> >> > J
>> >> >
>> >> > On Thu, Jun 18, 2009 at 10:48 AM, Per Lundholm <
>> per.lundh...@gmail.com
>> >> >wrote:
>> >> >
>> >> >> No. ;-)
>> >> >>
>> >> >> Are you suggesting that the version of Wicket matters?
>> >> >>
>> >> >> How does the stack dump look in your logs?
>> >> >>
>> >> >> /Per
>> >> >>
>> >> >>
>> >> >> On Thu, Jun 18, 2009 at 4:25 PM, Jeremy Levy
>> wrote:
>> >> >> > I see the following a few times a day, this is with Wicket 1.3.6.
>>  It
>> >> >> > results in a 500 being displayed to the user...
>> >> >> >
>> >> >> > 2009-06-18 00:53:09,485 ERROR Web [RequestCycle] :
>> >> >> > java.lang.NullPointerException
>> >> >> >
>> >> >> > I realize this isn't much to go on, any ideas?
>> >> >> >
>> >> >> > j
>> >> >> >
>> >> >>
>> >> >>
>> -
>> >> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >> >> For additional commands, e-mail: users-h...@wicket.apache.org
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> >
>> >>
>> >> -
>> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>
>> >>
>> >
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
>
>
>


Re: Mysterious NullPointerException

2009-06-19 Thread Jeremy Levy
I'll override the method and let you know the results.
Jeremy

On Fri, Jun 19, 2009 at 11:35 AM, Igor Vaynberg wrote:

> right, so where is the stacktrace from the "e" given to the logger?
>
> -igor
>
> On Fri, Jun 19, 2009 at 6:39 AM, Jeremy Levy wrote:
> > Igor,
> > It's happening on line # 1483 of RequestCycle which corresponds to:
> >
> >  * Called when an unrecoverable runtime exception during request cycle
> > handling occurred, which
> >  * will result in displaying a user facing error page. Clients can
> override
> > this method in case
> >  * they want to customize logging. NOT called for {...@link
> > PageExpiredException page expired
> >  * exceptions}.
> >  *
> >  * @param e
> >  *the runtime exception
> >  */
> > protected void logRuntimeException(RuntimeException e)
> >  {
> > log.error(e.getMessage(), e);
> > }
> >
> > Jeremy
> >
> > On Thu, Jun 18, 2009 at 11:46 AM, Igor Vaynberg  >wrote:
> >
> >> that is rather strange, there should be the stack trace. why dont you
> >> change your logger to show the line numbers so we can see where the
> >> log statement is coming from.
> >>
> >> -igor
> >>
> >> On Thu, Jun 18, 2009 at 7:53 AM, Jeremy Levy wrote:
> >> > Per,
> >> > There is no stack dump, that is the entire output.
> >> >
> >> > J
> >> >
> >> > On Thu, Jun 18, 2009 at 10:48 AM, Per Lundholm <
> per.lundh...@gmail.com
> >> >wrote:
> >> >
> >> >> No. ;-)
> >> >>
> >> >> Are you suggesting that the version of Wicket matters?
> >> >>
> >> >> How does the stack dump look in your logs?
> >> >>
> >> >> /Per
> >> >>
> >> >>
> >> >> On Thu, Jun 18, 2009 at 4:25 PM, Jeremy Levy
> wrote:
> >> >> > I see the following a few times a day, this is with Wicket 1.3.6.
>  It
> >> >> > results in a 500 being displayed to the user...
> >> >> >
> >> >> > 2009-06-18 00:53:09,485 ERROR Web [RequestCycle] :
> >> >> > java.lang.NullPointerException
> >> >> >
> >> >> > I realize this isn't much to go on, any ideas?
> >> >> >
> >> >> > j
> >> >> >
> >> >>
> >> >> -
> >> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Jeremy Levy
> >> >
> >> > See my location in real-time:
> >> > http://seemywhere.com/jeremy
> >> >
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Jeremy Levy

See my location in real-time:
http://seemywhere.com/jeremy


Re: Mysterious NullPointerException

2009-06-19 Thread Igor Vaynberg
right, so where is the stacktrace from the "e" given to the logger?

-igor

On Fri, Jun 19, 2009 at 6:39 AM, Jeremy Levy wrote:
> Igor,
> It's happening on line # 1483 of RequestCycle which corresponds to:
>
>  * Called when an unrecoverable runtime exception during request cycle
> handling occurred, which
>  * will result in displaying a user facing error page. Clients can override
> this method in case
>  * they want to customize logging. NOT called for {...@link
> PageExpiredException page expired
>  * exceptions}.
>  *
>  * @param e
>  *            the runtime exception
>  */
> protected void logRuntimeException(RuntimeException e)
>  {
> log.error(e.getMessage(), e);
> }
>
> Jeremy
>
> On Thu, Jun 18, 2009 at 11:46 AM, Igor Vaynberg 
> wrote:
>
>> that is rather strange, there should be the stack trace. why dont you
>> change your logger to show the line numbers so we can see where the
>> log statement is coming from.
>>
>> -igor
>>
>> On Thu, Jun 18, 2009 at 7:53 AM, Jeremy Levy wrote:
>> > Per,
>> > There is no stack dump, that is the entire output.
>> >
>> > J
>> >
>> > On Thu, Jun 18, 2009 at 10:48 AM, Per Lundholm > >wrote:
>> >
>> >> No. ;-)
>> >>
>> >> Are you suggesting that the version of Wicket matters?
>> >>
>> >> How does the stack dump look in your logs?
>> >>
>> >> /Per
>> >>
>> >>
>> >> On Thu, Jun 18, 2009 at 4:25 PM, Jeremy Levy wrote:
>> >> > I see the following a few times a day, this is with Wicket 1.3.6.  It
>> >> > results in a 500 being displayed to the user...
>> >> >
>> >> > 2009-06-18 00:53:09,485 ERROR Web [RequestCycle] :
>> >> > java.lang.NullPointerException
>> >> >
>> >> > I realize this isn't much to go on, any ideas?
>> >> >
>> >> > j
>> >> >
>> >>
>> >> -
>> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > Jeremy Levy
>> >
>> > See my location in real-time:
>> > http://seemywhere.com/jeremy
>> >
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Mysterious NullPointerException

2009-06-19 Thread Jeremy Levy
Igor,
It's happening on line # 1483 of RequestCycle which corresponds to:

 * Called when an unrecoverable runtime exception during request cycle
handling occurred, which
 * will result in displaying a user facing error page. Clients can override
this method in case
 * they want to customize logging. NOT called for {...@link
PageExpiredException page expired
 * exceptions}.
 *
 * @param e
 *the runtime exception
 */
protected void logRuntimeException(RuntimeException e)
 {
log.error(e.getMessage(), e);
}

Jeremy

On Thu, Jun 18, 2009 at 11:46 AM, Igor Vaynberg wrote:

> that is rather strange, there should be the stack trace. why dont you
> change your logger to show the line numbers so we can see where the
> log statement is coming from.
>
> -igor
>
> On Thu, Jun 18, 2009 at 7:53 AM, Jeremy Levy wrote:
> > Per,
> > There is no stack dump, that is the entire output.
> >
> > J
> >
> > On Thu, Jun 18, 2009 at 10:48 AM, Per Lundholm  >wrote:
> >
> >> No. ;-)
> >>
> >> Are you suggesting that the version of Wicket matters?
> >>
> >> How does the stack dump look in your logs?
> >>
> >> /Per
> >>
> >>
> >> On Thu, Jun 18, 2009 at 4:25 PM, Jeremy Levy wrote:
> >> > I see the following a few times a day, this is with Wicket 1.3.6.  It
> >> > results in a 500 being displayed to the user...
> >> >
> >> > 2009-06-18 00:53:09,485 ERROR Web [RequestCycle] :
> >> > java.lang.NullPointerException
> >> >
> >> > I realize this isn't much to go on, any ideas?
> >> >
> >> > j
> >> >
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
> >
> > --
> > Jeremy Levy
> >
> > See my location in real-time:
> > http://seemywhere.com/jeremy
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Mysterious NullPointerException

2009-06-18 Thread Igor Vaynberg
that is rather strange, there should be the stack trace. why dont you
change your logger to show the line numbers so we can see where the
log statement is coming from.

-igor

On Thu, Jun 18, 2009 at 7:53 AM, Jeremy Levy wrote:
> Per,
> There is no stack dump, that is the entire output.
>
> J
>
> On Thu, Jun 18, 2009 at 10:48 AM, Per Lundholm wrote:
>
>> No. ;-)
>>
>> Are you suggesting that the version of Wicket matters?
>>
>> How does the stack dump look in your logs?
>>
>> /Per
>>
>>
>> On Thu, Jun 18, 2009 at 4:25 PM, Jeremy Levy wrote:
>> > I see the following a few times a day, this is with Wicket 1.3.6.  It
>> > results in a 500 being displayed to the user...
>> >
>> > 2009-06-18 00:53:09,485 ERROR Web [RequestCycle] :
>> > java.lang.NullPointerException
>> >
>> > I realize this isn't much to go on, any ideas?
>> >
>> > j
>> >
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
>
> --
> Jeremy Levy
>
> See my location in real-time:
> http://seemywhere.com/jeremy
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Mysterious NullPointerException

2009-06-18 Thread Jeremy Levy
Per,
There is no stack dump, that is the entire output.

J

On Thu, Jun 18, 2009 at 10:48 AM, Per Lundholm wrote:

> No. ;-)
>
> Are you suggesting that the version of Wicket matters?
>
> How does the stack dump look in your logs?
>
> /Per
>
>
> On Thu, Jun 18, 2009 at 4:25 PM, Jeremy Levy wrote:
> > I see the following a few times a day, this is with Wicket 1.3.6.  It
> > results in a 500 being displayed to the user...
> >
> > 2009-06-18 00:53:09,485 ERROR Web [RequestCycle] :
> > java.lang.NullPointerException
> >
> > I realize this isn't much to go on, any ideas?
> >
> > j
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Jeremy Levy

See my location in real-time:
http://seemywhere.com/jeremy


Re: Mysterious NullPointerException

2009-06-18 Thread Per Lundholm
No. ;-)

Are you suggesting that the version of Wicket matters?

How does the stack dump look in your logs?

/Per


On Thu, Jun 18, 2009 at 4:25 PM, Jeremy Levy wrote:
> I see the following a few times a day, this is with Wicket 1.3.6.  It
> results in a 500 being displayed to the user...
>
> 2009-06-18 00:53:09,485 ERROR Web [RequestCycle] :
> java.lang.NullPointerException
>
> I realize this isn't much to go on, any ideas?
>
> j
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Mysterious NullPointerException

2009-06-18 Thread Jeremy Levy
I see the following a few times a day, this is with Wicket 1.3.6.  It
results in a 500 being displayed to the user...

2009-06-18 00:53:09,485 ERROR Web [RequestCycle] :
java.lang.NullPointerException

I realize this isn't much to go on, any ideas?

j