We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer some questions before submitting your issue. Thanks!
2.4.1
xxl-job-admin在jboss容器中启动成功
启动失败,报错信息如下: "{ "WFLYCTL0080: Failed services" => {"jboss.module.service.\"deployment.xxl-job-admin.war\".main" => "org.jboss.msc.service.StartException in service jboss.module.service.\"deployment.xxl-job-admin.war\".main: WFLYSRV0179: Failed to load module: deployment.xxl-job-admin.war:main Caused by: org.jboss.modules.ModuleNotFoundException: jdk.unsupported:main"}, "WFLYCTL0412: Required services that are not installed:" => ["jboss.module.service.\"deployment.xxl-job-admin.war\".main"], "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined }"
将xxl-job-admin打包成war文件,部署到jboss部署目录下,启动服务
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please answer some questions before submitting your issue. Thanks!
Which version of XXL-JOB do you using?
2.4.1
Expected behaviour
xxl-job-admin在jboss容器中启动成功
Actual behavior
启动失败,报错信息如下:
"{
"WFLYCTL0080: Failed services" => {"jboss.module.service.\"deployment.xxl-job-admin.war\".main" => "org.jboss.msc.service.StartException in service jboss.module.service.\"deployment.xxl-job-admin.war\".main: WFLYSRV0179: Failed to load module: deployment.xxl-job-admin.war:main
Caused by: org.jboss.modules.ModuleNotFoundException: jdk.unsupported:main"},
"WFLYCTL0412: Required services that are not installed:" => ["jboss.module.service.\"deployment.xxl-job-admin.war\".main"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined
}"
Steps to reproduce the behavior
将xxl-job-admin打包成war文件,部署到jboss部署目录下,启动服务
Other information
The text was updated successfully, but these errors were encountered: