[xmlhammer-dev] [ xmlhammer-Bugs-1584289 ] Not very clear Module Execution Error when relaxng selec
Brought to you by:
edankert
From: SourceForge.net <no...@so...> - 2007-06-23 02:20:15
|
Bugs item #1584289, was opened at 2006-10-25 03:21 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1584289&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: beta-2 >Status: Closed Resolution: Fixed Priority: 3 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Not very clear Module Execution Error when relaxng selected. Initial Comment: When selecting to use relaxng for validation, without adding specific support to the application for this a very ugly Module Execution Error is displayed with the following very limited information: http://relaxng.org/ns/structure/1.0 Pleas see log for more information. and the following stacktrace in the the log: Start time: 25-Oct-2006 11:19:35 info: javax.xml.parsers.DocumentBuilderFactory [class] com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl [setting] coalescing = false [setting] expand-entity-reference = false [setting] ignoring-comments = false [setting] ignoring-element-content-whitespace = false [setting] validating = true [setting] namespace-aware = true [setting] xinclude-aware = false info: javax.xml.validation.SchemaFactory:http://relaxng.org/ns/structure/1.0 Module Execution Error java.lang.IllegalArgumentException: http://relaxng.org/ns/structure/1.0 at javax.xml.validation.SchemaFactory.newInstance(Unknown Source) at org.xmlhammer.Module.getSchemaFactory(Module.java:500) at org.xmlhammer.Module.getSchema(Module.java:535) at org.xmlhammer.Module.getDocumentBuilderFactory(Module.java:391) at org.xmlhammer.XMLValidatorModule.<init>(XMLValidatorModule.java:62) at org.xmlhammer.XMLValidatorModule.<init>(XMLValidatorModule.java:78) at org.xmlhammer.gui.XMLValidatorProjectView.getModule(XMLValidatorProjectView.java:194) at org.xmlhammer.gui.actions.ExecuteAction.run(ExecuteAction.java:92) at org.xmlhammer.gui.util.RunnableAction.actionPerformed(RunnableAction.java:23) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2007-06-22 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-06-08 09:46 Message: Logged In: YES user_id=452928 Originator: YES Now shows the following logging info instead: [error] Unable to create "http://relaxng.org/ns/structure/1.0" SchemaFactory instance. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1584289&group_id=145971 |