Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-3847

atlas-graphdb-janus install fail : Atlas Graph Database Implementation Dependencies 2.0.0 - sleepycat/je/7.4.5/je-7.4.5 is not exists

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0.0
    • None
    • atlas-webui
    • None

    Description

      mvn clean install fail to "atlas-graphdb-janus"

      [INFO] Graph Database Common Code 2.0.0 ................... SUCCESS [  2.870 s]
      [INFO] Apache Atlas JanusGraph-HBase2 Module 2.0.0 ........ SUCCESS [  4.109 s]
      [INFO] Apache Atlas JanusGraph DB Impl 2.0.0 .............. FAILURE [ 14.421 s]
      [INFO] Apache Atlas Graph Database Implementation Dependencies 2.0.0 SKIPPED
      [INFO] Apache Atlas Authorization 2.0.0 ................... SKIPPED
      [INFO] Apache Atlas Repository 2.0.0 ...................... SKIPPED
      [INFO] Apache Atlas UI 2.0.0 .............................. SKIPPED
      [INFO] Apache Atlas Web Application 2.0.0 ................. SKIPPED
      [INFO] Apache Atlas Documentation 2.0.0 ................... SKIPPED
      [INFO] Apache Atlas FileSystem Model 2.0.0 ................ SKIPPED
      [INFO] Apache Atlas Plugin Classloader 2.0.0 .............. SKIPPED
      [INFO] Apache Atlas Hive Bridge Shim 2.0.0 ................ SKIPPED
      [INFO] Apache Atlas Hive Bridge 2.0.0 ..................... SKIPPED
      [INFO] Apache Atlas Falcon Bridge Shim 2.0.0 .............. SKIPPED
      [INFO] Apache Atlas Falcon Bridge 2.0.0 ................... SKIPPED
      [INFO] Apache Atlas Sqoop Bridge Shim 2.0.0 ............... SKIPPED
      [INFO] Apache Atlas Sqoop Bridge 2.0.0 .................... SKIPPED
      [INFO] Apache Atlas Storm Bridge Shim 2.0.0 ............... SKIPPED
      [INFO] Apache Atlas Storm Bridge 2.0.0 .................... SKIPPED
      [INFO] Apache Atlas Hbase Bridge Shim 2.0.0 ............... SKIPPED
      [INFO] Apache Atlas Hbase Bridge 2.0.0 .................... SKIPPED
      [INFO] Apache HBase - Testing Util 2.0.0 .................. SKIPPED
      [INFO] Apache Atlas Kafka Bridge 2.0.0 .................... SKIPPED
      [INFO] Apache Atlas Distribution 2.0.0 .................... SKIPPED
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time:  01:07 min
      [INFO] Finished at: 2020-06-18T15:31:06+09:00
      [INFO] ------------------------------------------------------------------------
      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process                                                                                                                              (default) on project atlas-graphdb-janus: Error resolving project artifact: Could not transfer art                                                                                                                             ifact com.sleepycat:je:pom:7.4.5 from/to central (http://repo1.maven.org/maven2): Transfer failed                                                                                                                              for http://repo1.maven.org/maven2/com/sleepycat/je/7.4.5/je-7.4.5.pom 501 HTTPS 
      

      so, I append like this at atlas/graphdb/janux/pom.xml
      , I succeeded install step. so I recommend to you, if that version is okay.

      <!-- https://mvnrepository.com/artifact/com.sleepycat/je -->
      <dependency>
          <groupId>com.sleepycat</groupId>
          <artifactId>je</artifactId>
          <version>18.1.11</version>
      </dependency>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            MinSung MinSung
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: