-
Notifications
You must be signed in to change notification settings - Fork 647
S2I image jboss-decisionserver63-openshift:1.3 error #83
Comments
Hey there, note that the decisionserver63 image are deprecated, use the 64 instead (registry.access.redhat.com/jboss-decisionserver-6/decisionserver64-openshift:1.3). |
thanks. I don't have "decisionserver64-openshift:1.3" in our openshift env. I will request to add the image in our environment but I am using decisionserver64-openshift:latest tag and still below error. |
@jainmnsh you can get the image added into your environment by performing the following command:
However, following the README I get the same issue for hellorules: Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.openshift.quickstarts:decisionserver-hellorules:jar:1.3.0.Final in central (https://repo1.maven.org/maven2) |
I resolved the helloworld-rules thing by: oc new-app --template=decisionserver64-basic-s2i -p KIE_CONTAINER_DEPLOYMENT=decisionserver-hellorules=org.openshift.quickstarts:decisionserver-hellorules:1.4.0.Final -p MAVEN_MIRROR_URL=http://192.168.122.50:8081/nexus/content/groups/public/ I'm not sure whether I needed to push decisionserver-hellorules-1.4.0.Final.jar to nexus, but the container has now built anyway - with the kie jar in it. |
I am trying to build S2I using jboss-decisionserver63-openshift:1.3 IS but getting following error when trying pull kieserver-pull:jar:1.0.0 hence this issue.
[INFO] Total time: 7.347 s
| [INFO] Finished at: 2018-05-16T21:34:28+00:00
| [INFO] Final Memory: 13M/81M
| [INFO] ------------------------------------------------------------------------
| [WARNING] The requested profile "openshift" could not be activated because it does not exist.
| [ERROR] Failed to execute goal on project kieserver-pull: Could not resolve dependencies for project org.openshift:kieserver-pull:jar:1.0.0.Final: Could not find artifact projects:jar:0.0.1-SNAPSHOT in central (https://repo1.maven.org/maven2 ) -> [Help 1]
| org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project kieserver-pull: Could not resolve dependencies for project org.openshift:kieserver-pull:jar:1.0.0.Final: Could not find artifact projects:jar:0.0.1-SNAPSHOT in central (https://repo1.maven.org/maven2 )
| at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:221)
| at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127)
| at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:245)
The text was updated successfully, but these errors were encountered: