Jump to content
We've recently updated our Privacy Statement, available here ×

Digester getParser problems


2004 IR Help

Recommended Posts

By: elmato - elmato

Digester getParser problems

2005-05-31 04:12

hi, i searched this forum already but couldn't find a solution to my problem. the exception below is thrown when i try to load my jrxml file. unfortunatly i have no idea how to solve this problem, i am using jasperreports 0.6.7 and i fullfill all the other requirements, well i have digester 1.3 instead of 1.1 nut the JR Homepage writes 1.1 or later.. can anyone point me in the right direction?

thank you very much

yours truly

mathias

 

May 31, 2005 1:08:38 PM org.apache.commons.digester.Digester getParser

SEVERE: Digester.getParser:

org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/dynamic

at gnu.xml.aelfred2.JAXPFactory.setFeature(JAXPFactory.java:102)

at org.apache.commons.digester.parser.XercesParser.configureXerces(XercesParser.java:185)

at org.apache.commons.digester.parser.XercesParser.newSAXParser(XercesParser.java:138)

at org.apache.commons.digester.ParserFeatureSetterFactory.newSAXParser(ParserFeatureSetterFactory.java:73)

at org.apache.commons.digester.Digester.getParser(Digester.java:682)

at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)

at org.apache.commons.digester.Digester.parse(Digester.java:1591)

at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:356)

at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:340)

at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:294)

at gui.Main2$1.actionPerformed(Main2.java:421)

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.AbstractButton.doClick(Unknown Source)

at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)

at javax.swing.plaf.basic.BasicMenuItemUI$Handler.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)

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException

at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)

at org.apache.commons.digester.Digester.parse(Digester.java:1591)

at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:356)

at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:340)

at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:294)

at gui.Main2$1.actionPerformed(Main2.java:421)

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.AbstractButton.doClick(Unknown Source)

at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)

at javax.swing.plaf.basic.BasicMenuItemUI$Handler.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)

 

 

 

 

 

By: Varun Chudiwale - varun_lucky

RE: Digester getParser problems

2005-11-19 00:27

Have you/ anybody find the solution for this problem?

 

-Varun

 

 

 

 

By: dhydrated - dhydrated

RE: Digester getParser problems

2005-11-19 01:49

Why don't u try to update your jasperreports.jar to version 1.0.0 or later? I got those error before, and after I changed to later version, it works perfectly fine.

 

 

 

 

By: _r2_ - atanner

RE: Digester getParser problems

2005-11-19 15:10

Hi.

 

I have exactly the same problem and updating to 1.1.0 didn't help. I realy hope someone has answer to this, because its driving me nuts... Any help would be appreciated.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...