|
From: <no...@so...> - 2002-12-31 03:31:15
|
Bugs item #557928, was opened at 2002-05-19 08:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=557928&group_id=588 Category: plugins Group: severe bug >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: XSLT plugin looses the xslt processor. Initial Comment: For some reason the XSLT plugin seems to keep loosing site of the xslt processor class. Every so often after transforming a file a few times, saving files, opening/closing files, the plugin comes up with an error saying it couldn't find the class. Of course, as luck has it, the prolem isn't occuring anymore whilst I sit here and try and break it to get the activity log info :( Grr [debug] EventDispatchThread: org.xml.sax.SAXException: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found [debug] EventDispatchThread: at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:958) [debug] EventDispatchThread: at xslt.XSLTProcessor$7.actionPerformed(XSLTProcessor.java:198) [debug] EventDispatchThread: at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1770) [debug] EventDispatchThread: at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1823) [debug] EventDispatchThread: at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:422) [debug] EventDispatchThread: at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:260) [debug] EventDispatchThread: at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:261) [debug] EventDispatchThread: at java.awt.Component.processMouseEvent(Component.java:5020) [debug] EventDispatchThread: at java.awt.Component.processEvent(Component.java:4819) [debug] EventDispatchThread: at java.awt.Container.processEvent(Container.java:1383) [debug] EventDispatchThread: at java.awt.Component.dispatchEventImpl(Component.java:3527) [debug] EventDispatchThread: at java.awt.Container.dispatchEventImpl(Container.java:1440) [debug] EventDispatchThread: at java.awt.Component.dispatchEvent(Component.java:3368) [debug] EventDispatchThread: at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3219) [debug] EventDispatchThread: at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2930) [debug] EventDispatchThread: at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2866) [debug] EventDispatchThread: at java.awt.Container.dispatchEventImpl(Container.java:1426) [debug] EventDispatchThread: at java.awt.Window.dispatchEventImpl(Window.java:1568) [debug] EventDispatchThread: at java.awt.Component.dispatchEvent(Component.java:3368) [debug] EventDispatchThread: at java.awt.EventQueue.dispatchEvent(EventQueue.java:448) [debug] EventDispatchThread: at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:193) [debug] EventDispatchThread: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:147) [debug] EventDispatchThread: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:141) [debug] EventDispatchThread: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:133) [debug] EventDispatchThread: at java.awt.EventDispatchThread.run(EventDispatchThread.java:101) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=557928&group_id=588 |