http://defect.opensolaris.org/bz/show_bug.cgi?id=19233

           Summary: SEVERE: Unexpected Exception
                    java.lang.NoClassDefFoundError
    Classification: Development
           Product: opengrok
           Version: unspecified
          Platform: Xen/i386
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P3
         Component: indexer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Hello,

While generating index (OpenGrok 0.11) I am getting following error:
==
[root@centos bin]# OPENGROK_VERBOSE=true ./OpenGrok index
/usr/local/opengrok/source
Loading the default instance configuration ...
/usr/local/tomcat
/usr/local/opengrok/bin/lib
Exception: org/apache/commons/jrcs/rcs/ParseException
Aug 4, 2012 10:58:45 AM org.opensolaris.opengrok.index.Indexer main
SEVERE: Unexpected Exception
java.lang.NoClassDefFoundError: org/apache/commons/jrcs/rcs/ParseException
        at
org.opensolaris.opengrok.history.RepositoryFactory.<clinit>(RepositoryFactory.java:41)
        at org.opensolaris.opengrok.index.Indexer.main(Indexer.java:421)
Caused by: java.lang.ClassNotFoundException:
org.apache.commons.jrcs.rcs.ParseException
        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)
        ... 2 more
==

Please assist.

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
opengrok-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev

Reply via email to