Hide Forgot
Description of problem: I copied a jbpm.comnsole.properties file from an email and it had whitespaces at the end of each line. This caused the following error in the log when trying to get processes in the jBPM Console: 13:04:26,820 ERROR [GuvnorConnectionUtils] Error checking guvnor existence: no protocol: http ://localhost:8080 /jboss-brms /rest/packages/1 13:04:26,821 WARN [CommandDelegate] Could not connect to Guvnor. Notices the spaces in between the URL components. So I went back in the jbpm.console.properties file, removed the white spaces that showed up from the email. Version-Release number of selected component (if applicable): Dev6 How reproducible: Very Steps to Reproduce: 1. Add a whitespace to the end of a property in the jbpm.console.properties file, e.g. guvnor.protocol=http guvnor.host=localhost:8080 2. Start server. 3. Login in to jBPM Console Actual results: ERROR [GuvnorConnectionUtils] Error checking guvnor existence: no protocol: http: //localhost:8080 /jboss-brms/rest/packages/1 Expected results: Successful retrieval of packages from Guvnor. Additional info:
Committed to jbpm 5.2.x branch (https://github.com/droolsjbpm/jbpm/commit/c87452f9ec1d846c516e879738383a0f0e18adbc). Please re-test on next BRMS 5.3 build. Thanks.
Verified in ER3.