Beginner Question: User not defined and deployment fails

1
0
-1

Hello Community,

(using Java 8, Bonita 7, Win 8.1)

first of all.. sorry I am very new to this and wanted to ask some basic questions:

  • Can I use Bonita BPM and execute a process without having anything done besides installing the downloaded .exe on my computer?

  • Can I use Bonita without knowing Java properly?

Now my real question: I did a little process, but when it comes to "search for failures" (german on my UI) it always fails at "Login of user x.y failed. Please make sure the user exists in the organisation and as well in the configuration", but I entered all my information there... so did I miss something? Do I have to use a DB with Bonita to make a process model "executable"?

Kind regards and sorry for beginner level.. I keep reading documenation

Ausführungsfehler beim Prozess-Undeployment Login of user x.y failed please make sure ..... (already checked in Organization and Config) org.bonitasoft.studio.engine.operation.DeployProcessOperation.createSession(DeployProcessOperation.java:138) org.bonitasoft.studio.engine.operation.DeployProcessOperation.undeployProcess(DeployProcessOperation.java:303) org.bonitasoft.studio.engine.operation.DeployProcessOperation.undeploy(DeployProcessOperation.java:298) org.bonitasoft.studio.engine.operation.DeployProcessOperation.run(DeployProcessOperation.java:115) org.bonitasoft.studio.engine.operation.RunProcessOperation.run(RunProcessOperation.java:80) org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)

1 answer

1
0
-1

To start to use Bonita BPM you only need to have Java installed and Bonita BPM Studio installed. When you want to make your processes and applications available to end users you will need to setup Bonita BPM on a server (easy solution is to use provided JBoss or Tomcat bundles).

Creation of simple processes doesn't require a deep knowledges of Java. But to leverage advanced feature of the solution it is recommended to have some background in Java development.

Bonita BPM Studio embedded a test application server that is used when you click on the "Run" button. A test organization is used and is published from Studio toward this embedded test server. Publication of the organization might failed. You can try to force the publication by going to Studio "Organization" > "Publish..." menu and select the "ACME" organization and click on "Publish" button.

You can check that organization is correctly published by login to Bonita BPM Portal (http://localhost:8080/bonita/) with technical user: install/install

Notifications