You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inspectIT ocelot demo does not work out of the box and it's also mixed up.
There are different demo archives with different docker-compose files. Please check demo-archive and the directory in the master branch.
The demo in the demo-archive reference to a docker image wich only work on MacOS operating systems. (Docker-Image: inspectit/spring-petclinic-config-server)Error starting command: java - fork/exec /opt/java/openjdk/bin/java: exec format error This error happens because the build was done on a MacOS operating system. I can't start this image on Ubuntu operating system.
The demo in the master branch directory referenced to a docker image which does not exist. (Docker-Image: inspectit/inspectit-ocelot-eum-server)
Please fix it. To prevent this error please use a pipeline like Github Actions in future to build artefacts.
The text was updated successfully, but these errors were encountered:
The inspectIT ocelot demo does not work out of the box and it's also mixed up.
Error starting command: java - fork/exec /opt/java/openjdk/bin/java: exec format error
This error happens because the build was done on a MacOS operating system. I can't start this image on Ubuntu operating system.Please fix it. To prevent this error please use a pipeline like
Github Actions
in future to build artefacts.The text was updated successfully, but these errors were encountered: