10 months ago
I have dockerized a Jasperserver 8 application that works on my local Docker but fails on Railway.
The Railway logs are not detailed enough to identify the problem.
I tried to diagnose it by trying to reproduce the error locally, but in vain. Please help me identify the problem and fix it. The deployed project is on GitHub at: https://github.com/meilleureVie/jasperserver
The image build apparently works. I think the problem is during the container startup, specifically at line 39 (./js-ant import-minimal-ce) of the entrypoint.sh.
6 Replies
10 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
samgordon
Hi, Please share the deployment and or build logs.
10 months ago
i try to attach the log but it didn't work
samgordon
Hi, Please share the deployment and or build logs.
10 months ago
samgordon
Have you made sure that you set your Dockerfile to be `Dockerfile.railway`?
10 months ago
yes
Attachments