bd2kccd/ccd-job-queue

Unable to install ccd-job-queue

Opened this issue · 2 comments

Hi ,
I am unable to install ccd job queue and it throws the following error.
[INFO] Building ccd-job-queue 0.1.6 [INFO] ------------------------------------------------------------------------ [WARNING] The POM for edu.pitt.dbmi.isg:remoteSchedulerClient:jar:0.1.2 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.005 s [INFO] Finished at: 2017-02-20T17:33:18+05:30 [INFO] Final Memory: 12M/155M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project ccd-job-queue: Could not resolve dependencies for project edu.pitt.dbmi:ccd-job-queue:jar:0.1.6: Failure to find edu.pitt.dbmi.isg:remoteSchedulerClient:jar:0.1.2 in https://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 -> [Help 1]
Can anyone pleaase help , what might have gone wrong.
After cloning , on the root of ccd-job-queue , I ran mvn clean install

You'll need to install the dependency remoteSchedulerClient:jar:0.1.2 first. Go to https://github.com/bd2kccd/remoteSchedulerClient and do mvn clean install then come back to the job queue installation.

[ERROR] Failed to execute goal on project ccd-job-queue: Could not resolve dependencies for project edu.pitt.dbmi:ccd-job-queue:jar:0.1.8: The following artifacts could not be resolved: edu.pitt.dbmi:ccd-db:jar:0.6.5, edu.pitt.dbmi.isg:remoteSchedulerClient:jar:0.1.4: edu.pitt.dbmi:ccd-db:jar:0.6.5 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced I installed remoteSchedulerClient still
did not worked for me .