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 190292 - NoSuchMethodError: org.apache.xerces.dom.DeferredDocumentImpl: method <init>(Z)V not found
Summary: NoSuchMethodError: org.apache.xerces.dom.DeferredDocumentImpl: method <init>(...
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-10 13:07 UTC by timmaher
Modified: 2011-10-20 13:47 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171462


Attachments
stacktrace (1.19 KB, text/plain)
2010-09-10 13:07 UTC, timmaher
Details
stacktrace (1.19 KB, text/plain)
2010-10-21 18:56 UTC, timmaher
Details
stacktrace (1.19 KB, text/plain)
2010-10-26 08:32 UTC, d.bomba
Details

Note You need to log in before you can comment on or make changes to this bug.
Description timmaher 2010-09-10 13:07:43 UTC
This issue was reported manually by timmaher.
It already has 5 duplicates 


Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

User Comments:
GUEST: Creating new JFrame form

timmaher: Opening an about box in design view. This used to work as it was an existing app.

timmaher: Just creating a Java Desktop application and attaching to an already registered and started MySQL database.




Stacktrace: 
java.lang.NoSuchMethodError: org.apache.xerces.dom.DeferredDocumentImpl: method <init>(Z)V not found
   at org.apache.xerces.parsers.AbstractDOMParser.startDocument(AbstractDOMParser.java:0)
   at org.apache.xerces.impl.dtd.XMLDTDValidator.startDocument(XMLDTDValidator.java:0)
   at org.apache.xerces.impl.XMLDocumentScannerImpl.startEntity(XMLDocumentScannerImpl.java:0)
   at org.apache.xerces.impl.XMLVersionDetector.startDocumentParsing(XMLVersionDetector.java:0)
   at org.apache.xerces.parsers.XML11Configuration.parse(XML11Configuration.java:0)
   at org.apache.xerces.parsers.XML11Configuration.parse(XML11Configuration.java:0)
Comment 1 timmaher 2010-09-10 13:07:47 UTC
Created attachment 101978 [details]
stacktrace
Comment 2 timmaher 2010-10-21 18:56:25 UTC
Created attachment 102551 [details]
stacktrace

Just had a new JRE deivered by Apple so it was worth a try. Equivalent to .22

Didn't work.

Never mind.

Regs

Tim
Comment 3 d.bomba 2010-10-26 08:32:43 UTC
Created attachment 102637 [details]
stacktrace

When I open a new desktop application project the View show me a windows with "Loading ..." where I can't do anything
Comment 4 Exceptions Reporter 2011-01-23 14:15:28 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=171462
Comment 5 Jan Stola 2011-10-20 13:47:30 UTC
I am sorry, I am not able to reproduce this issue and the attached stack-trace is not sufficient to track the problem down.