[jboss-jira] [JBoss JIRA] (JASSIST-214) Nullpointer in RuntimeSupport

Shigeru Chiba (JIRA) jira-events at lists.jboss.org
Thu Nov 21 07:14:06 EST 2013


    [ https://issues.jboss.org/browse/JASSIST-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925696#comment-12925696 ] 

Shigeru Chiba commented on JASSIST-214:
---------------------------------------

Can you make a test case that reproduce this bug?
I also want to make sure that the version of Javassist is 3.16.1.
                
> Nullpointer in RuntimeSupport
> -----------------------------
>
>                 Key: JASSIST-214
>                 URL: https://issues.jboss.org/browse/JASSIST-214
>             Project: Javassist
>          Issue Type: Bug
>    Affects Versions: 3.16.1-GA
>            Reporter: Michael Burns
>            Assignee: Shigeru Chiba
>
> Under moderate load our multithreaded application frequently gives the following exception:
> java.lang.NullPointerException
>         at javassist.util.proxy.RuntimeSupport$DefaultMethodHandler.invoke(RuntimeSupport.java:38)
>         at com.Customer_$$_javassist_1.getHibernateLazyInitializer(Customer_$$_javassist_1.java)
>         at org.hibernate.Hibernate.isInitialized(Hibernate.java:429)
> This then effects all future instantiations of the Customer object which give the same exception.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list