Re: Is Branch 1.0 build broken ?

2014-04-11 Thread Chester Chen
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  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"  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

Re: Is Branch 1.0 build broken ?

2014-04-10 Thread Sean Owen
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"  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
>


Is Branch 1.0 build broken ?

2014-04-10 Thread Chester Chen
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