https://bz.apache.org/bugzilla/show_bug.cgi?id=61170

--- Comment #1 from BalaajiChander <balajichande...@gmail.com> ---
Static initialization failed for Saxhelper

  /**
     * Creates a new SAX XMLReader, with sensible defaults
     */
    public static synchronized XMLReader newXMLReader() throws SAXException,
ParserConfigurationException {
        XMLReader xmlReader = saxFactory.newSAXParser().getXMLReader();
        xmlReader.setEntityResolver(IGNORING_ENTITY_RESOLVER);
        trySetSAXFeature(xmlReader, XMLConstants.FEATURE_SECURE_PROCESSING);
        trySetXercesSecurityManager(xmlReader);
        return xmlReader;
    }


cause : java.lang.NoClassDefFoundError: org/apache/poi/util/SAXHelpernull
Caused by: java.lang.ClassNotFoundException: org.apache.poi.util.SAXHelpernull
[6/12/17 9:52:13:904 IST] 00000077 SystemErr     R      at
java.net.URLClassLoader.findClass(URLClassLoader.java:434)null
[6/12/17 9:52:13:904 IST] 00000077 SystemErr     R      at
com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:230)null
[6/12/17 9:52:13:904 IST] 00000077 SystemErr     R      at
java.lang.ClassLoader.loadClassHelper(ClassLoader.java:703)null
[6/12/17 9:52:13:904 IST] 00000077 SystemErr     R      at
java.lang.ClassLoader.loadClass(ClassLoader.java:682)null
[6/12/17 9:52:13:904 IST] 00000077 SystemErr     R      at
com.ibm.ws.bootstrap.ExtClassLoader.loadClass(ExtClassLoader.java:123)null
[6/12/17 9:52:13:904 IST] 00000077 SystemErr     R      at
java.lang.ClassLoader.loadClass(ClassLoader.java:665)null
[6/12/17 9:52:13:904 IST] 00000077 SystemErr     R      at
com.ibm.ws.classloader.ProtectionClassLoader.loadClass(ProtectionClassLoader.java:62)null
[6/12/17 9:52:13:904 IST] 00000077 SystemErr     R      at
com.ibm.ws.classloader.ProtectionClassLoader.loadClass(ProtectionClassLoader.java:58)null
[6/12/17 9:52:13:904 IST] 00000077 SystemErr     R      at
com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:566)null
[6/12/17 9:52:13:904 IST] 00000077 SystemErr     R      at
java.lang.ClassLoader.loadClass(ClassLoader.java:665)null

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to