cannot execute /usr/libexec/s2i/assemble
See original GitHub issueDescription
Dear all:
I’m doing a fabric8:deploy towards a “pro” account on OpenShift Online. The account has been freshly created, it contains a mysql deployment and nothing more. The error I’m getting is the following;
F8: Failed to execute the build [Unable to build the image using the OpenShift build service] [console.txt](https://github.com/fabric8io/fabric8-maven-plugin/files/3345078/console.txt)
The console log is attached. My plugin configuration:
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<version>4.1.0</version>
<executions>
<execution>
<id>fmp</id>
<goals>
<goal>resource</goal>
<goal>build</goal>
</goals>
</execution>
</executions>
</plugin>
If I log into the openshift console, I can see the following information for the failed build:
STEP 8: RUN /usr/libexec/s2i/assemble /bin/sh: 1: /usr/libexec/s2i/assemble: not found subprocess exited with status 127 subprocess exited with status 127 error: build error: error building at STEP “RUN /usr/libexec/s2i/assemble”: exit status 127
Info
- f-m-p version : fabric8-maven-plugin 4.1.0
- Maven version (
mvn -v
) : 3.6.1
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top GitHub Comments
Could you provide a demo project that this occurs?
What’s your Windows version?
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!