博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
camunda部署错误
阅读量:5337 次
发布时间:2019-06-15

本文共 16087 字,大约阅读时间需要 53 分钟。

Closing JDBC Connection [com.mysql.jdbc.JDBC4Connection@2de366bb]17:14:32.719 [main] INFO  org.camunda.bpm.engine.bpmn.parser - ENGINE-01002 Ignoring non-executable process with id 'new_recite_words'. Set the attribute isExecutable="true" to deploy this process.17:14:32.727 [main] ERROR org.camunda.bpm.engine.context - ENGINE-16004 Exception while closing command context: ENGINE-09005 Could not parse BPMN process. Errors: * cvc-complex-type.3.2.2: Attribute 'bounds' is not allowed to appear in element 'bpmndi:BPMNEdge'. | org/camunda/bpm/engine/test/bpmn/mvs/webbpmn.bpmn20.xml | line 109 | column 119org.camunda.bpm.engine.ProcessEngineException: ENGINE-09005 Could not parse BPMN process. Errors: * cvc-complex-type.3.2.2: Attribute 'bounds' is not allowed to appear in element 'bpmndi:BPMNEdge'. | org/camunda/bpm/engine/test/bpmn/mvs/webbpmn.bpmn20.xml | line 109 | column 119	at org.camunda.bpm.engine.impl.util.EngineUtilLogger.exceptionDuringParsing(EngineUtilLogger.java:62) ~[classes/:na]	at org.camunda.bpm.engine.impl.util.xml.Parse.throwExceptionForErrors(Parse.java:208) ~[classes/:na]	at org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse.execute(BpmnParse.java:272) ~[classes/:na]	at org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer.transformDefinitions(BpmnDeployer.java:105) ~[classes/:na]	at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.transformResource(AbstractDefinitionDeployer.java:99) ~[classes/:na]	at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.parseDefinitionResources(AbstractDefinitionDeployer.java:74) ~[classes/:na]	at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.deploy(AbstractDefinitionDeployer.java:64) ~[classes/:na]	at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:51) ~[classes/:na]	at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:48) ~[classes/:na]	at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:482) ~[classes/:na]	at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer.deploy(CacheDeployer.java:48) ~[classes/:na]	at org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache.deploy(DeploymentCache.java:67) ~[classes/:na]	at org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager.insertDeployment(DeploymentManager.java:65) ~[classes/:na]	at org.camunda.bpm.engine.impl.cmd.DeployCmd.deploy(DeployCmd.java:486) ~[classes/:na]	at org.camunda.bpm.engine.impl.cmd.DeployCmd$1.call(DeployCmd.java:142) ~[classes/:na]	at org.camunda.bpm.engine.impl.cmd.DeployCmd$1.call(DeployCmd.java:130) ~[classes/:na]	at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:482) ~[classes/:na]	at org.camunda.bpm.engine.impl.cmd.DeployCmd.doExecute(DeployCmd.java:130) ~[classes/:na]	at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:96) ~[classes/:na]	at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:76) ~[classes/:na]	at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28) ~[classes/:na]	at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:107) ~[classes/:na]	at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70) [classes/:na]	at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33) [classes/:na]	at org.camunda.bpm.engine.impl.RepositoryServiceImpl.deployWithResult(RepositoryServiceImpl.java:102) [classes/:na]	at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deployWithResult(DeploymentBuilderImpl.java:270) [classes/:na]	at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deploy(DeploymentBuilderImpl.java:266) [classes/:na]	at org.camunda.bpm.engine.test.bpmn.mvs.MvsTest.testDeployment(MvsTest.java:71) [test-classes/:na]	at org.camunda.bpm.engine.test.bpmn.mvs.MvsTest.testWebBpmn(MvsTest.java:60) [test-classes/:na]	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]	at org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase.runBare(AbstractProcessEngineTestCase.java:113) [classes/:na]	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) [junit-4.12.jar:4.12]	at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [junit-4.12.jar:4.12]	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) [junit-rt.jar:na]	at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47) [junit-rt.jar:na]	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242) [junit-rt.jar:na]	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70) [junit-rt.jar:na]Resetting autocommit to true on JDBC Connection [com.mysql.jdbc.JDBC4Connection@557caf28]Closing JDBC Connection [com.mysql.jdbc.JDBC4Connection@557caf28]17:14:32.732 [main] ERROR org.camunda.bpm.engine.test - EXCEPTION: org.camunda.bpm.engine.ProcessEngineException: ENGINE-09005 Could not parse BPMN process. Errors: * cvc-complex-type.3.2.2: Attribute 'bounds' is not allowed to appear in element 'bpmndi:BPMNEdge'. | org/camunda/bpm/engine/test/bpmn/mvs/webbpmn.bpmn20.xml | line 109 | column 119org.camunda.bpm.engine.ProcessEngineException: ENGINE-09005 Could not parse BPMN process. Errors: * cvc-complex-type.3.2.2: Attribute 'bounds' is not allowed to appear in element 'bpmndi:BPMNEdge'. | org/camunda/bpm/engine/test/bpmn/mvs/webbpmn.bpmn20.xml | line 109 | column 119	at org.camunda.bpm.engine.impl.util.EngineUtilLogger.exceptionDuringParsing(EngineUtilLogger.java:62) ~[classes/:na]	at org.camunda.bpm.engine.impl.util.xml.Parse.throwExceptionForErrors(Parse.java:208) ~[classes/:na]	at org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse.execute(BpmnParse.java:272) ~[classes/:na]	at org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer.transformDefinitions(BpmnDeployer.java:105) ~[classes/:na]	at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.transformResource(AbstractDefinitionDeployer.java:99) ~[classes/:na]	at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.parseDefinitionResources(AbstractDefinitionDeployer.java:74) ~[classes/:na]	at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.deploy(AbstractDefinitionDeployer.java:64) ~[classes/:na]	at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:51) ~[classes/:na]	at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:48) ~[classes/:na]	at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:482) ~[classes/:na]	at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer.deploy(CacheDeployer.java:48) ~[classes/:na]	at org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache.deploy(DeploymentCache.java:67) ~[classes/:na]	at org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager.insertDeployment(DeploymentManager.java:65) ~[classes/:na]	at org.camunda.bpm.engine.impl.cmd.DeployCmd.deploy(DeployCmd.java:486) ~[classes/:na]	at org.camunda.bpm.engine.impl.cmd.DeployCmd$1.call(DeployCmd.java:142) ~[classes/:na]	at org.camunda.bpm.engine.impl.cmd.DeployCmd$1.call(DeployCmd.java:130) ~[classes/:na]	at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:482) ~[classes/:na]	at org.camunda.bpm.engine.impl.cmd.DeployCmd.doExecute(DeployCmd.java:130) ~[classes/:na]	at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:96) ~[classes/:na]	at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:76) ~[classes/:na]	at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28) ~[classes/:na]	at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:107) ~[classes/:na]	at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70) ~[classes/:na]	at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33) ~[classes/:na]	at org.camunda.bpm.engine.impl.RepositoryServiceImpl.deployWithResult(RepositoryServiceImpl.java:102) ~[classes/:na]	at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deployWithResult(DeploymentBuilderImpl.java:270) ~[classes/:na]	at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deploy(DeploymentBuilderImpl.java:266) ~[classes/:na]	at org.camunda.bpm.engine.test.bpmn.mvs.MvsTest.testDeployment(MvsTest.java:71) ~[test-classes/:na]	at org.camunda.bpm.engine.test.bpmn.mvs.MvsTest.testWebBpmn(MvsTest.java:60) ~[test-classes/:na]	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]	at org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase.runBare(AbstractProcessEngineTestCase.java:113) ~[classes/:na]	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) [junit-4.12.jar:4.12]	at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [junit-4.12.jar:4.12]	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) [junit-rt.jar:na]	at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47) [junit-rt.jar:na]	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242) [junit-rt.jar:na]	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70) [junit-rt.jar:na]org.camunda.bpm.engine.ProcessEngineException: ENGINE-09005 Could not parse BPMN process. Errors: * cvc-complex-type.3.2.2: Attribute 'bounds' is not allowed to appear in element 'bpmndi:BPMNEdge'. | org/camunda/bpm/engine/test/bpmn/mvs/webbpmn.bpmn20.xml | line 109 | column 119	at org.camunda.bpm.engine.impl.util.EngineUtilLogger.exceptionDuringParsing(EngineUtilLogger.java:62)	at org.camunda.bpm.engine.impl.util.xml.Parse.throwExceptionForErrors(Parse.java:208)	at org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse.execute(BpmnParse.java:272)	at org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer.transformDefinitions(BpmnDeployer.java:105)	at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.transformResource(AbstractDefinitionDeployer.java:99)	at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.parseDefinitionResources(AbstractDefinitionDeployer.java:74)	at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.deploy(AbstractDefinitionDeployer.java:64)	at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:51)	at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:48)	at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:482)	at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer.deploy(CacheDeployer.java:48)	at org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache.deploy(DeploymentCache.java:67)	at org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager.insertDeployment(DeploymentManager.java:65)	at org.camunda.bpm.engine.impl.cmd.DeployCmd.deploy(DeployCmd.java:486)	at org.camunda.bpm.engine.impl.cmd.DeployCmd$1.call(DeployCmd.java:142)	at org.camunda.bpm.engine.impl.cmd.DeployCmd$1.call(DeployCmd.java:130)	at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:482)	at org.camunda.bpm.engine.impl.cmd.DeployCmd.doExecute(DeployCmd.java:130)	at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:96)	at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:76)	at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)	at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:107)	at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)	at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)	at org.camunda.bpm.engine.impl.RepositoryServiceImpl.deployWithResult(RepositoryServiceImpl.java:102)	at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deployWithResult(DeploymentBuilderImpl.java:270)	at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deploy(DeploymentBuilderImpl.java:266)	at org.camunda.bpm.engine.test.bpmn.mvs.MvsTest.testDeployment(MvsTest.java:71)	at org.camunda.bpm.engine.test.bpmn.mvs.MvsTest.testWebBpmn(MvsTest.java:60)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	at java.lang.reflect.Method.invoke(Method.java:498)	at junit.framework.TestCase.runTest(TestCase.java:176)	at junit.framework.TestCase.runBare(TestCase.java:141)	at org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase.runBare(AbstractProcessEngineTestCase.java:113)	at junit.framework.TestResult$1.protect(TestResult.java:122)	at junit.framework.TestResult.runProtected(TestResult.java:142)	at junit.framework.TestResult.run(TestResult.java:125)	at junit.framework.TestCase.run(TestCase.java:129)	at junit.framework.TestSuite.runTest(TestSuite.java:252)	at junit.framework.TestSuite.run(TestSuite.java:247)	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)	at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)复制代码

原因:

1.bpmn2:process 流属性错误,isExecutable(是否可执行)是false

复制代码

转载于:https://juejin.im/post/5d11e760e51d45599e019dee

你可能感兴趣的文章
Oracle MySQL yaSSL 不明细节缓冲区溢出漏洞2
查看>>
windows编程ASCII问题
查看>>
.net webService代理类
查看>>
Code Snippet
查看>>
Node.js Express项目搭建
查看>>
zoj 1232 Adventure of Super Mario
查看>>
1201 网页基础--JavaScript(DOM)
查看>>
组合数学 UVa 11538 Chess Queen
查看>>
oracle job
查看>>
Redis常用命令
查看>>
XML学习笔记(二)-- DTD格式规范
查看>>
IOS开发学习笔记026-UITableView的使用
查看>>
[转载]电脑小绝技
查看>>
windos系统定时执行批处理文件(bat文件)
查看>>
thinkphp如何实现伪静态
查看>>
BZOJ 2243: [SDOI2011]染色( 树链剖分 )
查看>>
BZOJ 1925: [Sdoi2010]地精部落( dp )
查看>>
c++中的string常用函数用法总结!
查看>>
界面交互之支付宝生活圈pk微信朋友圈
查看>>
[DLX精确覆盖+打表] hdu 2518 Dominoes
查看>>