We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
---------------------项目拉下去后,修改了数据库的连接等设置,重新设置了本地引用tool包,启动FlowManagerApplication后报错------------------------------------- 2020-02-04 14:08:29.659 INFO 7392 --- [ main] o.f.idm.engine.impl.IdmEngineImpl : IdmEngine default created 2020-02-04 14:08:29.659 [main] INFO org.flowable.idm.engine.impl.IdmEngineImpl - IdmEngine default created 2020-02-04 14:08:29.691 ERROR 7392 --- [ main] o.f.c.e.impl.interceptor.CommandContext : Error while closing command context
java.lang.NullPointerException: null at org.flowable.engine.impl.db.ProcessDbSchemaManager.schemaUpdate(ProcessDbSchemaManager.java:193)
The text was updated successfully, but these errors were encountered:
我从git直接下载zip包下来,解压,新建数据库,是可以直接运行的。没有出现启动失败。但是下载出现过resource/static/下文件缺漏,没有跟git上一直,你可参考下,是否出现了文件缺漏,导致的404.
启动后测试地址:http://localhost:8082/flowable-modeler/#/processes
如果有问题可以继续私我。
Sorry, something went wrong.
No branches or pull requests
---------------------项目拉下去后,修改了数据库的连接等设置,重新设置了本地引用tool包,启动FlowManagerApplication后报错-------------------------------------
2020-02-04 14:08:29.659 INFO 7392 --- [ main] o.f.idm.engine.impl.IdmEngineImpl : IdmEngine default created
2020-02-04 14:08:29.659 [main] INFO org.flowable.idm.engine.impl.IdmEngineImpl - IdmEngine default created
2020-02-04 14:08:29.691 ERROR 7392 --- [ main] o.f.c.e.impl.interceptor.CommandContext : Error while closing command context
java.lang.NullPointerException: null
at org.flowable.engine.impl.db.ProcessDbSchemaManager.schemaUpdate(ProcessDbSchemaManager.java:193)
The text was updated successfully, but these errors were encountered: