a month 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
a month 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.
a month ago
i try to attach the log but it didn't work
samgordon
Hi,Please share the deployment and or build logs.
a month ago
a month ago
Have you made sure that you set your Dockerfile to be Dockerfile.railway?
samgordon
Have you made sure that you set your Dockerfile to be Dockerfile.railway?
a month ago
yes
Attachments