find out which class is missing











up vote
1
down vote

favorite












I was trying to install liquibase on my CentOS 6.9 it needs java (i have openjdk version "1.8.0_121") but i got this error:



  [root@sampleliquibase-3.6.2-bin..z]# ll
total 11412
drwxrwxrwx. 2 db2inst1 db2iadm1 4096 Dec 17 13:10 lib
-rwxrwxrwx. 1 db2inst1 db2iadm1 11358 Jul 3 23:27 LICENSE.txt
-rwxrwxrwx. 1 db2inst1 db2iadm1 1251 Jul 3 23:27 liquibase
-rwxrwxrwx. 1 db2inst1 db2iadm1 9406606 Dec 17 09:42 liquibase-3.6.2-
bin.zip
-rwxrwxrwx. 1 db2inst1 db2iadm1 884 Jul 3 23:27 liquibase.bat
-rwxrwxrwx. 1 db2inst1 db2iadm1 2167086 Jul 3 23:30 liquibase.jar
-rwxrwxrwx. 1 db2inst1 db2iadm1 7174 Jul 3 23:27 liquibase.spec
-rwxrwxrwx. 1 db2inst1 db2iadm1 3046 Jul 3 23:27 README.txt
drwxrwxrwx. 6 db2inst1 db2iadm1 4096 Dec 17 13:10 sdk
-rwxrwxrwx. 1 root root 41203 Mar 16 2017 slf4j-api-1.7.25.jar
[root@sampleliquibase-3.6.2-bin..z]# java -jar liquibase.jar
Error: A JNI error has occurred, please check your installation and try
again
Exception in thread "main" java.lang.NoClassDefFoundError:
ch/qos/logback/core/filter/Filter
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
at java.lang.Class.getMethod0(Class.java:3018)
at java.lang.Class.getMethod(Class.java:1784)
at
sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
Caused by: java.lang.ClassNotFoundException:
ch.qos.logback.core.filter.Filter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 7 more
[root@sampleliquibase-3.6.2-bin..z]#


I think some kind of class is missing but i dont know which one is and how i can add it to java classes. what should I do?










share|improve this question













migrated from unix.stackexchange.com yesterday


This question came from our site for users of Linux, FreeBSD and other Un*x-like operating systems.



















    up vote
    1
    down vote

    favorite












    I was trying to install liquibase on my CentOS 6.9 it needs java (i have openjdk version "1.8.0_121") but i got this error:



      [root@sampleliquibase-3.6.2-bin..z]# ll
    total 11412
    drwxrwxrwx. 2 db2inst1 db2iadm1 4096 Dec 17 13:10 lib
    -rwxrwxrwx. 1 db2inst1 db2iadm1 11358 Jul 3 23:27 LICENSE.txt
    -rwxrwxrwx. 1 db2inst1 db2iadm1 1251 Jul 3 23:27 liquibase
    -rwxrwxrwx. 1 db2inst1 db2iadm1 9406606 Dec 17 09:42 liquibase-3.6.2-
    bin.zip
    -rwxrwxrwx. 1 db2inst1 db2iadm1 884 Jul 3 23:27 liquibase.bat
    -rwxrwxrwx. 1 db2inst1 db2iadm1 2167086 Jul 3 23:30 liquibase.jar
    -rwxrwxrwx. 1 db2inst1 db2iadm1 7174 Jul 3 23:27 liquibase.spec
    -rwxrwxrwx. 1 db2inst1 db2iadm1 3046 Jul 3 23:27 README.txt
    drwxrwxrwx. 6 db2inst1 db2iadm1 4096 Dec 17 13:10 sdk
    -rwxrwxrwx. 1 root root 41203 Mar 16 2017 slf4j-api-1.7.25.jar
    [root@sampleliquibase-3.6.2-bin..z]# java -jar liquibase.jar
    Error: A JNI error has occurred, please check your installation and try
    again
    Exception in thread "main" java.lang.NoClassDefFoundError:
    ch/qos/logback/core/filter/Filter
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
    at java.lang.Class.getMethod0(Class.java:3018)
    at java.lang.Class.getMethod(Class.java:1784)
    at
    sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
    at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
    Caused by: java.lang.ClassNotFoundException:
    ch.qos.logback.core.filter.Filter
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 7 more
    [root@sampleliquibase-3.6.2-bin..z]#


    I think some kind of class is missing but i dont know which one is and how i can add it to java classes. what should I do?










    share|improve this question













    migrated from unix.stackexchange.com yesterday


    This question came from our site for users of Linux, FreeBSD and other Un*x-like operating systems.

















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I was trying to install liquibase on my CentOS 6.9 it needs java (i have openjdk version "1.8.0_121") but i got this error:



        [root@sampleliquibase-3.6.2-bin..z]# ll
      total 11412
      drwxrwxrwx. 2 db2inst1 db2iadm1 4096 Dec 17 13:10 lib
      -rwxrwxrwx. 1 db2inst1 db2iadm1 11358 Jul 3 23:27 LICENSE.txt
      -rwxrwxrwx. 1 db2inst1 db2iadm1 1251 Jul 3 23:27 liquibase
      -rwxrwxrwx. 1 db2inst1 db2iadm1 9406606 Dec 17 09:42 liquibase-3.6.2-
      bin.zip
      -rwxrwxrwx. 1 db2inst1 db2iadm1 884 Jul 3 23:27 liquibase.bat
      -rwxrwxrwx. 1 db2inst1 db2iadm1 2167086 Jul 3 23:30 liquibase.jar
      -rwxrwxrwx. 1 db2inst1 db2iadm1 7174 Jul 3 23:27 liquibase.spec
      -rwxrwxrwx. 1 db2inst1 db2iadm1 3046 Jul 3 23:27 README.txt
      drwxrwxrwx. 6 db2inst1 db2iadm1 4096 Dec 17 13:10 sdk
      -rwxrwxrwx. 1 root root 41203 Mar 16 2017 slf4j-api-1.7.25.jar
      [root@sampleliquibase-3.6.2-bin..z]# java -jar liquibase.jar
      Error: A JNI error has occurred, please check your installation and try
      again
      Exception in thread "main" java.lang.NoClassDefFoundError:
      ch/qos/logback/core/filter/Filter
      at java.lang.Class.getDeclaredMethods0(Native Method)
      at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
      at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
      at java.lang.Class.getMethod0(Class.java:3018)
      at java.lang.Class.getMethod(Class.java:1784)
      at
      sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
      at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
      Caused by: java.lang.ClassNotFoundException:
      ch.qos.logback.core.filter.Filter
      at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
      ... 7 more
      [root@sampleliquibase-3.6.2-bin..z]#


      I think some kind of class is missing but i dont know which one is and how i can add it to java classes. what should I do?










      share|improve this question













      I was trying to install liquibase on my CentOS 6.9 it needs java (i have openjdk version "1.8.0_121") but i got this error:



        [root@sampleliquibase-3.6.2-bin..z]# ll
      total 11412
      drwxrwxrwx. 2 db2inst1 db2iadm1 4096 Dec 17 13:10 lib
      -rwxrwxrwx. 1 db2inst1 db2iadm1 11358 Jul 3 23:27 LICENSE.txt
      -rwxrwxrwx. 1 db2inst1 db2iadm1 1251 Jul 3 23:27 liquibase
      -rwxrwxrwx. 1 db2inst1 db2iadm1 9406606 Dec 17 09:42 liquibase-3.6.2-
      bin.zip
      -rwxrwxrwx. 1 db2inst1 db2iadm1 884 Jul 3 23:27 liquibase.bat
      -rwxrwxrwx. 1 db2inst1 db2iadm1 2167086 Jul 3 23:30 liquibase.jar
      -rwxrwxrwx. 1 db2inst1 db2iadm1 7174 Jul 3 23:27 liquibase.spec
      -rwxrwxrwx. 1 db2inst1 db2iadm1 3046 Jul 3 23:27 README.txt
      drwxrwxrwx. 6 db2inst1 db2iadm1 4096 Dec 17 13:10 sdk
      -rwxrwxrwx. 1 root root 41203 Mar 16 2017 slf4j-api-1.7.25.jar
      [root@sampleliquibase-3.6.2-bin..z]# java -jar liquibase.jar
      Error: A JNI error has occurred, please check your installation and try
      again
      Exception in thread "main" java.lang.NoClassDefFoundError:
      ch/qos/logback/core/filter/Filter
      at java.lang.Class.getDeclaredMethods0(Native Method)
      at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
      at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
      at java.lang.Class.getMethod0(Class.java:3018)
      at java.lang.Class.getMethod(Class.java:1784)
      at
      sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
      at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
      Caused by: java.lang.ClassNotFoundException:
      ch.qos.logback.core.filter.Filter
      at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
      ... 7 more
      [root@sampleliquibase-3.6.2-bin..z]#


      I think some kind of class is missing but i dont know which one is and how i can add it to java classes. what should I do?







      centos java






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked yesterday









      BlackCrystal

      62




      62




      migrated from unix.stackexchange.com yesterday


      This question came from our site for users of Linux, FreeBSD and other Un*x-like operating systems.






      migrated from unix.stackexchange.com yesterday


      This question came from our site for users of Linux, FreeBSD and other Un*x-like operating systems.


























          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          ch/qos/logback/core/filter/Filter



          aka



          ch.qos.logback.core.filter.Filter



          is missing which is part of Logback, you can add it to the application using your buildscript. Or manually install it to your lib folder from https://mvnrepository.com/artifact/ch.qos.logback/logback-core



          Maybe you are launching the wrong file. Instead of running the jar directly you might have to run the "launcher" script instead.






          share|improve this answer





















          • i did what you said but it didnt work
            – BlackCrystal
            18 hours ago











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53821791%2ffind-out-which-class-is-missing%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          ch/qos/logback/core/filter/Filter



          aka



          ch.qos.logback.core.filter.Filter



          is missing which is part of Logback, you can add it to the application using your buildscript. Or manually install it to your lib folder from https://mvnrepository.com/artifact/ch.qos.logback/logback-core



          Maybe you are launching the wrong file. Instead of running the jar directly you might have to run the "launcher" script instead.






          share|improve this answer





















          • i did what you said but it didnt work
            – BlackCrystal
            18 hours ago















          up vote
          0
          down vote













          ch/qos/logback/core/filter/Filter



          aka



          ch.qos.logback.core.filter.Filter



          is missing which is part of Logback, you can add it to the application using your buildscript. Or manually install it to your lib folder from https://mvnrepository.com/artifact/ch.qos.logback/logback-core



          Maybe you are launching the wrong file. Instead of running the jar directly you might have to run the "launcher" script instead.






          share|improve this answer





















          • i did what you said but it didnt work
            – BlackCrystal
            18 hours ago













          up vote
          0
          down vote










          up vote
          0
          down vote









          ch/qos/logback/core/filter/Filter



          aka



          ch.qos.logback.core.filter.Filter



          is missing which is part of Logback, you can add it to the application using your buildscript. Or manually install it to your lib folder from https://mvnrepository.com/artifact/ch.qos.logback/logback-core



          Maybe you are launching the wrong file. Instead of running the jar directly you might have to run the "launcher" script instead.






          share|improve this answer












          ch/qos/logback/core/filter/Filter



          aka



          ch.qos.logback.core.filter.Filter



          is missing which is part of Logback, you can add it to the application using your buildscript. Or manually install it to your lib folder from https://mvnrepository.com/artifact/ch.qos.logback/logback-core



          Maybe you are launching the wrong file. Instead of running the jar directly you might have to run the "launcher" script instead.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered yesterday









          ST-DDT

          70911323




          70911323












          • i did what you said but it didnt work
            – BlackCrystal
            18 hours ago


















          • i did what you said but it didnt work
            – BlackCrystal
            18 hours ago
















          i did what you said but it didnt work
          – BlackCrystal
          18 hours ago




          i did what you said but it didnt work
          – BlackCrystal
          18 hours ago


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53821791%2ffind-out-which-class-is-missing%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          サソリ

          広島県道265号伴広島線

          Setup Asymptote in Texstudio