Sean 
 
 yes, you are right, I did not pay attention to the details: 

[error] Server access Error: java.lang.RuntimeException: Unexpected error: 
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter 
must be non-empty 
url=https://repository.apache.org/content/repositories/releases/org/eclipse/paho/mqtt-client/0.4.0/mqtt-client-0.4.0.pom
 


I followed the suggestions on the following links
http://stackoverflow.com/questions/4764611/java-security-invalidalgorithmparameterexception-the-trustanchors-parameter-mus


And run the 

keytool -genkey -alias foo -keystore cacerts -dname cn=test -storepass changeit 
-keypass changeit


And the build is fine now. 

thanks
Chester

On Thursday, April 10, 2014 11:34 PM, Sean Owen <[email protected]> wrote:
 
The error is not about the build but an external repo. This almost always means 
you have some trouble accessing all the repos from your environment. Do you 
need proxy settings? Any other errors in the log about why you can't access it? 
On Apr 11, 2014 12:32 AM, "Chester Chen" <[email protected]> wrote:

I just updated and got the following: 
>
>
>
>
>[error] (external-mqtt/*:update) sbt.ResolveException: unresolved dependency: 
>org.eclipse.paho#mqtt-client;0.4.0: not found
>[error] Total time: 7 s, completed Apr 10, 2014 4:27:09 PM
>Chesters-MacBook-Pro:spark chester$ git branch
>* branch-1.0
>  master
>
>
>Looks like certain dependency "mqtt-client" resolver is not specified. 
>
>
>Chester

Reply via email to