Willieiche Posted August 18, 2023 Share Posted August 18, 2023 Guten Tag ich habe ein Plugin das ImageMap heist von Spigot was auf dem anderen Server Funktioniert hat aber beim Umrüsten den Server nicht mehr Funktioniert Fehler: [09:30:35 WARN]: [ImageMaps] Plugin ImageMaps v1.0.10 generated an exception while executing task 524 java.lang.NoClassDefFoundError: Could not initialize class java.awt.GraphicsEnvironment$LocalGE at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source) ~[?:?] at java.awt.image.BufferedImage.createGraphics(Unknown Source) ~[?:?] at org.bukkit.map.MapPalette.imageToBytes(MapPalette.java:201) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?] at net.craftcitizen.imagemaps.ImageMapRenderer.lambda$render$1(ImageMapRenderer.java:63) ~[ImageMaps.jar:?] at net.craftcitizen.imagemaps.clcore.LambdaRunnable.run(LambdaRunnable.java:14) ~[ImageMaps.jar:?] at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.19.jar:git-Paper-81] at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.19.jar:git-Paper-81] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.19.jar:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?] at java.lang.Thread.run(Unknown Source) ~[?:?] Caused by: java.lang.ExceptionInInitializerError: Exception java.awt.AWTError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable. [in thread "Craft Scheduler Thread - 17 - ImageMaps"] at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) ~[?:?] at sun.awt.X11GraphicsEnvironment$1.run(Unknown Source) ~[?:?] at java.security.AccessController.doPrivileged(Unknown Source) ~[?:?] at sun.awt.X11GraphicsEnvironment.initStatic(Unknown Source) ~[?:?] at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source) ~[?:?] at sun.awt.PlatformGraphicsInfo.createGE(Unknown Source) ~[?:?] at java.awt.GraphicsEnvironment$LocalGE.createGE(Unknown Source) ~[?:?] at java.awt.GraphicsEnvironment$LocalGE.<clinit>(Unknown Source) ~[?:?] ... 11 more Link to comment Share on other sites More sharing options...
TileEntity Posted August 18, 2023 Share Posted August 18, 2023 Laufen die 2 Server auf zwei Verschiedenen Betriebssystemen? Dieser Crash hier bezieht sich auf ein Problem mit Linux - nutzt du Java 17? Falls ja, hat es was mit einer fehlenden Installation von xhost zu tun: https://github.com/rycus86/docker-intellij-idea/issues/11 Link to comment Share on other sites More sharing options...
Willieiche Posted August 18, 2023 Author Share Posted August 18, 2023 Bei mir gab es einen Bug wo Zwei Server am laufen waren ich habe nochmal ein Backup zurück gespielt und den Sever mit Java 17 laufen gelassen und dann hatte es Funktioniert 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now