Replies: 3 comments
-
|
Hi, And of course you need to provide a postgresql driver in this case. You can also use mysql or mariadb. But in any case you need a databasedriver connecting to your database. You can take a look into the /src/docker/configuration/ folder there a preconfigured standalone.xml files for the different wildfly releases. If you can run docker this will be the easiest way to get started , because in this case you do not need to setup your own server. See also this blog how to setup postgresql with wildfly. |
Beta Was this translation helpful? Give feedback.
-
|
Hi rsoika, postgresql was setuped by your blog tutorial, but i think the "imixs-jsf-example.war" expected a database named only "workflow" and not "workflow-db". After i changed it the deploying process went on. But it stops now by:
The imixs-jsf-example.war.failed shows only: "WFLYCTL0063: Composite operation was rolled back" What ist now the Problem? I followed your instructions: imixs/imixs-workflow#277 (comment) |
Beta Was this translation helpful? Give feedback.
-
|
Yes of course the database names and jdbc names are up to your project and the naming must match in all layers:
We don't make any assumptions in the imixs-workflow project to give the developer the full freedom in setup and configuration. But this makes the setup sometimes more 'interesting' ;-) If you setup your wildfly server by yourself (not using the docker setup) then you can check your pool configuration first on the wildfly web console (http://localhost:9990). There you can select your pool config and you can make a 'ping'-test to check if wildfly is happy with your postgreSQL server. The other issue is the setup of the database-module in wildfly. You can take a look into this blog. At the end I recommend to use docker. With docker you get rid of all the manual setup and config stuff. Wouldn't that be an option for you? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i was following the WildFly Deployment Guide and can not deploy the .war. I always get the following error:
"WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jdbc.workflow"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.persistenceunit."imixs-jsf-example.war#org.imixs.workflow.jpa" is missing [jboss.naming.context.java.jdbc.workflow]"]
I even changed the standalone.xml by #10 to:
and all three files are located under wildfly\standalone\configuration. The error still occures.
What i made wrong?
Beta Was this translation helpful? Give feedback.
All reactions