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 61102 - java.lang.Exception: rollback!!! after compiling project
Summary: java.lang.Exception: rollback!!! after compiling project
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-19 09:47 UTC by Jiri Prox
Modified: 2007-10-04 12:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (1.76 KB, text/plain)
2005-07-19 09:49 UTC, Jiri Prox
Details
log (625.82 KB, text/plain)
2005-07-19 10:30 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2005-07-19 09:47:56 UTC
NB 4.2 (200507181000)
JDK 1.5.0_04

I've got a stream of exceptions on the console after compiling project with
antscript. 

steps to reproduce:
1) download jEdit sources
2) create new project with existing ant script in the jEdit directory
-> the field will be filled in automaticaly
3) build the project
-> some warnig about deprecated methods will show up
4) browse the project in the files view (specialy the folders which contains
java files)
-> a very long stream of java.lang.Exception: rollback!!! appears on the console
java.lang.Exception: rollback!!!
        at org.netbeans.modules.javacore.ExclusiveMutex.leave(ExclusiveMutex.jav
a:336)
        at org.netbeans.mdr.NBMDRepositoryImpl.endTrans(NBMDRepositoryImpl.java:
248)

Before compiling i've not come across this exceptions. 
I don't know if it's relevant but the class files are stored in the folders
where are java files located.
Comment 1 Jiri Prox 2005-07-19 09:49:16 UTC
Created attachment 23147 [details]
exception
Comment 2 Martin Matula 2005-07-19 10:00:15 UTC
Please attach the whole messages.log.
Comment 3 Jiri Prox 2005-07-19 10:30:39 UTC
Created attachment 23148 [details]
log
Comment 4 Martin Matula 2005-07-19 13:33:59 UTC
Thanks. Looks like a problem in clazz module. Dan, please look at it.
Comment 5 Pavel Flaska 2005-09-05 13:56:37 UTC
I was able to reproduce it, but I didn't see any incorrect behaviour. Exceptions
in log are only *informational* and are not written to console in release.
Lowering priority to P4 as no problem in IDE behaviour was found. 
Comment 6 joe200k 2005-12-05 22:15:52 UTC
I have the same problem but mine appears upon loading the IDE.
Comment 7 joe200k 2005-12-06 06:12:59 UTC
this is a serious issue, it causes IDE to flash and take control of PC while it 
loops through ever with these rollback issues...

it makes netbeans unusable, it happens every single time I open!!!!!

Comment 8 Jan Becicka 2005-12-06 13:58:54 UTC
joe200k:
rollbacks -> it is just recovery from previous error. The real cause is that
some  exception is thrown before the rollback. Please file separate issue,
describe steps to reproduce and attach your messages log as an attachment.
Thanks.
Comment 9 Jiri Prox 2007-09-03 14:16:23 UTC
Exception comes from mdr modules -> should be fixed by the new infrastructure
Comment 10 Jiri Prox 2007-10-04 12:37:49 UTC
if haven't seen this exception for a long time -> v.