You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Willis Blackburn (JIRA)" <ji...@apache.org> on 2011/01/15 17:17:46 UTC

[jira] Commented: (WICKET-3336) NPE when reloading updated markup in development mode

    [ https://issues.apache.org/jira/browse/WICKET-3336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982120#action_12982120 ] 

Willis Blackburn commented on WICKET-3336:
------------------------------------------

Just saw this in the log and thought I should report it.  I didn't investigate it.

> NPE when reloading updated markup in development mode
> -----------------------------------------------------
>
>                 Key: WICKET-3336
>                 URL: https://issues.apache.org/jira/browse/WICKET-3336
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Willis Blackburn
>
> 11:15:29.504 [ModificationWatcher Task] ERROR org.apache.wicket.util.thread.Task - Unhandled exception thrown by user code in task ModificationWatcher
> java.lang.NullPointerException: null
> 	at org.apache.wicket.markup.MarkupCache.removeMarkup(MarkupCache.java:151) [wicket-1.5-M3.jar:1.5-M3]
> 	at org.apache.wicket.markup.MarkupCache$1.onChange(MarkupCache.java:469) [wicket-1.5-M3.jar:1.5-M3]
> 	at org.apache.wicket.util.listener.ChangeListenerSet$1.notify(ChangeListenerSet.java:44) [wicket-util-1.5-M3.jar:1.5-M3]
> 	at org.apache.wicket.util.listener.ChangeListenerSet$1.notify(ChangeListenerSet.java:42) [wicket-util-1.5-M3.jar:1.5-M3]
> 	at org.apache.wicket.util.listener.ListenerCollection.notify(ListenerCollection.java:78) [wicket-util-1.5-M3.jar:1.5-M3]
> 	at org.apache.wicket.util.listener.ChangeListenerSet.notifyListeners(ChangeListenerSet.java:39) [wicket-util-1.5-M3.jar:1.5-M3]
> 	at org.apache.wicket.util.watch.ModificationWatcher$1.run(ModificationWatcher.java:162) [wicket-util-1.5-M3.jar:1.5-M3]
> 	at org.apache.wicket.util.thread.Task$1.run(Task.java:115) [wicket-util-1.5-M3.jar:1.5-M3]
> 	at java.lang.Thread.run(Thread.java:680) [na:1.6.0_22]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.