[
https://issues.apache.org/jira/browse/WICKET-7091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johannes Renoth updated WICKET-7091:
------------------------------------
Description:
only with Debugbar and with the following Stacktrace
{code:java}
Caused by: java.lang.NullPointerException: Cannot read the array length because
"<local5>" is null
at
org.apache.wicket.pageStore.FilePageStore.getTotalSize(FilePageStore.java:371)
~[wicket-core-9.15.0.jar:9.15.0]
at
org.apache.wicket.devutils.debugbar.PageStoreDebugPanel$2.getObject(PageStoreDebugPanel.java:80)
~[wicket-devutils-9.15.0.jar:9.15.0]
at
org.apache.wicket.devutils.debugbar.PageStoreDebugPanel$2.getObject(PageStoreDebugPanel.java:73)
~[wicket-devutils-9.15.0.jar:9.15.0]
at
org.apache.wicket.Component.getDefaultModelObject(Component.java:1592)
~[wicket-core-9.15.0.jar:9.15.0] {code}
was:
with the following Stacktrace
{code:java}
Caused by: java.lang.NullPointerException: Cannot read the array length because
"<local5>" is null
at
org.apache.wicket.pageStore.FilePageStore.getTotalSize(FilePageStore.java:371)
~[wicket-core-9.15.0.jar:9.15.0]
at
org.apache.wicket.devutils.debugbar.PageStoreDebugPanel$2.getObject(PageStoreDebugPanel.java:80)
~[wicket-devutils-9.15.0.jar:9.15.0]
at
org.apache.wicket.devutils.debugbar.PageStoreDebugPanel$2.getObject(PageStoreDebugPanel.java:73)
~[wicket-devutils-9.15.0.jar:9.15.0]
at
org.apache.wicket.Component.getDefaultModelObject(Component.java:1592)
~[wicket-core-9.15.0.jar:9.15.0] {code}
> FilePageStore throws NPE
> ------------------------
>
> Key: WICKET-7091
> URL: https://issues.apache.org/jira/browse/WICKET-7091
> Project: Wicket
> Issue Type: Bug
> Reporter: Johannes Renoth
> Priority: Minor
>
> only with Debugbar and with the following Stacktrace
> {code:java}
> Caused by: java.lang.NullPointerException: Cannot read the array length
> because "<local5>" is null
> at
> org.apache.wicket.pageStore.FilePageStore.getTotalSize(FilePageStore.java:371)
> ~[wicket-core-9.15.0.jar:9.15.0]
> at
> org.apache.wicket.devutils.debugbar.PageStoreDebugPanel$2.getObject(PageStoreDebugPanel.java:80)
> ~[wicket-devutils-9.15.0.jar:9.15.0]
> at
> org.apache.wicket.devutils.debugbar.PageStoreDebugPanel$2.getObject(PageStoreDebugPanel.java:73)
> ~[wicket-devutils-9.15.0.jar:9.15.0]
> at
> org.apache.wicket.Component.getDefaultModelObject(Component.java:1592)
> ~[wicket-core-9.15.0.jar:9.15.0] {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)