docker-bungeecord icon indicating copy to clipboard operation
docker-bungeecord copied to clipboard

Exception in thread "main" java.lang.RuntimeException

Open narnacle opened this issue 2 years ago • 1 comments

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.(FileInputStream.java:157) [23:11:42 ERROR]: at net.md_5.bungee.conf.YamlConfig.load(YamlConfig.java:76) [23:11:42 ERROR]: ... 6 more

narnacle avatar May 24 '22 04:05 narnacle

I don't know when this project was last updated

image

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.

itzg avatar May 24 '22 13:05 itzg

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.

github-actions[bot] avatar Sep 22 '22 02:09 github-actions[bot]