camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.5k stars 481 forks source link

Enterprise version deploy error #2322

Closed Neisuz closed 3 years ago

Neisuz commented 3 years ago

Describe the Bug I've got created schema in camunda-modeler(4.8.1) and it works fine on platform, but i can't deploy into camunda cloud this schema. When i deploy the schema there is an issue

errordeploy

Environment

nikku commented 3 years ago

Hi @Neisuz!

HTTP 502 refers to a server side error, usually because some back-end resources are not available behind a gateway. But given the error I'm not sure what is exactly going on there.

Are you able to re-deploy right now? Are you able to deploy the same diagram via the CLI? If that is the case this indicates an issue with the Camunda Modeler or the Camunda Cloud console, if that is what you're using.

MaxTru commented 3 years ago

Also: the screenshot shows that you are deploying from the Cloud Console Modeler (and not the Camunda Modeler?) - did you try both with the same result?

Neisuz commented 3 years ago

Thank for your answers.

I wanted to deploy the schema thru camunda cloud. I can deploy it with camunda modeler to tomcat-camunda server. Feel free, try to deploy it by yourself. schema.bpmn.tar.gz

MaxTru commented 3 years ago

Thanks for the clarification Neisuz.

So what happened here:

This is actually expected. Please note that Camunda Cloud is a new / different product hence deploying a Camunda Platform BPMN diagram to it will not work.

Please also note that the Camunda Modeler will automatically open either a Camunda Cloud or Camunda Platform specific editor based on the BPMN file provided. The Camunda Modeler would then also only offer the Deployment tool for the respective platform. Hence I am closing this issue for the Camunda Modeler.


Please feel free to re-open or open a new one, in case I missed anything.