Bug: Beta 2.45 in docker will not start
See original GitHub issueDeploying 2.45 fails, using the same config but on 2.44 works fine.
Error log:
2020-01-08 16:19:05[0m[31m2020-01-09 00:19:05,256 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
2020-01-08 16:19:05[0m[31m2020-01-09 00:19:05,226 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("parallel-subsystem-boot") failed - address: ([]) - failure description: "\"WFLYCTL0193: Failed executing subsystem datasources boot operations\""
2020-01-08 16:19:05[0m[31m2020-01-09 00:19:05,223 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) "WFLYCTL0193: Failed executing subsystem datasources boot operations"
2020-01-08 16:19:05[0m[31m2020-01-09 00:19:05,206 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 14) WFLYCTL0013: Operation ("add") failed - address: ([
2020-01-08 16:19:05("subsystem" => "datasources"),
2020-01-08 16:19:05("data-source" => "ApicurioDS")
2020-01-08 16:19:05]) - failure description: "WFLYCTL0113: '' is an invalid value for parameter exception-sorter-class-name. Values must have a minimum length of 1 characters"
2020-01-08 16:19:04[0m[0m2020-01-09 00:19:04,583 INFO [org.wildfly.security] (ServerService Thread Pool -- 10) ELY00001: WildFly Elytron version 1.10.4.Final
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Workarounds for common problems - Docker Documentation
Docker Desktop fails to start when anti-virus software is installed . Some anti-virus software may be incompatible with Hyper-V and Microsoft Windows 10...
Read more >Troubleshoot Docker Engine installation
The Docker daemon isn't running on your system. Start the daemon and try running the command again. Your Docker client is attempting to...
Read more >[SOLVED] Docker Failed to Start - Docker Desktop for Windows
On install, Docker fails to start (with Linux Containers). But if I switch to Windows Containers, Docker starts without any problems.
Read more >Known issues for Docker Desktop on Mac
Docker does not auto-start on login even when it is enabled in Preferences. This is related to a set of issues with Docker...
Read more >Troubleshoot topics | Docker Documentation
If you manually uninstall Hyper-V, WSL 2 or disable virtualization, Docker Desktop cannot start. See Unable to run Docker for Windows on Windows...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah ha - looks like there are Null versions of both interfaces, so those should be OK as defaults. I’ll test that to ensure they work and then make the change.
Thank you @EricWittmann