Advertisement
Guest User

maven ArtifactTransferException

a guest
Jul 6th, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. ArtifactTransferException: Failure to transfer org.apache.tomcat:tomcat-juli:jar:7.0.52 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.tomcat:tomcat-juli:jar:7.0.52 from/to central (http://repo.maven.apache.org/maven2): connection timed out to http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/7.0.52/tomcat-juli-7.0.52.jar
  2.  
  3. Missing artifact org.apache.tomcat:tomcat-jdbc:jar:7.0.52
  4.  
  5. ArtifactTransferException: Failure to transfer org.hibernate:hibernate-entitymanager:jar:4.3.1.Final from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.hibernate:hibernate-entitymanager:jar:4.3.1.Final from/to central (http://repo.maven.apache.org/maven2): connection timed out to http://repo.maven.apache.org/maven2/org/hibernate/hibernate-entitymanager/4.3.1.Final/hibernate-entitymanager-4.3.1.Final.jar
  6.  
  7. Missing artifact org.apache.tomcat:tomcat-juli:jar:7.0.52
  8.  
  9. ArtifactTransferException: Failure to transfer org.aspectj:aspectjrt:jar:1.7.4 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.aspectj:aspectjrt:jar:1.7.4 from/to central (http://repo.maven.apache.org/maven2): connection timed out to http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.7.4/aspectjrt-1.7.4.jar
  10.  
  11. Missing artifact org.yaml:snakeyaml:jar:1.13
  12.  
  13. ArtifactTransferException: Failure to transfer org.apache.tomcat:tomcat-jdbc:jar:7.0.52 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.tomcat:tomcat-jdbc:jar:7.0.52 from/to central (http://repo.maven.apache.org/maven2): connection timed out to http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jdbc/7.0.52/tomcat-jdbc-7.0.52.jar
  14.  
  15. Missing artifact org.aspectj:aspectjrt:jar:1.7.4
  16.  
  17. ArtifactTransferException: Failure to transfer ch.qos.logback:logback-core:jar:1.1.1 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact ch.qos.logback:logback-core:jar:1.1.1 from/to central (http://repo.maven.apache.org/maven2): connection timed out to http://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.1.1/logback-core-1.1.1.jar
  18.  
  19. ... + 90 or so similar to these few
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement