[ 
https://issues.apache.org/jira/browse/ATLAS-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17690364#comment-17690364
 ] 

Nixon Rodrigues commented on ATLAS-3671:
----------------------------------------

{code:java}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:33 min (Wall Clock)
[INFO] Finished at: 2023-02-17T11:01:53Z
[INFO] ------------------------------------------------------------------------
Error: Failed to execute goal 
org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process 
(process-resource-bundles) on project storm-bridge-shim: Error resolving 
project artifact: Could not transfer artifact com.twitter:carbonite:pom:1.5.0 
from/to hortonworks.repo 
(https://repo.hortonworks.com/content/repositories/releases): transfer failed 
for 
https://repo.hortonworks.com/content/repositories/releases/com/twitter/carbonite/1.5.0/carbonite-1.5.0.pom,
 status: 504 Gateway Time-out for project com.twitter:carbonite:jar:1.5.0 -> 
[Help 1]
Error: 
Error: To see the full stack trace of the errors, re-run Maven with the -e 
switch.
Error: Re-run Maven using the -X switch to enable full debug logging.
Error: 
Error: For more information about the errors and possible solutions, please 
read the following articles:
Error: [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Error: 
Error: After correcting the problems, you can resume the build with the command
Error: mvn <args> -rf :storm-bridge-shim{code}

> Maven Package Failure
> ---------------------
>
>                 Key: ATLAS-3671
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3671
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: ygo
>            Priority: Blocker
>         Attachments: image-2020-03-20-12-23-10-166.png, 
> image-2020-03-20-12-23-26-760.png, image-2020-03-20-12-25-19-822.png, 
> image-2020-03-20-12-26-08-408.png
>
>
> mvn clean -DskipTests package -Pdist,embedded-hbase-solr
>  
> i try mvn package, but failed.
> mvn version : 3.6.1
>  
>  
> *first*. JanusGraph DB Impl 2.0.0 build failure.
> "com.sleepycat:je:pom:7.4.5" in "http://repo1.maven.org/maven2";
> !image-2020-03-20-12-23-10-166.png|width=833,height=68!       
> !image-2020-03-20-12-23-26-760.png|width=1344,height=45!
>  * i modified the pom.xml file
>  ** <repository>
>    <id>oracleReleases</id>
>    <name>Oracle Released Java Packages</name>
>    <url>[http://download.oracle.com/maven]</url>
>    <layout>default</layout>
>  </repository>
>  
> *second.* Storm bridge shim 2.0.0 build failure.
> !image-2020-03-20-12-25-19-822.png|width=589,height=236!
> !image-2020-03-20-12-26-08-408.png|width=1217,height=40!
>  
>  * i modified the pom.xml file
>  ** <repository>
>   <id>atlassian-public</id>
>   <url>https://maven.atlassian.com/repository/public</url>
>   <snapshots>
>     <enabled>true</enabled>
>     <updatePolicy>never</updatePolicy>
>     <checksumPolicy>warn</checksumPolicy>
>   </snapshots>
>   <releases>
>     <enabled>true</enabled>
>     <checksumPolicy>warn</checksumPolicy>
>   </releases>
>  </repository>
>  
> *result. build succeed*
>  
> Did I do something wrong? Otherwise, please modify the source.
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to