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 124296 - IllegalStateException: Illegal source modification with dirty model C:\projets_Queen\hermes\web\displayMandats.jsp
Summary: IllegalStateException: Illegal source modification with dirty model C:\projet...
Status: RESOLVED DUPLICATE of bug 119067
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@obsolete
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-19 23:04 UTC by antwake
Modified: 2009-09-08 21:44 UTC (History)
17 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 2753


Attachments
stacktrace (3.23 KB, text/plain)
2007-12-19 23:04 UTC, antwake
Details
stacktrace (3.17 KB, text/plain)
2007-12-27 18:55 UTC, cbritton
Details
stacktrace (5.86 KB, text/plain)
2009-05-14 15:17 UTC, spaquet
Details
stacktrace (4.83 KB, text/plain)
2009-05-15 15:10 UTC, spaquet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description antwake 2007-12-19 23:04:43 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.5.0_09-b03
OS: Windows XP, 5.1, x86

User Comments: 
Editing the name of a jsf component
Comment 1 antwake 2007-12-19 23:04:48 UTC
Created attachment 54403 [details]
stacktrace
Comment 2 cbritton 2007-12-27 18:55:54 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments: 
Comment 3 cbritton 2007-12-27 18:55:58 UTC
Created attachment 54535 [details]
stacktrace
Comment 4 _ sandipchitale 2008-01-16 18:31:12 UTC
It works for me in trunk. Probably fixed due to some other fixes. Please reopen if this reoccurs with more specific steps.
Comment 5 Exceptions Reporter 2009-01-17 16:08:02 UTC
Reopening - reproduced in NetBeans IDE 6.5 (Build 200811100001)
http://statistics.netbeans.org/exceptions/detail.do?id=2753
Comment 6 Exceptions Reporter 2009-01-31 07:55:34 UTC
This issue has already 150 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=2753
Comment 7 Sergey Petrov 2009-03-17 11:24:24 UTC
Can anybody provide steps starting from application creation?
I just tried to create sample application, tried to add extra symbol to jsp code, tried design mode, save, edit, al
works as expected for me, so it should be either special corruption or some special step to get the issue.
got a lot of other exceptions but not this one.
Comment 8 Marian Mirilovic 2009-03-26 14:47:41 UTC
added comment into exception report - we need to wait for somebody willing to provide steps
Comment 9 spaquet 2009-05-14 15:17:32 UTC
Build: NetBeans IDE Dev (Build 200905080201)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-134, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-290
OS: Mac OS X, 10.5.7, i386

User Comments: 
Just copying a VisualJSF page

Stacktrace: 
org.openide.util.RequestProcessor$Item: task failed: java.lang.IllegalStateException: Illegal source modification with dirty model /Users/spaquet/Documents/NetBeansProjects/CRM/CRM/web/Dashboard_1.jsp
        at org.openide.util.RequestProcessor$Item.fillInStackTrace(RequestProcessor.java:853)
        at java.lang.Throwable.<init>(Throwable.java:181)
        at java.lang.Exception.<init>(Exception.java:29)
        at org.openide.util.RequestProcessor$Item.<init>(RequestProcessor.java:819)
        at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:629)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:295)
Comment 10 spaquet 2009-05-14 15:17:43 UTC
Created attachment 82131 [details]
stacktrace
Comment 11 spaquet 2009-05-15 15:09:57 UTC
Build: NetBeans IDE Dev (Build 200905141401)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-77, Java(TM) SE Runtime Environment, 1.6.0_13-b03-196
OS: Mac OS X, 10.5.7, x86_64

User Comments: 


Stacktrace: 
java.lang.IllegalStateException: Illegal source modification with dirty model /Users/spaquet/Documents/NetBeansProjects/CRM/CRM/web/NewFile.jsp
        at org.netbeans.modules.visualweb.insync.SourceUnit.setSourceDirty(SourceUnit.java:304)
        at org.netbeans.modules.visualweb.insync.SourceUnit.insertUpdate(SourceUnit.java:379)
        at org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.insertUpdate(PriorityDocumentListenerList.java:79)
        at javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:185)
        at org.netbeans.editor.BaseDocument.fireInsertUpdate(BaseDocument.java:1623)
        at org.netbeans.editor.BaseDocumentEvent.undo(BaseDocumentEvent.java:310)
Comment 12 spaquet 2009-05-15 15:10:02 UTC
Created attachment 82199 [details]
stacktrace
Comment 13 Marian Mirilovic 2009-05-27 12:47:50 UTC
224 dups ;(
Comment 14 Marian Mirilovic 2009-09-08 21:44:22 UTC

*** This issue has been marked as a duplicate of 119067 ***