Hi,
I am trying to test my oozie setup, oozie is up and running and i can access webui but when i try to run a shell job from the examples i am getting 500 error, any idea? oozie job -oozie http://localhost:11000/oozie -config job.properties -run -debug -verbose Auth type : null POST http://localhost:11000/oozie/v2/jobs?action=start <?xml version="1.0" encoding="UTF-8" standalone="no"?><configuration> <property><name>user.name</name><value>hadoop</value></property> <property><name>oozie.use.system.libpath</name><value>true</value></property> <property><name>oozie.wf.application.path</name><value>hdfs://localhost:8020/examples/examples/apps/shell</value></property> <property><name>queueName</name><value>default</value></property> <property><name>nameNode</name><value>hdfs://localhost:8020</value></property> <property><name>jobTracker</name><value>localhost:8032</value></property> </configuration> Error: HTTP error code: 500 : Internal Server Error My job.properties file from shell dir: nameNode=hdfs://localhost:8020 jobTracker=localhost:8032 queueName=default oozie.use.system.libpath=true oozie.wf.application.path=hdfs://localhost:8020/examples/examples/apps/shell
