Hi Everyone,
I have been installing camunda 8 on local machine for reference (Manual installation on local machine | Camunda 8 Docs) every other installation worked but during connector installation I used this command (java -cp ‘spring-zeebe-connector-runtime-VERSION-with-dependencies.jar:connector-http-json-VERSION-with-dependencies.jar’
io.camunda.connector.runtime.ConnectorRuntimeApplication)
and used connector runtime version 8.1.10 (Central Repository: io/camunda/spring-zeebe-connector-runtime/8.1.10) whereas for 0.22.1 version for http-json (Maven Central: io.camunda.connector:connector-http-json)
currently I am geting this error: debug.txt - Google Drive
therefore can anyone suggest me what runtime version to use for camunda 8.3.0 platform installation or any other resolution to this error.
Thanks for the reply @GotnOGuts, I had some issue with port of zeebe as it was working on port 26501 so I had to change it to port 26500 but now after running the http-json connector my rest api connector doesn’t respond to the job worker and the process gets stuck there with no response, do anyone know what’s the issue here.
Hi @Alexiso03,
if the connector (or the be precise, the generated JobWorker for the connector) doesn’t react it means it doesn’t get any jobs assigned. That means it is either not started and registered with the engine or there is a mismatch in the type name (therefore your process stuck). Can you provide some more details? Is the error still the same like you described in your initial post?
Regards,
Stefan
Thanks for the reply @itsmestefanjay
In the initial post my error was that the connector runtime wasn’t starting as zeebe port was set to 26501 but after I changed the port to 26500 now the issue is I fetched a local fast api but there was no response from the rest api, the process remained started and never had an end time so I wanted to know what’s the issue after the coneector runtime started.