Error – die besten Beiträge

Kann mir bitte schnell jemand bei einem Java fehler helfen?

Guten Tag zusammen,

ich habe auf meinem vServer zurzeit BungeeCord installiert. Dieser soll 2 Server miteinander verbinden. Server 1 kann ich starten und mich auch über BungeeCord via Minecraft verbinden. Doch bei Server 2 gibt es folgenen Fehler:

[0,077s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 4k, detached.
[0,078s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached
        at java.base/java.lang.Thread.start0(Native Method)
        at java.base/java.lang.Thread.start(Thread.java:798)
        at java.base/jdk.internal.ref.CleanerImpl.start(CleanerImpl.java:118)
        at java.base/java.lang.ref.Cleaner.create(Cleaner.java:203)
        at java.base/jdk.internal.ref.CleanerFactory.<clinit>(CleanerFactory.java:42)
        at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:729)
        at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:849)
        at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:247)
        at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:177)
        at java.base/java.util.jar.JarFile.<init>(JarFile.java:348)
        at java.base/java.util.jar.JarFile.<init>(JarFile.java:319)
        at java.base/java.util.jar.JarFile.<init>(JarFile.java:258)
        at java.base/sun.launcher.LauncherHelper.getMainClassFromJar(LauncherHelper.java:521)
        at java.base/sun.launcher.LauncherHelper.loadMainClass(LauncherHelper.java:747)
        at java.base/sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:655)

Der Server hat 16GB RAM, 2GB für BungeeCord, 6GB für Server 1 und 3GB für Server 2.

Danke für die Hilfe im Voraus,
MFG MrGLaDOS

Java, Error, Minecraft Server, vserver linux

Wie fixe ich diesen Error?

Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes
        at sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:330)
        at sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:263)
        at java.util.jar.JarVerifier.processEntry(JarVerifier.java:318)
        at java.util.jar.JarVerifier.update(JarVerifier.java:230)
        at java.util.jar.JarFile.initializeVerifier(JarFile.java:383)
        at java.util.jar.JarFile.ensureInitialization(JarFile.java:612)
        at java.util.jar.JavaUtilJarAccessImpl.ensureInitialization(JavaUtilJarAccessImpl.java:69)
        at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:991)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:451)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)

Ich habe einen DiscordBot in der JDA programmiert (maven) aber ich kann die
jar datei nicht ausführen weiß jemand wieso?

programmieren, Java, Code, Error, maven

Error 'unhandled exception' in mcedit?

Hallo zusammen, Ich wollte eben mal eine Struktur mit Mc Edit kopieren, doch als ich die Welt öffnete, kam dieser Error:

"MCEdit version: 2.0.0-beta14

Python version: 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:30:26) [MSC v.1500 64 bit (AMD64)]

Platform: win32

System version: Windows-10-10.0.18362

Processor: Intel64 Family 6 Model 58 Stepping 9, GenuineIntel

Obtained a GL context with this format:

Valid: True

Version: 4.5

Hardware Accelerated: True

Depth buffer: True, 24

Double buffer: True

Rendering profile: PySide.QtOpenGL.QGLFormat.OpenGLContextProfile.CompatibilityProfile

Driver info:

GL_VERSION: 4.5.13399 Compatibility Profile Context 15.201.1151.1008 (4, 5)

GL_VENDOR: 'ATI Technologies Inc.'

GL_RENDERER: 'AMD Radeon HD 7500M/7600M Series'

------

Unhandled Exception

Traceback (most recent call last):

File "mcedit2\editorsession.py", line 1643, in viewOffsetChanged (self is a EditorTab)

File "mcedit2\worldview\minimap.py", line 187, in currentViewMatrixChanged (self is a MinimapWorldView)

File "mcedit2\util\raycast.py", line 30, in rayCastInBounds

File "mcedit2\util\profiler.py", line 73, in _wrapper (self is a Profiler)

File "mcedit2\util\raycast.py", line 77, in rayCast

File "mcedit2\util\raycast.py", line 215, in advanceToChunk

File "mceditlib\worldeditor.py", line 831, in getChunk (self is a WorldEditorDimension)

File "mceditlib\worldeditor.py", line 499, in getChunk (self is a WorldEditor)

File "mceditlib\cachefunc.py", line 77, in __call__

File "mceditlib\worldeditor.py", line 477, in _getChunkDataRaw (self is a WorldEditor)

File "mceditlib\anvil\adapter.py", line 922, in readChunk (self is a AnvilWorldAdapter)

AnvilChunkFormatError: [Errno Error loading chunk: KeyError('Key Blocks not found.',)] None: <traceback object at 0x0000023980A221C8>"

Computer 64 bit
win 10
Python: 2.7.15
mc edit version: 2.0.0 beta-14

Kann mir BITTE jemand helfen?
LG MineMuse07

Computer, Technik, programmieren, Minecraft, Error, Python

Meistgelesene Beiträge zum Thema Error