docker-bungeecord
docker-bungeecord copied to clipboard
Exception in thread "main" java.lang.RuntimeException
I don't know when this project was last updated but when I use the docker-compose template in the examples for both Bungeecord and Waterfall I get the following error in the logs:
[23:11:42 ERROR]: Exception in thread "main" java.lang.RuntimeException: Could not load configuration!
[23:11:42 ERROR]: at net.md_5.bungee.conf.YamlConfig.load(YamlConfig.java:96)
[23:11:42 ERROR]: at net.md_5.bungee.conf.YamlConfig.load(YamlConfig.java:67)
[23:11:42 ERROR]: at net.md_5.bungee.conf.Configuration.load(Configuration.java:78)
[23:11:42 ERROR]: at io.github.waterfallmc.waterfall.conf.WaterfallConfiguration.load(WaterfallConfiguration.java:67)
[23:11:42 ERROR]: at net.md_5.bungee.BungeeCord.start(BungeeCord.java:279)
[23:11:42 ERROR]: at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:67)
[23:11:42 ERROR]: at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
[23:11:42 ERROR]: Caused by: java.io.FileNotFoundException: config.yml (Is a directory)
[23:11:42 ERROR]: at java.base/java.io.FileInputStream.open0(Native Method)
[23:11:42 ERROR]: at java.base/java.io.FileInputStream.open(FileInputStream.java:216)
[23:11:42 ERROR]: at java.base/java.io.FileInputStream.
I don't know when this project was last updated
I am unable to recreate this issue. Please provide the full container logs (not the logs from bungee) and make sure you have pulled the latest image and are running an up to date docker compose.
This issue is stale because it has been open 30 days with no activity. Please add a comment describing the reason to keep this issue open.