This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 70979 - [50cat] Exception thrown while resolving conflicts
Summary: [50cat] Exception thrown while resolving conflicts
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-04 09:34 UTC by misterm
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2006-01-04 09:34:43 UTC
[ BUILD # : 20051218 ]
[ JDK VERSION : 1.4.2_xx ]

The following exception happened in a couple of different occasions while resolving conflicts in several files (relevant portion from messages.log):

java.lang.Exception: rollback!!!
	at org.netbeans.modules.javacore.ExclusiveMutex.leave(ExclusiveMutex.java:339)
	at org.netbeans.mdr.NBMDRepositoryImpl.endTrans(NBMDRepositoryImpl.java:249)
	at org.netbeans.modules.javacore.RepositoryUpdater.createOrUpdateResource(RepositoryUpdater.java:233)
	at org.netbeans.modules.javacore.ExclusiveMutex.parseIfNeeded(ExclusiveMutex.java:252)
	at org.netbeans.modules.javacore.ExclusiveMutex.enter(ExclusiveMutex.java:171)
	at org.netbeans.mdr.NBMDRepositoryImpl.beginTrans(NBMDRepositoryImpl.java:228)
	at org.netbeans.modules.java.hints.JavaHintsProvider.getHints(JavaHintsProvider.java:84)
	at org.netbeans.modules.editor.hints.HintsOperator$HintPopupTaskImpl.run(HintsOperator.java:254)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
*********** Exception occurred ************ at 12:04 PM on Jan 3, 2006
java.lang.NullPointerException
	at org.netbeans.modules.javacore.RepositoryUpdater.createOrUpdateResource(RepositoryUpdater.java:230)
	at org.netbeans.modules.javacore.ExclusiveMutex.parseIfNeeded(ExclusiveMutex.java:252)
	at org.netbeans.modules.javacore.ExclusiveMutex.enter(ExclusiveMutex.java:171)
	at org.netbeans.mdr.NBMDRepositoryImpl.beginTrans(NBMDRepositoryImpl.java:228)
	at org.netbeans.modules.java.hints.JavaHintsProvider.getHints(JavaHintsProvider.java:84)
[catch] at org.netbeans.modules.editor.hints.HintsOperator$HintPopupTaskImpl.run(HintsOperator.java:254)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 Milan Kubec 2006-01-04 14:41:27 UTC
java/javacore is more suitable, reassigning.
Comment 2 Jan Becicka 2006-01-06 07:56:18 UTC
Please attach messages.log. Thanks
Comment 3 misterm 2006-01-06 12:43:25 UTC
Besides regular boot messages (properties and enabled modules), these are the 
only messages there.
Comment 4 Jan Becicka 2006-10-26 16:26:42 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 5 Quality Engineering 2007-09-20 11:51:43 UTC
Reorganization of java component