Connector creation error

Hi,

I am trying to create confluent connector with the following command

curl -s -H “Content-Type: application/json” -X POST -d @/srv/confluent/json_config_files/test.json http://localhost:8083/connectors/ | jq

I am getting the following error. Please help

“error_code”: 500,
“message”: null

The server has encountered an error, which would be visible in the Java process logs. Please provide those.

The file test.json was not placed under json_config_files. It is working now.