-
Bug
-
Resolution: Done
-
Critical
-
None
-
EAP-XP-5.0.0.GA
-
None
command
`helm install app -f https://raw.githubusercontent.com/jbossas/eap-charts/eap-xp5-dev/examples/eap-xp5/getting-started/app.yaml --set "build.mode=s2i"` is failing (even with bootable-jar mode).
In build logs:
[INFO] CLI executions are done in forked process [INFO] Executing CLI, Server configuration [INFO] CLI scripts execution done. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:56 min [INFO] Finished at: 2024-08-01T12:51:01Z [INFO] ------------------------------------------------------------------------ Installing server. S2I_SOURCE_DIR /tmp/src, ARTIFACT DIRS target /tmp/src content: LICENSE README.adoc pom.xml src target INFO Scanning target directory for server or deployment /tmp/src/target content: total 118680 -rw-rw-r--. 1 jboss root 200069 Aug 1 12:49 ROOT.war drwxrwxr-x. 5 jboss root 59 Aug 1 12:51 bootable-jar-build-artifacts drwxrwxr-x. 3 jboss root 17 Aug 1 12:49 classes drwxrwxr-x. 6 jboss root 77 Aug 1 12:49 eap-xp5-openshift-quickstart-helloworld-1.0.0.Final-SNAPSHOT -rw-rw-r--. 1 jboss root 121317545 Aug 1 12:51 eap-xp5-openshift-quickstart-helloworld-1.0.0.Final-SNAPSHOT-bootable.jar -rw-rw-r--. 1 jboss root 5875 Aug 1 12:49 eap-xp5-openshift-quickstart-helloworld-1.0.0.Final-SNAPSHOT-sources.jar drwxrwxr-x. 3 jboss root 25 Aug 1 12:49 generated-sources drwxrwxr-x. 2 jboss root 28 Aug 1 12:49 maven-archiver drwxrwxr-x. 3 jboss root 35 Aug 1 12:49 maven-status INFO Copying deployments from target to /deployments... '/tmp/src/target/ROOT.war' -> '/deployments/ROOT.war' '/tmp/src/target/eap-xp5-openshift-quickstart-helloworld-1.0.0.Final-SNAPSHOT-sources.jar' -> '/deployments/eap-xp5-openshift-quickstart-helloworld-1.0.0.Final-SNAPSHOT-sources.jar' '/tmp/src/target/eap-xp5-openshift-quickstart-helloworld-1.0.0.Final-SNAPSHOT-bootable.jar' -> '/deployments/eap-xp5-openshift-quickstart-helloworld-1.0.0.Final-SNAPSHOT-bootable.jar' ERROR No server provisioned found. Exiting. error: build error: building at STEP "RUN /usr/local/s2i/assemble": while running runtime: exit status 1
with this I would like to mention redundance of whole example directory as It'll be default of eap-charts ( https://github.com/jbossas/eap-charts/pull/76 & https://github.com/jbossas/eap-charts/pull/77 )