Follow this link to download the zip version: jBPM – Open Source Business Automation Toolkit – Getting Started. After decompression to the local location, execute jbpm-server\bin\standalone.bat, which is always interrupted by errors. Finally, find the answer on YouTube. The reason is that there is a system parameter setting problem in jboss.
Solution:
1. Add the maven command path to the PATH environment variable.
2. Set the jvm parameter in the startup command, add -Djboss.as.management.blocking.timeout=2400, this parameter can be modified standalone.bat
:RESTART
"%JAVA%" %JAVA_OPTS% ^
"-Dorg.jboss.boot.log.file=%JBOSS_LOG_DIR%\server.log" ^
"-Dlogging.configuration=file:%JBOSS_CONFIG_DIR%/logging.properties" ^
"-Dfile.encoding=utf-8" ^
"-Djboss.as.management.blocking.timeout=2400" ^
Or modify the standalone\configuration\standalone.xml configuration file and add the system-properties property
</system-properties>
....
....
<property name="jboss.as.management.blocking.timeout" value="2400"/>
</system-properties>
After modification, the service starts normally,
http://127.0.0.1:8080/business -central
Import sample project
Read More:
- How to Fix Failed to start service jboss.deployment.unit.”jboss-as-bmt.war”.INSTALL: org.jboss.msc.service.S
- Raspberry pie startup self startup opencv program script and error analysis
- Java jar close startup script
- Kafka startup failed with an error of inconsistentclusteridexception
- Solution of server startup timeout in eclipse
- Namenode startup error: outofmemoryerror: Java heap space
- Springboot modifies the reference of the application.yml or. Properties file to report an error after startup
- ZABBIX server startup error resolution
- Springboot startup error – classnotfound Exception:EnhancerBySpringCGLIB
- Springboot startup error [extshutdown hook]
- Solution to inaccessibility of Vue cli scaffold project after startup
- Troubleshooting of “disk I / O error” after startup
- RabbitMQ Startup Script (How to Set)
- Some problems about startup
- Windows 10 startup item repair an operating system was’t found solution
- Common problems of Hadoop startup error reporting
- Windows 10 startup item repair an operating system wasn’t found
- Tomcat opens the startup.bat The reason for the flash
- Resolve nginx startup failure
- [Solved] nacos Startup Error: java.io.IOException…