camunda-community-hub / zeebe-client-node-js

Node.js client library for Zeebe Microservices Orchestration Engine
https://camunda-community-hub.github.io/zeebe-client-node-js/
Apache License 2.0
152 stars 38 forks source link

deployProcess SAXException #239

Closed danshapir closed 3 years ago

danshapir commented 3 years ago

When trying to deploy using the latest version 1.3.4 to zeebe 1.00, 1.10 & 1.1.1 it fails stating

3 INVALID_ARGUMENT: Command 'CREATE' rejected with code 'INVALID_ARGUMENT': Expected to deploy new resources, but encountered the following errors:
'manual_approval_process.bpmn': SAXException while parsing input stream

Expected Behavior

To work :)

Current Behavior

Fails :)

Steps to Reproduce

  1. BPMN created with latest version Camunda Modeler
  2. Happens with every BPMN file
  3. Works to deploy through simple-monitor (java client)

Context (Environment)

On a mac, zeebe in k8s in AWS.