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 192917 - Netbeans Design GUI doesnt work
Summary: Netbeans Design GUI doesnt work
Status: RESOLVED INCOMPLETE
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-06 13:05 UTC by fernando.iguibejeres
Modified: 2011-10-12 12:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fernando.iguibejeres 2010-12-06 13:05:24 UTC
Hi,

I have Netbeans 6.9.1 when i open a Panel in Design mode an Exception throws

org.apache.xerces.parsers.ObjectFactory$ConfigurationError: Provider org.apache.xerces.parsers.XIncludeAwareParserConfiguration could not be instantiated: java.lang.NullPointerException
	at org.apache.xerces.parsers.ObjectFactory.newInstance(Unknown Source)
	at org.apache.xerces.parsers.ObjectFactory.createObject(Unknown Source)
	at org.apache.xerces.parsers.ObjectFactory.createObject(Unknown Source)
	at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
	at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
	at org.netbeans.modules.form.GandalfPersistenceManager.canLoadForm(GandalfPersistenceManager.java:268)
	at org.netbeans.modules.form.FormDesigner$PreLoadTask.getPersistenceManager(FormDesigner.java:1876)
	at org.netbeans.modules.form.FormDesigner$PreLoadTask.run(FormDesigner.java:1846)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1957)
Comment 1 Jan Stola 2011-10-12 12:13:38 UTC
I am sorry, I am not able to reproduce this exception and the stack-trace is not sufficient to track the problem down. Are you still able to reproduce it? If so, could you, please, provide more details? Does it happen for one specific file or for all form files? Does it happen when you start NetBeans IDE with a new/clean user directory?