org.camunda.bpm.model.xml.ModelParseException: SAXException while parsing input stream

Hi All,

i am trying to parse a camunda XML using Bpmn.readModelFromStream(inputStream); this method
using camunda modeler 3.2.0 version

the camunda XML is:

<?xml version="1.0" encoding="UTF-8"?>

<bpmn:process id=“Process_1” isExecutable=“false”>
<bpmn:startEvent id=“StartEvent_1”>
<bpmn:outgoing >SequenceFlow_0iy5gkl</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id=“SequenceFlow_0iy5gkl” sourceRef=“StartEvent_1” />
<bpmn:userTask >
<bpmn:incoming >SequenceFlow_0iy5gkl</bpmn:incoming>
<bpmn:incoming >SequenceFlow_0vvvy87</bpmn:incoming>
<bpmn:incoming >SequenceFlow_0odumzl</bpmn:incoming>
<bpmn:incoming >SequenceFlow_1td2kw1</bpmn:incoming>

<bpmn:outgoing >SequenceFlow_1ahulfh</bpmn:outgoing>

</bpmn:userTask>
<bpmn:sequenceFlow id=“SequenceFlow_1ahulfh” targetRef=“Task_1wph979” />
<bpmn:exclusiveGateway id=“ExclusiveGateway_1gffaft” name=“isApproved” default=“SequenceFlow_1llpq5y”>
<bpmn:incoming >SequenceFlow_09b30l3</bpmn:incoming>
<bpmn:outgoing >SequenceFlow_0l0jmwe</bpmn:outgoing>
<bpmn:outgoing >SequenceFlow_1llpq5y</bpmn:outgoing>
</bpmn:exclusiveGateway>

in this XML usertask tag does generated the id and name attribute because of this getting SAXException

org.camunda.bpm.model.xml.ModelParseException: SAXException while parsing input stream
at org.camunda.bpm.model.xml.impl.util.DomUtil.parseInputStream(DomUtil.java:241) ~[camunda-xml-model-7.10.0-alpha1.jar:7.10.0-alpha1]
at org.camunda.bpm.model.xml.impl.parser.AbstractModelParser.parseModelFromStream(AbstractModelParser.java:94) ~[camunda-xml-model-7.10.0-alpha1.jar:7.10.0-alpha1]
at org.camunda.bpm.model.bpmn.impl.BpmnParser.parseModelFromStream(BpmnParser.java:61) ~[camunda-bpmn-model-7.10.0-alpha1.jar:7.10.0-alpha1]
at org.camunda.bpm.model.bpmn.Bpmn.doReadModelFromInputStream(Bpmn.java:245) ~[camunda-bpmn-model-7.10.0-alpha1.jar:7.10.0-alpha1]
at org.camunda.bpm.model.bpmn.Bpmn.readModelFromStream(Bpmn.java:127) ~[camunda-bpmn-model-7.10.0-alpha1.jar:7.10.0-alpha1]
at com.wipro.basenxt.convertor.service.BusinessServiceImpl.convertXml(BusinessServiceImpl.java:122) ~[main/:?]
at com.wipro.basenxt.convertor.service.BusinessServiceImpl.convertXmlToModel(BusinessServiceImpl.java:111) ~[main/:?]
at com.wipro.basenxt.convertor.service.BusinessServiceImpl.deployProcess(BusinessServiceImpl.java:363) ~[main/:?]
at com.wipro.basenxt.convertor.controller.BpmnProcessController.deployProcessXml(BpmnProcessController.java:71) [main/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:215) [spring-web-5.1.2.RELEASE.jar:5.1.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:142) [spring-web-5.1.2.RELEASE.jar:5.1.2.RELEASE]

please help me with this, is there any version issues

Regards,
tiru

It looks like your question is not related to our project or one of our toolkits. For questions regarding other tools please refer to their respective communication channels. If your question is about the Camunda platform or the Camunda Modeler, please head over to the Camunda forum for assistance.

Please provide more context if you are certain this is the right place to get an answer and we may be able to help you.

Thank you :sunny:

@Niklas_Kiefer
i thought this is the platform

thank you
tiru