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 195200 - java.lang.IllegalStateException: limitOffset=1975 > docTextLength=1325
Summary: java.lang.IllegalStateException: limitOffset=1975 > docTextLength=1325
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-08 20:32 UTC by esmithbss
Modified: 2011-10-19 15:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE Log File. (125.79 KB, application/octet-stream)
2011-02-08 20:33 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2011-02-08 20:32:18 UTC
When reporting an exception within the IDE from the Review & Report dialog, the log file upload failed with the message:

Upload of log failed, please report the original problem directly at http://www.netbeans.org/community/isues.html and attach messages.log.  The messages.log file is located in your <HOME>/.netbeans/var/log folder.
Comment 1 esmithbss 2011-02-08 20:33:16 UTC
Created attachment 105753 [details]
IDE Log File.
Comment 2 Tomas Danek 2011-10-13 13:49:51 UTC
temporary outage on server side of exception reporting infrastructure; passing to editor, sice log file contains exceptions from editor parts, e.g.:

java.lang.IllegalStateException: limitOffset=1975 > docTextLength=1325
	at org.netbeans.modules.editor.lib2.view.ViewBuilder.createNextView(ViewBuilder.java:402)
	at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:336)
Caused: java.lang.IllegalStateException: ViewBuilder: Error in view creation: prevViewEndOffset=216, matchOffset=1975, docViewEndOffset=1325, lineEndOffset=280, viewRemovalFinished=false
	at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:339)
	at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:145)
...
...
Comment 3 Milutin Kristofic 2011-10-19 15:08:19 UTC
ViewBuilder was rewrite http://netbeans.org/bugzilla/show_bug.cgi?id=198719 - your stack is old, errors are probably already fixed