Not able to access the jbpm-console maven2 repo
saikiran.penubolu May 28, 2015 10:52 AMHi,
I am trying to deploy the kjar build in eclipse to jbpm-console maven2 repository. but i am always getting error in deploying.
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jbpm-example ---
Downloading: http://localhost:8080/jbpm-console/maven2/com/sample/jbpm-example/1.0.0-SNAPSHOT/maven-metadata.xml
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.360s
[INFO] Finished at: Thu May 28 20:17:30 IST 2015
[INFO] Final Memory: 23M/300M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project jbpm-example: Failed to deploy artifacts: Could not find artifact com.sample:jbpm-example:jar:1.0.0-20150528.144730-1 in my-repo3 (http://localhost:8080/jbpm-console/maven2) -> [Help 1]
[ERROR]
I have set server details in settings.xml as mentioned in (Bug 1090010 – Document access to BRMS/BPMS remote business central maven repository) but still no use.
I also tried by removing the maven2 from auth filter in web.xml of jbpm-console but that also doesn't help.
even if i try to access from browser, it says
Context Path:
/jbpm-console
Servlet Path:
/maven2
Path Info:
/
Query String:
null
Stack Trace
java.io.FileNotFoundException: repositories\kie (Access is denied)
java.io.RandomAccessFile.open(Native Method)
java.io.RandomAccessFile.<init>(RandomAccessFile.java:233)
org.guvnor.m2repo.backend.server.helpers.HttpGetHelper.handle(HttpGetHelper.java:157)
org.guvnor.m2repo.backend.server.M2Servlet.doGet(M2Servlet.java:48)
javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
Please help on how to access the embedded maven repository remotely.
I am currently using jbpm 6.2.0 version.