I have a Grizzly server running locally, and I'm trying to run a python (jhython) script with curl --form "scriptfile=@myscript.py" 0.0.0.0:8080/otp/scripting/run and am confronted with the above error message. What could be causing this?
$ java -cp otp-x.y.z-shaded.jar:jython-standalone.jar org.opentripplanner.standalone.OTPMain --graphs . --script myscript.py