-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: NullPointerException in IdentityMap
PostPosted: Mon Oct 29, 2007 11:17 am 
Newbie

Joined: Mon Oct 30, 2006 10:51 am
Posts: 3
Hello,

today, I ran on a strange NPE:
Code:
java.lang.NullPointerException
   at org.hibernate.util.IdentityMap.entryArray(IdentityMap.java:197)
   at org.hibernate.util.IdentityMap.concurrentEntries(IdentityMap.java:60)
   at org.hibernate.event.def.AbstractFlushingEventListener.prepareEntityFlushes(AbstractFlushingEventListener.java:113)
   at org.hibernate.event.def.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:65)
   at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:26)
   at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:905)
[...]


The code running this just ran stable for a considerable amount of time, so I think it is caused by a rare condition in the data processed at that time.
The hibernate version is 3.1rc2 (the one shipped with JBoss4.0.3sp1, which I am using), and it runs against Oracle 10.2.0.3.

Can anyone tell me what the reason for this NPE could be?

Thanks,
Martin


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.