Created
October 8, 2014 16:29
-
-
Save NandoKstroNet/92a72f4fa1180b8780bf to your computer and use it in GitHub Desktop.
exception_ao_iniciar_pentaho_sw
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Exception in thread "main" java.lang.NoClassDefFoundError: org/pentaho/di/core/exception/KettleDatabaseException | |
at java.lang.Class.getDeclaredMethods0(Native Method) | |
at java.lang.Class.privateGetDeclaredMethods(Class.java:2688) | |
at java.lang.Class.privateGetMethodRecursive(Class.java:3035) | |
at java.lang.Class.getMethod0(Class.java:3005) | |
at java.lang.Class.getMethod(Class.java:1771) | |
at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544) | |
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526) | |
Caused by: java.lang.ClassNotFoundException: org.pentaho.di.core.exception.KettleDatabaseException | |
at java.net.URLClassLoader$1.run(URLClassLoader.java:372) | |
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at java.net.URLClassLoader.findClass(URLClassLoader.java:360) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) | |
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) | |
" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment