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 112527 - reglib.NbServiceTagSupport: Unexpected Exception on startup
Summary: reglib.NbServiceTagSupport: Unexpected Exception on startup
Status: RESOLVED INCOMPLETE
Alias: None
Product: obsolete
Classification: Unclassified
Component: Registration (show other bugs)
Version: 6.x
Hardware: Other Windows XP
: P3 blocker (vote)
Assignee: Yulia Novozhilova
URL: http://sourceforge.net/forum/forum.ph...
Keywords:
: 100180 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-10 09:29 UTC by pjones6216
Modified: 2011-11-16 10:50 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: \.netbeans\var\log folder


Attachments
message log (62.20 KB, application/octet-stream)
2007-08-10 09:31 UTC, pjones6216
Details
velocity.log generated at the same time as the messages log (3.15 KB, application/octet-stream)
2007-08-10 09:32 UTC, pjones6216
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pjones6216 2007-08-10 09:29:27 UTC
On start up I keep getting an unexpected exception. the messages log is attached.

Regards
Phil
Comment 1 pjones6216 2007-08-10 09:31:26 UTC
Created attachment 46448 [details]
message log
Comment 2 pjones6216 2007-08-10 09:32:21 UTC
Created attachment 46449 [details]
velocity.log generated at the same time as the messages log
Comment 3 Petr Nejedly 2007-08-10 12:23:22 UTC
You have some broken module installed, it seems (plethora). Please reassign to the maintainer of the module or close it
here.
You can workaround the issue by disabling the module.
Comment 4 Petr Nejedly 2007-08-10 12:23:59 UTC
BTW: see the linked URL
Comment 5 Lukas Jungmann 2008-02-29 12:09:51 UTC
*** Issue 100180 has been marked as a duplicate of this issue. ***
Comment 6 rido_lingga 2011-10-13 16:41:48 UTC
org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'registration_data'.
	at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
	at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
	at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
	at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
	at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
	at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
	at org.apache.xerces.jaxp.validation.DOMValidatorHelper.beginNode(Unknown Source)
	at org.apache.xerces.jaxp.validation.DOMValidatorHelper.validate(Unknown Source)
	at org.apache.xerces.jaxp.validation.DOMValidatorHelper.validate(Unknown Source)
	at org.apache.xerces.jaxp.validation.ValidatorImpl.validate(Unknown Source)
	at javax.xml.validation.Validator.validate(Validator.java:127)
	at com.sun.servicetag.RegistrationDocument.initializeDocument(RegistrationDocument.java:125)
Caused: java.lang.IllegalArgumentException: Error generated in parsing
	at com.sun.servicetag.RegistrationDocument.initializeDocument(RegistrationDocument.java:128)
	at com.sun.servicetag.RegistrationDocument.load(RegistrationDocument.java:80)
	at com.sun.servicetag.RegistrationData.loadFromXML(RegistrationData.java:399)
	at org.netbeans.modules.reglib.NbServiceTagSupport.getRegistrationData(NbServiceTagSupport.java:373)
	at org.netbeans.modules.reglib.NbServiceTagSupport.getNbServiceTag(NbServiceTagSupport.java:453)
	at org.netbeans.modules.reglib.NbServiceTagSupport.createNbServiceTag(NbServiceTagSupport.java:171)
	at org.netbeans.modules.registration.NbInstaller.restored(NbInstaller.java:98)
	at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:378)
	at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:297)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:933)
	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:405)
	at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:341)
	at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:275)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:171)
	at org.netbeans.core.startup.Main.start(Main.java:322)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
[catch] at java.lang.Thread.run(Thread.java:662)
Comment 7 Yulia Novozhilova 2011-11-16 10:50:30 UTC
Please attach full log and describe steps to reproduce.