Just ran into this issue too.
The issue is with the start java action. The location variable name was changed by the modeler to be “LocationParameter1” instead of “Location”. If you update line 43 with this:
odata.setLocation(LocationParameter1);
Then that should fix the issue.