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

--- Comment #7 from Dominik Stadler <[email protected]> ---
Somehow we still link to some of the Scratchpad-Classes, TestExtractorFactory
fails with the following exception, see
https://builds.apache.org/view/POI/job/POI-no-scratchpad/5/testReport/(root)/%3Cinit%3E/org_apache_poi_extractor_TestExtractorFactory/

java.lang.NoClassDefFoundError:
org/apache/poi/hsmf/extractor/OutlookTextExtactor
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:171)
Caused by: java.lang.ClassNotFoundException:
org.apache.poi.hsmf.extractor.OutlookTextExtactor
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to