Unable to run my first process diagram.

1
0
-1

When I try to run my process diagram, I get the error that says that "Attempt to login with user "My user name" has failed. Please check that this user exists in the organization and/or the password is correct in your run configuration of ......
Can someone help please?

Thanks in advance.

1 answer

1
0
-1

Test organization is defined in Bonita Studio "Organization" menu. For the default test organization, the default username used to deploy and run a process is walter.bates and password is bpm.

Make sure that your process is configured to use those credentials.

Comments

Submitted by sokhifoh_1363772 on Mon, 02/12/2018 - 23:19

When I use the default parameters, I get this error message.

org.bonitasoft.engine.expression.InvalidExpressionException: Condition expression True convertion has failed
org.bonitasoft.studio.engine.export.EngineExpressionUtil.buildSimpleEngineExpression(EngineExpressionUtil.java:417)
org.bonitasoft.studio.engine.export.EngineExpressionUtil.buildSimpleEngineExpressionWithName(EngineExpressionUtil.java:403)
org.bonitasoft.studio.engine.export.EngineExpressionUtil.createExpression(EngineExpressionUtil.java:324)
org.bonitasoft.studio.engine.export.builder.EngineSequenceFlowBuilder.caseSequenceFlow(EngineSequenceFlowBuilder.java:77)
org.bonitasoft.studio.engine.export.builder.EngineSequenceFlowBuilder.caseSequenceFlow(EngineSequenceFlowBuilder.java:1)
org.bonitasoft.studio.model.process.util.ProcessSwitch.doSwitch(ProcessSwitch.java:952)
org.eclipse.emf.ecore.util.Switch.doSwitch(Switch.java:53)
org.eclipse.emf.ecore.util.Switch.doSwitch(Switch.java:69)
org.bonitasoft.studio.engine.export.DesignProcessDefinitionBuilder.processSequenceFlows(DesignProcessDefinitionBuilder.java:104)
org.bonitasoft.studio.engine.export.DesignProcessDefinitionBuilder.createDefinition(DesignProcessDefinitionBuilder.java:63)
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:115)
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:101)
org.bonitasoft.studio.engine.export.BarExporter.createBusinessArchive(BarExporter.java:216)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.deployProcess(DeployProcessOperation.java:177)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.deploy(DeployProcessOperation.java:156)
org.bonitasoft.studio.engine.operation.DeployProcessOperation.run(DeployProcessOperation.java:123)
org.bonitasoft.studio.engine.operation.RunProcessOperation.run(RunProcessOperation.java:84)
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)

Submitted by antoine.mottier on Tue, 02/13/2018 - 13:16

Can you try to change the condition on the transition from True to true ?

Submitted by sokhifoh_1363772 on Tue, 02/13/2018 - 18:35

Thanks! I did that later yesterday and was able to run it. I didn't realize that it was case sensitive.

Notifications