2016-10-09 7 views
0

this guide 다음에 activator (1.3.10)의 마지막 버전을 다운로드하여 설치했습니다.Lagom에 대한 활성화자를 사용하여 새 프로젝트를 만드는 방법

activator 배포판을 설치 한 위치는 쓰기 가능하고 $PATHactivator-1.3.10/bin이 추가되었습니다.

activator new test-project lagom-scala 

을 ...하지만 난 항상 다음과 같은 오류를 얻을 :

그럼,이 같은 새 프로젝트를 만들려고

[email protected]:~/Projects$ activator new test-project lagom-scala 
Getting com.typesafe.activator activator-launcher 1.3.10 ... 

:: problems summary :: 
:::: WARNINGS 
    module not found: com.typesafe.activator#activator-launcher;1.3.10 

    ==== local: tried 

     /home/j3d/.ivy2/local/com.typesafe.activator/activator-launcher/1.3.10/ivys/ivy.xml 

     -- artifact com.typesafe.activator#activator-launcher;1.3.10!activator-launcher.jar: 

     /home/j3d/.ivy2/local/com.typesafe.activator/activator-launcher/1.3.10/jars/activator-launcher.jar 

    ==== activator-launcher-local: tried 

    file:/opt/activator-1.3.10-minimal/repository/com.typesafe.activator/activator-launcher/1.3.10/ivys/ivy.xml 

    ==== Maven Central: tried 

     https://repo1.maven.org/maven2/com/typesafe/activator/activator-launcher/1.3.10/activator-launcher-1.3.10.pom 

     -- artifact com.typesafe.activator#activator-launcher;1.3.10!activator-launcher.jar: 

     https://repo1.maven.org/maven2/com/typesafe/activator/activator-launcher/1.3.10/activator-launcher-1.3.10.jar 

    ==== typesafe-releases: tried 

    https://repo.typesafe.com/typesafe/releases/com/typesafe/activator/activator-launcher/1.3.10/activator-launcher-1.3.10.pom 

     -- artifact com.typesafe.activator#activator-launcher;1.3.10!activator-launcher.jar: 

    https://repo.typesafe.com/typesafe/releases/com/typesafe/activator/activator-launcher/1.3.10/activator-launcher-1.3.10.jar 

    ==== typesafe-ivy-releasez: tried 

    https://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.activator/activator-launcher/1.3.10/ivys/ivy.xml 

     :::::::::::::::::::::::::::::::::::::::::::::: 

     ::   UNRESOLVED DEPENDENCIES   :: 

     :::::::::::::::::::::::::::::::::::::::::::::: 

     :: com.typesafe.activator#activator-launcher;1.3.10: not found 

     :::::::::::::::::::::::::::::::::::::::::::::: 


:::: ERRORS 
    Server access Error: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty url=https://repo1.maven.org/maven2/com/typesafe/activator/activator-launcher/1.3.10/activator-launcher-1.3.10.pom 

    Server access Error: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty url=https://repo1.maven.org/maven2/com/typesafe/activator/activator-launcher/1.3.10/activator-launcher-1.3.10.jar 

    Server access Error: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty url=https://repo.typesafe.com/typesafe/releases/com/typesafe/activator/activator-launcher/1.3.10/activator-launcher-1.3.10.pom 

    Server access Error: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty url=https://repo.typesafe.com/typesafe/releases/com/typesafe/activator/activator-launcher/1.3.10/activator-launcher-1.3.10.jar 

    Server access Error: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty url=https://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.activator/activator-launcher/1.3.10/ivys/ivy.xml 


:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS 
unresolved dependency: com.typesafe.activator#activator-launcher;1.3.10: not found 
Error during sbt execution: Error retrieving required libraries 
    (see /home/j3d/.sbt/boot/update.log for complete log) 
Error: Could not retrieve activator-launcher 1.3.10 

어떤 도움이 정말 appreciaded 될 것이다.

답변

0

더 많이 인터넷 검색 우분투에 설명 된대로 해결할 수있는 문제가 있음을 발견했습니다. here. 나는 그것이 도움이되기를 바랍니다.