Skip to content

Instantly share code, notes, and snippets.

@tsurdilo
Created January 26, 2011 20:53
Show Gist options
  • Select an option

  • Save tsurdilo/797430 to your computer and use it in GitHub Desktop.

Select an option

Save tsurdilo/797430 to your computer and use it in GitHub Desktop.
15:50:15,635 INFO [STDOUT] ***** xml from guvnor: <?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="12345678" name="" targetNamespace="http://www.omg.org/bpmn20">
<bpmn2:process id="_XZ-qISmMEeCAi6G6l4FmOA" name="">
<bpmn2:startEvent id="_53DEDBCD-AB8B-4960-9874-5119EE48EE02" name="Start">
<bpmn2:outgoing>_BCB6BACE-80D4-467F-9ADB-5678C9F39E27</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:task id="_E5AAC447-5BA6-4FBE-A2CC-F8C89A37DAC7" name="Hello234&#xA;">
<bpmn2:incoming>_BCB6BACE-80D4-467F-9ADB-5678C9F39E27</bpmn2:incoming>
<bpmn2:outgoing>_3D54AB72-6E02-4880-A71A-5D3BF96FCA47</bpmn2:outgoing>
</bpmn2:task>
<bpmn2:sequenceFlow id="_BCB6BACE-80D4-467F-9ADB-5678C9F39E27" name="" sourceRef="_53DEDBCD-AB8B-4960-9874-5119EE48EE02" targetRef="_E5AAC447-5BA6-4FBE-A2CC-F8C89A37DAC7"/>
<bpmn2:endEvent id="_F73A2DE0-2F7C-4AB1-AFD1-CF734F1F83C8" name="End">
<bpmn2:incoming>_3D54AB72-6E02-4880-A71A-5D3BF96FCA47</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:sequenceFlow id="_3D54AB72-6E02-4880-A71A-5D3BF96FCA47" name="" sourceRef="_E5AAC447-5BA6-4FBE-A2CC-F8C89A37DAC7" targetRef="_F73A2DE0-2F7C-4AB1-AFD1-CF734F1F83C8"/>
</bpmn2:process>
<bpmndi:BPMNDiagram id="_XZ_4QCmMEeCAi6G6l4FmOA">
<bpmndi:BPMNPlane id="_XZ_4QSmMEeCAi6G6l4FmOA" bpmnElement="_XZ-qISmMEeCAi6G6l4FmOA">
<bpmndi:BPMNShape id="_XZ_4QimMEeCAi6G6l4FmOA" bpmnElement="_53DEDBCD-AB8B-4960-9874-5119EE48EE02">
<dc:Bounds height="30.0" width="30.0" x="300.0" y="75.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_XZ_4QymMEeCAi6G6l4FmOA" bpmnElement="_E5AAC447-5BA6-4FBE-A2CC-F8C89A37DAC7">
<dc:Bounds height="80.0" width="100.0" x="375.0" y="50.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="_XZ_4RCmMEeCAi6G6l4FmOA" bpmnElement="_BCB6BACE-80D4-467F-9ADB-5678C9F39E27">
<di:waypoint xsi:type="dc:Point" x="315.0" y="90.0"/>
<di:waypoint xsi:type="dc:Point" x="425.0" y="90.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_XZ_4RSmMEeCAi6G6l4FmOA" bpmnElement="_F73A2DE0-2F7C-4AB1-AFD1-CF734F1F83C8">
<dc:Bounds height="28.0" width="28.0" x="520.0" y="76.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="_XZ_4RimMEeCAi6G6l4FmOA" bpmnElement="_3D54AB72-6E02-4880-A71A-5D3BF96FCA47">
<di:waypoint xsi:type="dc:Point" x="425.0" y="90.0"/>
<di:waypoint xsi:type="dc:Point" x="534.0" y="90.0"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>
15:50:15,680 INFO [STDOUT] INFO 26-01 15:50:15,679 (TransientRepository.java:loggedOut:423) Session closed
15:50:17,902 INFO [STDOUT] ***** converted JSON: {"resourceId":"12345678","properties":{"namespaces":"","targetnamespace":"http://www.omg.org/bpmn20","typelanguage":"http://www.w3.org/2001/XMLSchema"},"stencil":{"id":"BPMNDiagram"},"childShapes":[{"resourceId":"_53DEDBCD-AB8B-4960-9874-5119EE48EE02","properties":{"name":"Start"},"stencil":{"id":"StartNoneEvent"},"childShapes":[],"outgoing":[{"resourceId":"_BCB6BACE-80D4-467F-9ADB-5678C9F39E27"}],"bounds":{"lowerRight":{"x":330.0,"y":105.0},"upperLeft":{"x":300.0,"y":75.0}}},{"resourceId":"_E5AAC447-5BA6-4FBE-A2CC-F8C89A37DAC7","properties":{"tasktype":"None","name":"Hello234\n"},"stencil":{"id":"Task"},"childShapes":[],"outgoing":[{"resourceId":"_3D54AB72-6E02-4880-A71A-5D3BF96FCA47"}],"bounds":{"lowerRight":{"x":455.0,"y":150.0},"upperLeft":{"x":375.0,"y":50.0}}},{"resourceId":"_BCB6BACE-80D4-467F-9ADB-5678C9F39E27","properties":{"name":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"_E5AAC447-5BA6-4FBE-A2CC-F8C89A37DAC7"}],"dockers":[{"x":15.0,"y":15.0},{"x":50.0,"y":40.0}]},{"resourceId":"_F73A2DE0-2F7C-4AB1-AFD1-CF734F1F83C8","properties":{"name":"End"},"stencil":{"id":"EndNoneEvent"},"childShapes":[],"outgoing":[],"bounds":{"lowerRight":{"x":548.0,"y":104.0},"upperLeft":{"x":520.0,"y":76.0}}},{"resourceId":"_3D54AB72-6E02-4880-A71A-5D3BF96FCA47","properties":{"name":""},"stencil":{"id":"SequenceFlow"},"childShapes":[],"outgoing":[{"resourceId":"_F73A2DE0-2F7C-4AB1-AFD1-CF734F1F83C8"}],"dockers":[{"x":50.0,"y":40.0},{"x":14.0,"y":14.0}]}],"stencilset":{"url":"/designer/stencilsets/bpmn2.0/bpmn2.0.json","namespace":"http://b3mn.org/stencilset/bpmn2.0#"},"ssextensions":["http://oryx-editor.org/stencilsets/extensions/bpmncosts-2.0#"]}
15:50:17,922 ERROR [ContainerBase] Servlet.service() for servlet StencilSetServiceServlet threw exception
java.lang.IllegalArgumentException: No stencilset by the name of
at com.intalio.web.stencilset.impl.StencilSetServiceServlet.doGet(StencilSetServiceServlet.java:69)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.intalio.web.filter.impl.PluggableFilter.doFilter(PluggableFilter.java:75)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:680)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment