Skip to content

Instantly share code, notes, and snippets.

@NandoKstroNet
Created October 8, 2014 16:29
Show Gist options
  • Save NandoKstroNet/92a72f4fa1180b8780bf to your computer and use it in GitHub Desktop.
Save NandoKstroNet/92a72f4fa1180b8780bf to your computer and use it in GitHub Desktop.
exception_ao_iniciar_pentaho_sw
"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