[ 
https://issues.apache.org/jira/browse/ATLAS-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

MinSung updated ATLAS-3847:
---------------------------
    Description: 
mvn clean install fail to "atlas-graphdb-janus"

{code:java}
[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 
{code}



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.

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


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

{code:java}
[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 
{code}



so, I append like this at atlas/graphdb/janux/pom.xml
, I succeeded install step. 

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



> 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
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-3847
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3847
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-webui
>    Affects Versions: 2.0.0
>            Reporter: MinSung
>            Priority: Major
>
> mvn clean install fail to "atlas-graphdb-janus"
> {code:java}
> [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 
> {code}
> 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.
> {code:java}
> <!-- https://mvnrepository.com/artifact/com.sleepycat/je -->
> <dependency>
>     <groupId>com.sleepycat</groupId>
>     <artifactId>je</artifactId>
>     <version>18.1.11</version>
> </dependency>
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to