Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/oro/io/GlobFilenameFilter
- at org.opensolaris.opengrok.index.IgnoredNames.addPattern(IgnoredNames.java:174)
- at org.opensolaris.opengrok.index.IgnoredNames.access$000(IgnoredNames.java:42)
- at org.opensolaris.opengrok.index.IgnoredNames$PatternList.add(IgnoredNames.java:203)
- at org.opensolaris.opengrok.index.IgnoredNames$PatternList.add(IgnoredNames.java:192)
- at org.opensolaris.opengrok.index.IgnoredNames.add(IgnoredNames.java:110)
- at org.opensolaris.opengrok.index.IgnoredNames.addDefaultPatterns(IgnoredNames.java:167)
- at org.opensolaris.opengrok.index.IgnoredNames.<init>(IgnoredNames.java:90)
- at org.opensolaris.opengrok.configuration.Configuration.<init>(Configuration.java:117)
- at org.opensolaris.opengrok.configuration.RuntimeEnvironment.<init>(RuntimeEnvironment.java:71)
- at org.opensolaris.opengrok.configuration.RuntimeEnvironment.<clinit>(RuntimeEnvironment.java:56)
- at org.opensolaris.opengrok.index.Indexer.main(Indexer.java:76)
- Caused by: java.lang.ClassNotFoundException: org.apache.oro.io.GlobFilenameFilter
- 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:307)
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Advertisement
Add Comment
Please, Sign In to add comment