You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2015/12/16 14:37:46 UTC

[jira] [Updated] (TAP5-2520) NullPointerException in CaseInsensitiveMap

     [ https://issues.apache.org/jira/browse/TAP5-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Kemnade updated TAP5-2520:
---------------------------------
    Component/s: tapestry-ioc
                 tapestry-core

> NullPointerException in CaseInsensitiveMap
> ------------------------------------------
>
>                 Key: TAP5-2520
>                 URL: https://issues.apache.org/jira/browse/TAP5-2520
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core, tapestry-ioc
>    Affects Versions: 5.4
>            Reporter: Jochen Kemnade
>
> {code}
>     java.lang.NullPointerException: null
>     	at org.apache.tapestry5.ioc.util.CaseInsensitiveMap$CIMEntry.access$700(CaseInsensitiveMap.java:39) ~[commons-5.4.0.jar:na]
>     	at org.apache.tapestry5.ioc.util.CaseInsensitiveMap.select(CaseInsensitiveMap.java:476) ~[commons-5.4.0.jar:na]
>     	at org.apache.tapestry5.ioc.util.CaseInsensitiveMap.select(CaseInsensitiveMap.java:451) ~[commons-5.4.0.jar:na]
>     	at org.apache.tapestry5.ioc.util.CaseInsensitiveMap.get(CaseInsensitiveMap.java:387) ~[commons-5.4.0.jar:na]
>     	at org.apache.tapestry5.internal.services.assets.JavaScriptStackAssemblerImpl.assembleJavascriptResourceForStack(JavaScriptStackAssemblerImpl.java:115) ~[tapestry-core-5.4.0.jar:na]
> {code}
> This is probably caused by concurrent access to the map.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)