-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hi All,
I tried to use EclairJS Server following the instructions available here: https://github.com/EclairJS/eclairjs/tree/master/server
I’ve got this error after executing: git clone [email protected]:EclairJS/eclairjs.git
Cloning into 'eclairjs'...
Permission denied (publickey).
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.
Then, I've just cloned the main repository: https://github.com/EclairJS/eclairjs
However, after executing: mvn package I got the following error:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.117 s
[INFO] Finished at: 2016-11-14T13:27:23+01:00
[INFO] Final Memory: 20M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project eclairjs-nashorn: Could not resolve dependencies for project org.eclairjs:eclairjs-nashorn:jar:0.9: The following artifacts could not be resolved: org.apache.toree.kernel:toree-kernel-api_2.11:jar:0.2.0.dev1-incubating-SNAPSHOT, org.apache.toree.kernel:toree-kernel_2.11:jar:0.2.0.dev1-incubating-SNAPSHOT: Failure to find org.apache.toree.kernel:toree-kernel-api_2.11:jar:0.2.0.dev1-incubating-SNAPSHOT in https://repository.apache.org/content/groups/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache-snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
And I noticed, indeed there is no 2.11 files in the repository (https://repository.apache.org/content/groups/snapshots/org/apache/toree/)
Could you please help me with this problem?
Thanks a lot in advance.