Update:
It was a permission error with Docker. The container had a different user (app) than root i think? (I am new to docker) and did not have permission to write files. I just removed the line in the Docker file "USER app" and it works, i think cuz the container is then just run by the root user? i am not sure if this is safe or what but it works. Sorry to waste your time if i did, and thanks tons for showing how to get this going with docker. yew!
Original Message:
Hi Flow, thanks for your work on this. I have it running locally via npm but not locally via docker / with your docker file. It would be super awesome for me if i could figure it out, since i want to host this on a server and need java in there for the grib processing it looks like.
For some reason the app never pipes or finishes piping the grib data for me. (line 236 in index.js) when run on docker. Maybe an error comes up from: "convertGribToJson(stamp.filename, targetMoment, offset);" ? I am not sure, i am not seeing any errors on the console. But maybe the java runtime environment is not getting loaded correctly for me? I am not sure.
Any help would be suuuper appreciated.
Thank you tons,
Joey
Update:
It was a permission error with Docker. The container had a different user (app) than root i think? (I am new to docker) and did not have permission to write files. I just removed the line in the Docker file "USER app" and it works, i think cuz the container is then just run by the root user? i am not sure if this is safe or what but it works. Sorry to waste your time if i did, and thanks tons for showing how to get this going with docker. yew!
Original Message:
Hi Flow, thanks for your work on this. I have it running locally via npm but not locally via docker / with your docker file. It would be super awesome for me if i could figure it out, since i want to host this on a server and need java in there for the grib processing it looks like.
For some reason the app never pipes or finishes piping the grib data for me. (line 236 in index.js) when run on docker. Maybe an error comes up from: "convertGribToJson(stamp.filename, targetMoment, offset);" ? I am not sure, i am not seeing any errors on the console. But maybe the java runtime environment is not getting loaded correctly for me? I am not sure.
Any help would be suuuper appreciated.
Thank you tons,
Joey