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 38059

Summary: parsing error (except first IDE session)
Product: projects Reporter: andrew <andrew>
Component: AntAssignee: issues@projects <issues>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: second session ide.log

Description andrew 2003-12-12 15:44:34 UTC
Enviroment:
linux, j2se 1.4.2_02, 
NB build from _current_ dev. CVS trunk,
(ministatus is off see ide.log)

Steps:
- rebuild the IDE
- start the IDE
- expand some of Ant's build.xml file - all
  works fine
- restart the IDE
- try expand the same build.xml file

Result:
- file's icon in Explorer becames "with
  parsing error" (I think)
- node doesn't expand
- tooltip shows ClassCastException
- it is impossible to select Ant's target
  in context menu
- ide.log has CCE (will be attached just now)

Ant module is unusable - P1.

P.S. I don't think it is Ant module issue, but
it was discovered here.
Comment 1 andrew 2003-12-12 15:48:12 UTC
Created attachment 12554 [details]
second session ide.log
Comment 2 Jesse Glick 2003-12-12 16:08:36 UTC
I have seen the same parse exception - repeatedly on one day, not
again. I put a patch into xerces.jar to show what was going on, and of
course the exception has not happened to me again. Nor am I able now
to reproduce the exception, either in my usual user dir, nor in a
fresh one (using either the original or patched xerces.jar). If I knew
how to reproduce it reliably, it would probably be fixable.

*** This issue has been marked as a duplicate of 37994 ***
Comment 3 Marian Mirilovic 2005-07-15 07:44:24 UTC
closed