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 143668 - IllegalArgumentException: Error generated in parsing
Summary: IllegalArgumentException: Error generated in parsing
Status: RESOLVED DUPLICATE of bug 127252
Alias: None
Product: obsolete
Classification: Unclassified
Component: Registration (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-12 19:45 UTC by Lukas Hasik
Modified: 2008-08-13 14:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 28271


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-08-12 19:45:55 UTC
Build: NetBeans IDE 6.0.1 (Build 200801291616)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Linux, 2.6.22-14-generic, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.IllegalArgumentException: Error generated in parsing
        at org.netbeans.modules.reglib.StatusDocument.initializeDocument(StatusDocument.java:187)
        at org.netbeans.modules.reglib.StatusDocument.load(StatusDocument.java:97)
        at org.netbeans.modules.reglib.StatusData.loadFromXML(StatusData.java:121)
        at org.netbeans.modules.registration.NbConnection.checkStatus(NbConnection.java:135)
        at org.netbeans.modules.registration.NbConnection.access$000(NbConnection.java:90)
        at org.netbeans.modules.registration.NbConnection$1$1$1.run(NbConnection.java:115)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
Comment 1 mslama 2008-08-13 14:17:45 UTC
Is it possible to see ide log from previous run? Usually it happens when xml file to be parsed is empty ie. when it is
not saved during previous ide run. We had this problem before when there was old xml parser jar added on class path.
Comment 2 mslama 2008-08-13 14:30:05 UTC
The same issue was #127252 so probably duplicate.

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