[jboss-jira] [JBoss JIRA] (AS7-5141) NPE in CleanupReflectionIndexProcessor

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Tue Jul 10 07:56:12 EDT 2012


     [ https://issues.jboss.org/browse/AS7-5141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated AS7-5141:
--------------------------------

    Git Pull Request: https://github.com/jbossas/jboss-as/pull/2644  (was: https://github.com/jbossas/jboss-as/pull/2644)
         Description: 
A bundle deployment may be marked as INSTALL only. It will no be resolved as part of the DUP processing and hence will not have a Module created. The class index relies on a Module being present and cannot be created for an unresolved bundle deployment.

(Cleanup) DUPs cannot assume that the class index is always there.

{code}
Caused by: java.lang.NullPointerException
	at org.jboss.as.server.deployment.reflect.CleanupReflectionIndexProcessor.deploy(CleanupReflectionIndexProcessor.java:43) [jboss-as-server-7.2.0.Alpha1-SNAPSHOT.jar:7.2.0.Alpha1-SNAPSHOT]
{code}

  was:
{code}
Caused by: java.lang.NullPointerException
	at org.jboss.as.server.deployment.reflect.CleanupReflectionIndexProcessor.deploy(CleanupReflectionIndexProcessor.java:43) [jboss-as-server-7.2.0.Alpha1-SNAPSHOT.jar:7.2.0.Alpha1-SNAPSHOT]
{code}


    
> NPE in CleanupReflectionIndexProcessor
> --------------------------------------
>
>                 Key: AS7-5141
>                 URL: https://issues.jboss.org/browse/AS7-5141
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Server
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: 7.2.0.Alpha1
>
>
> A bundle deployment may be marked as INSTALL only. It will no be resolved as part of the DUP processing and hence will not have a Module created. The class index relies on a Module being present and cannot be created for an unresolved bundle deployment.
> (Cleanup) DUPs cannot assume that the class index is always there.
> {code}
> Caused by: java.lang.NullPointerException
> 	at org.jboss.as.server.deployment.reflect.CleanupReflectionIndexProcessor.deploy(CleanupReflectionIndexProcessor.java:43) [jboss-as-server-7.2.0.Alpha1-SNAPSHOT.jar:7.2.0.Alpha1-SNAPSHOT]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list