abaplint / abaplint-sci-server

Node backend application for running abaplint on ABAP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image fails with "Error: Cannot find module '/usr/src/app/build/server.js"

ed-holland opened this issue · comments

The current docker image produces messages like the below:

image

Is this the same issue as #253?

yes, I'm working on it.

The current docker image still has the problem. Can you force publishing it?

it did publish a new version

are you sure you're using the latest image ? Just tried this:
image

Just pulled the new version, but still the same issue.
image

image

I'm very certain there is some issue with the pulling. I can see the digest in your screenshot differs from the last images at dockerhub.
image

Do have an access to command line ? COuld you try pulling it with a specific tag ?

image

yes, Portainer allows that. This issue has not changed. Still there.

image

The image is now showing with two tags (must have been this version already)
image

ok ... ehm ... but I cannot reproduce the issue really. Do you have an access to command line ? Could you docker ps -a and docker image ls there (pls mind other private containers if you have ones :)

Hope this helps
image

hmm, looks OK ...
so ... what happens if you run:

docker ps -a | awk '{ print $1,$2 }' | grep abaplint | awk '{print $1 }' | xargs -I {} docker rm {}
docker run --rm -p 3000:3000 abaplint/abaplint-backend

The first command removes all abaplint containers (just in case)

Interestingly enough, just deleting and recreating the container using my compose file resolved the issue.
Very strange. Thanks a lot for helping me getting through this.

Details are now also showing up (using verbose)
image