Hadoop HiPi - hibImport NoClassDefFoundError










0















I'm using Hadoop 2.9.1 and the latest HiPi from Github. It's running on an Ubuntu 18.04.3 with OpenJDK 10.



The installation was successful and I tried to run the example from HiPi. After downloading a set of images I tried to convert it into HipiImageBundle. The following result is:



hadoop@master:~/workspace/hipi$ tools/hibImport.sh ~/workspace/SampleImages ~/workspace/SampleImages/sampleimages.hib
Input image directory: /home/hadoop/workspace/SampleImages
Input FS: local FS
Output HIB: /home/hadoop/workspace/SampleImages/sampleimages.hib
Overwrite HIB if it exists: false
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.hadoop.security.authentication.util.KerberosUtil (file:/opt/hadoop/share/hadoop/common/lib/hadoop-auth-2.9.1.jar) to method sun.security.krb5.Config.getInstance()
WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.security.authentication.util.KerberosUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Exception in thread "main" java.lang.NoClassDefFoundError: org/hipi/imagebundle/HipiImageBundle
at org.hipi.tools.HibImport.main(HibImport.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.apache.hadoop.util.RunJar.run(RunJar.java:239)
at org.apache.hadoop.util.RunJar.main(RunJar.java:153)
Caused by: java.lang.ClassNotFoundException: org.hipi.imagebundle.HipiImageBundle
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:466)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:566)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
... 7 more









share|improve this question


























    0















    I'm using Hadoop 2.9.1 and the latest HiPi from Github. It's running on an Ubuntu 18.04.3 with OpenJDK 10.



    The installation was successful and I tried to run the example from HiPi. After downloading a set of images I tried to convert it into HipiImageBundle. The following result is:



    hadoop@master:~/workspace/hipi$ tools/hibImport.sh ~/workspace/SampleImages ~/workspace/SampleImages/sampleimages.hib
    Input image directory: /home/hadoop/workspace/SampleImages
    Input FS: local FS
    Output HIB: /home/hadoop/workspace/SampleImages/sampleimages.hib
    Overwrite HIB if it exists: false
    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by org.apache.hadoop.security.authentication.util.KerberosUtil (file:/opt/hadoop/share/hadoop/common/lib/hadoop-auth-2.9.1.jar) to method sun.security.krb5.Config.getInstance()
    WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.security.authentication.util.KerberosUtil
    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
    WARNING: All illegal access operations will be denied in a future release
    Exception in thread "main" java.lang.NoClassDefFoundError: org/hipi/imagebundle/HipiImageBundle
    at org.hipi.tools.HibImport.main(HibImport.java:124)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:564)
    at org.apache.hadoop.util.RunJar.run(RunJar.java:239)
    at org.apache.hadoop.util.RunJar.main(RunJar.java:153)
    Caused by: java.lang.ClassNotFoundException: org.hipi.imagebundle.HipiImageBundle
    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:466)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:566)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
    ... 7 more









    share|improve this question
























      0












      0








      0








      I'm using Hadoop 2.9.1 and the latest HiPi from Github. It's running on an Ubuntu 18.04.3 with OpenJDK 10.



      The installation was successful and I tried to run the example from HiPi. After downloading a set of images I tried to convert it into HipiImageBundle. The following result is:



      hadoop@master:~/workspace/hipi$ tools/hibImport.sh ~/workspace/SampleImages ~/workspace/SampleImages/sampleimages.hib
      Input image directory: /home/hadoop/workspace/SampleImages
      Input FS: local FS
      Output HIB: /home/hadoop/workspace/SampleImages/sampleimages.hib
      Overwrite HIB if it exists: false
      WARNING: An illegal reflective access operation has occurred
      WARNING: Illegal reflective access by org.apache.hadoop.security.authentication.util.KerberosUtil (file:/opt/hadoop/share/hadoop/common/lib/hadoop-auth-2.9.1.jar) to method sun.security.krb5.Config.getInstance()
      WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.security.authentication.util.KerberosUtil
      WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
      WARNING: All illegal access operations will be denied in a future release
      Exception in thread "main" java.lang.NoClassDefFoundError: org/hipi/imagebundle/HipiImageBundle
      at org.hipi.tools.HibImport.main(HibImport.java:124)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:564)
      at org.apache.hadoop.util.RunJar.run(RunJar.java:239)
      at org.apache.hadoop.util.RunJar.main(RunJar.java:153)
      Caused by: java.lang.ClassNotFoundException: org.hipi.imagebundle.HipiImageBundle
      at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:466)
      at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:566)
      at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
      ... 7 more









      share|improve this question














      I'm using Hadoop 2.9.1 and the latest HiPi from Github. It's running on an Ubuntu 18.04.3 with OpenJDK 10.



      The installation was successful and I tried to run the example from HiPi. After downloading a set of images I tried to convert it into HipiImageBundle. The following result is:



      hadoop@master:~/workspace/hipi$ tools/hibImport.sh ~/workspace/SampleImages ~/workspace/SampleImages/sampleimages.hib
      Input image directory: /home/hadoop/workspace/SampleImages
      Input FS: local FS
      Output HIB: /home/hadoop/workspace/SampleImages/sampleimages.hib
      Overwrite HIB if it exists: false
      WARNING: An illegal reflective access operation has occurred
      WARNING: Illegal reflective access by org.apache.hadoop.security.authentication.util.KerberosUtil (file:/opt/hadoop/share/hadoop/common/lib/hadoop-auth-2.9.1.jar) to method sun.security.krb5.Config.getInstance()
      WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.security.authentication.util.KerberosUtil
      WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
      WARNING: All illegal access operations will be denied in a future release
      Exception in thread "main" java.lang.NoClassDefFoundError: org/hipi/imagebundle/HipiImageBundle
      at org.hipi.tools.HibImport.main(HibImport.java:124)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:564)
      at org.apache.hadoop.util.RunJar.run(RunJar.java:239)
      at org.apache.hadoop.util.RunJar.main(RunJar.java:153)
      Caused by: java.lang.ClassNotFoundException: org.hipi.imagebundle.HipiImageBundle
      at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:466)
      at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:566)
      at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
      ... 7 more






      hadoop hipi






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 14 '18 at 11:01









      betarosbetaros

      372414




      372414






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Problem solved. There is a bug in Hipi.



          In tools/build.gradle there is the wrong line commented out:



          hadoop@master:/opt/hipi/tools$ cat build.gradle 
          subprojects

          dependencies
          compile project(':core')


          jar
          manifest
          # Uncomment this line
          attributes("Class-Path" : configurations.runtime.collect it.getAbsolutePath() .join(' '));
          # Comment this line out
          // attributes("Class-Path" : configurations.runtime.collect it.toURI() .join(' '));





          A second problem were problem with corrupted images. When you load them you'll get a NullPointerException.






          share|improve this answer






















            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%2f53298672%2fhadoop-hipi-hibimport-noclassdeffounderror%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









            0














            Problem solved. There is a bug in Hipi.



            In tools/build.gradle there is the wrong line commented out:



            hadoop@master:/opt/hipi/tools$ cat build.gradle 
            subprojects

            dependencies
            compile project(':core')


            jar
            manifest
            # Uncomment this line
            attributes("Class-Path" : configurations.runtime.collect it.getAbsolutePath() .join(' '));
            # Comment this line out
            // attributes("Class-Path" : configurations.runtime.collect it.toURI() .join(' '));





            A second problem were problem with corrupted images. When you load them you'll get a NullPointerException.






            share|improve this answer



























              0














              Problem solved. There is a bug in Hipi.



              In tools/build.gradle there is the wrong line commented out:



              hadoop@master:/opt/hipi/tools$ cat build.gradle 
              subprojects

              dependencies
              compile project(':core')


              jar
              manifest
              # Uncomment this line
              attributes("Class-Path" : configurations.runtime.collect it.getAbsolutePath() .join(' '));
              # Comment this line out
              // attributes("Class-Path" : configurations.runtime.collect it.toURI() .join(' '));





              A second problem were problem with corrupted images. When you load them you'll get a NullPointerException.






              share|improve this answer

























                0












                0








                0







                Problem solved. There is a bug in Hipi.



                In tools/build.gradle there is the wrong line commented out:



                hadoop@master:/opt/hipi/tools$ cat build.gradle 
                subprojects

                dependencies
                compile project(':core')


                jar
                manifest
                # Uncomment this line
                attributes("Class-Path" : configurations.runtime.collect it.getAbsolutePath() .join(' '));
                # Comment this line out
                // attributes("Class-Path" : configurations.runtime.collect it.toURI() .join(' '));





                A second problem were problem with corrupted images. When you load them you'll get a NullPointerException.






                share|improve this answer













                Problem solved. There is a bug in Hipi.



                In tools/build.gradle there is the wrong line commented out:



                hadoop@master:/opt/hipi/tools$ cat build.gradle 
                subprojects

                dependencies
                compile project(':core')


                jar
                manifest
                # Uncomment this line
                attributes("Class-Path" : configurations.runtime.collect it.getAbsolutePath() .join(' '));
                # Comment this line out
                // attributes("Class-Path" : configurations.runtime.collect it.toURI() .join(' '));





                A second problem were problem with corrupted images. When you load them you'll get a NullPointerException.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 21 '18 at 10:12









                betarosbetaros

                372414




                372414





























                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53298672%2fhadoop-hipi-hibimport-noclassdeffounderror%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







                    這個網誌中的熱門文章

                    Barbados

                    How to read a connectionString WITH PROVIDER in .NET Core?

                    Node.js Script on GitHub Pages or Amazon S3