OTP with AWS ECS

33 views
Skip to first unread message

Hessel Dikkers

unread,
Dec 2, 2022, 9:33:14 AM12/2/22
to OpenTripPlanner Developers
We are trying to run the otp on ECS with a docker pulled from dockerhub. We've mounted an EFS file system to the container so it can read the files necessary to create a graph file. I can use the --build command the build the graph. It save the graph to EFS as we expected. However once we try to serve it with --load --serve we get the following error:

(OTPMain.java:63) Parameter error: Unknown option: --load

If i remove the load and only use the --serve command we get the following error:

(OTPMain.java:63) Parameter error: Unknown option: --serve

Looking at the docker hub I see that for serving the container the docker run command is accompanied with the -it flag. Do I need to run the container in interactive mode to serve a graph?

Thanks in advance!





Reply all
Reply to author
Forward
0 new messages