Startup errors with Wildfly 16 - outdated documentation
Description
Environment
Windows 10, openJdk 1.8.0.161
Attachments
2
Activity
Show:

Shane O Grady 6 May 2019 at 18:24
Use Wildfly 10.1.0 instead of 16, this fixes the problem
Details
Details
Assignee
Unassigned
UnassignedReporter

Tested Version/s
None
Affects versions
Priority

More fields
Time tracking
More fields
Time trackingCreated 26 March 2019 at 09:45
Updated 6 May 2019 at 18:24
Hi Zanata-Devs,
I spent a couple of hours trying to set up a local installation for zanata. I am using Wildfly 16.0.0.Final and the latest package version zanata-4.3.3-wildfly.zip, downloaded from https://github.com/zanata/zanata-platform/releases
However I failed due to a startup error in wildfly:
16:26:44,893 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "zanata.war")]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => [
"jboss.naming.context.java.module.zanata.zanata.env.jms.queue.MailsQueue",
"jboss.naming.context.java.module.zanata.zanata.env.JmsXA"
],
"WFLYCTL0180: Services with missing/unavailable dependencies" => [
"jboss.naming.context.java.module.zanata.zanata.env.\"org.zanata.notification.JmsResourcesProducer\".mailQueue is missing [jboss.naming.context.java.module.zanata.zanata.env.jms.queue.MailsQueue]",
"jboss.naming.context.java.module.zanata.zanata.env.\"org.zanata.notification.JmsResourcesProducer\".connectionFactory is missing [jboss.naming.context.java.module.zanata.zanata.env.JmsXA]"
]
}
I followed the steps in the docs http://docs.zanata.org/en/latest/user-guide/system-admin/configuration/installation/ but couldn't figure out how to solve this problem!
Documentation seems to be out of date and not really helpful in this situation. I did not try to use zanata-war-4.6.2.war as docs point out, it should only be used for updates.
I also had a look at the docker container, unfortunately it also fails to start.
Any help fixing this issue or setting up a local installation would be really appreciated.