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 193365 - NoClassDefFoundError: org/iso_relax/verifier/VerifierConfigurationException
Summary: NoClassDefFoundError: org/iso_relax/verifier/VerifierConfigurationException
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 11:12 UTC by Exceptions Reporter
Modified: 2011-01-10 10:45 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174209


Attachments
stacktrace (5.27 KB, text/plain)
2010-12-14 11:12 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-12-14 11:12:38 UTC
Build: NetBeans IDE Dev (Build 201012140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

User Comments:
static_void: Loaded my php project.




Stacktrace: 
java.lang.NoClassDefFoundError: org/iso_relax/verifier/VerifierConfigurationException
   at com.thaiopensource.validate.jarv.JarvSchemaReaderFactory.createSchemaReader(JarvSchemaReaderFactory.java:0)
   at com.thaiopensource.validate.SchemaReaderLoader.createSchemaReader(SchemaReaderLoader.java:0)
   at com.thaiopensource.validate.auto.SchemaReaderFactorySchemaReceiverFactory.createSchemaReceiver(SchemaReaderFactorySchemaReceiverFactory.java:0)
   at com.thaiopensource.validate.auto.SchemaReceiverLoader.createSchemaReceiver(SchemaReceiverLoader.java:0)
   at com.thaiopensource.validate.auto.AutoSchemaReceiver$Handler.startElement(AutoSchemaReceiver.java:0)
   at nu.validator.gnu.xml.aelfred2.SAXDriver.startElement(SAXDriver.java:1021)
Comment 1 Exceptions Reporter 2010-12-14 11:12:42 UTC
Created attachment 104054 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-12-20 14:12:14 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=174209
Comment 3 Marek Fukala 2011-01-06 16:04:27 UTC
fixed in web-main#a6f861557229
Comment 4 Jesse Glick 2011-01-07 20:54:52 UTC
See nbbuild/build/generated/shared-packages.txt. Rather than adding a new copy of isorelax20041111.jar, consider using that which is already in jaxb1-impl.jar.
Comment 5 Quality Engineering 2011-01-09 06:17:46 UTC
Integrated into 'main-golden', will be available in build *201101090000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a6f861557229
User: Marek Fukala <mfukala@netbeans.org>
Log: #193365 - NoClassDefFoundError: org/iso_relax/verifier/VerifierConfigurationException
Comment 6 Marek Fukala 2011-01-10 10:45:15 UTC
Bug 194176 - iso-relax library duplicit