Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Error on py plugin load - the plugin does not load #7

@obfuscatedgenerated

Description

@obfuscatedgenerated
[19:48:26] [Server thread/INFO]: [PyPlugins] Loading Plugin pluginname_pyplugin
[19:48:27] [Server thread/ERROR]: Unable to make protected void java.lang.Object.finalize() throws java.lang.Throwable accessible: module java.base does not "opens java.lang" to unnamed module @441ba490 initializing PyPlugins v0.1.0 (Is it up to date?)
java.lang.reflect.InaccessibleObjectException: Unable to make protected void java.lang.Object.finalize() throws java.lang.Throwable accessible: module java.base does not "opens java.lang" to unnamed module @441ba490
        at java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354) ~[?:?]
        at java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) ~[?:?]
        at java.lang.reflect.Method.checkCanSetAccessible(Method.java:199) ~[?:?]
        at java.lang.reflect.Method.setAccessible(Method.java:193) ~[?:?]
        at org.python.core.PyJavaType.init(PyJavaType.java:475) ~[?:?]
        at org.python.core.PyType$Registry.createType(PyType.java:477) ~[?:?]
        at org.python.core.PyType$Registry.addFromClass(PyType.java:426) ~[?:?]
        at org.python.core.PyType$Registry.resolveType(PyType.java:352) ~[?:?]
        at org.python.core.PyType$Registry$1.computeValue(PyType.java:208) ~[?:?]
        at org.python.core.PyType$Registry$1.computeValue(PyType.java:202) ~[?:?]
        at java.lang.ClassValue.getFromHashMap(ClassValue.java:228) ~[?:?]
        at java.lang.ClassValue.getFromBackup(ClassValue.java:210) ~[?:?]
        at java.lang.ClassValue.get(ClassValue.java:116) ~[?:?]
        at org.python.core.PyType.fromClass(PyType.java:2137) ~[?:?]
        at org.python.core.PyObject.<init>(PyObject.java:85) ~[?:?]
        at org.python.core.PyJavaPackage.<init>(PyJavaPackage.java:36) ~[?:?]
        at org.python.core.PyJavaPackage.<init>(PyJavaPackage.java:33) ~[?:?]
        at org.python.core.packagecache.PackageManager.<init>(PackageManager.java:30) ~[?:?]
        at org.python.core.packagecache.CachedJarsPackageManager.<init>(CachedJarsPackageManager.java:45) ~[?:?]
        at org.python.core.packagecache.PathPackageManager.<init>(PathPackageManager.java:30) ~[?:?]
        at org.python.core.packagecache.SysPackageManager.<init>(SysPackageManager.java:57) ~[?:?]
        at org.python.core.PySystemState.initPackages(PySystemState.java:1288) ~[?:?]
        at org.python.core.PySystemState.doInitialize(PySystemState.java:1213) ~[?:?]
        at org.python.core.PySystemState.initialize(PySystemState.java:1130) ~[?:?]
        at org.python.core.PySystemState.initialize(PySystemState.java:1085) ~[?:?]
        at org.python.core.PySystemState.initialize(PySystemState.java:1080) ~[?:?]
        at org.python.core.PySystemState.initialize(PySystemState.java:1075) ~[?:?]
        at org.python.core.PySystemState.initialize(PySystemState.java:1070) ~[?:?]
        at org.python.core.PySystemState.<init>(PySystemState.java:207) ~[?:?]
        at com.dmytrohoi.pyplugins.PythonPluginLoader.loadPlugin(PythonPluginLoader.java:179) ~[?:?]
        at com.dmytrohoi.pyplugins.PythonPluginLoader.loadPlugin(PythonPluginLoader.java:99) ~[?:?]
        at com.dmytrohoi.pyplugins.PythonPluginLoader.loadPlugin(PythonPluginLoader.java:78) ~[?:?]
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[spigot-1.17.1.jar:3244-Spigot-6c1c1b2-9aeb46a]
        at com.dmytrohoi.pyplugins.PythonLoader.onLoad(PythonLoader.java:83) ~[?:?]
        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:408) ~[spigot-1.17.1.jar:3244-Spigot-6c1c1b2-9aeb46a]
        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:233) ~[spigot-1.17.1.jar:3244-Spigot-6c1c1b2-9aeb46a]
        at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1010) ~[spigot-1.17.1.jar:3244-Spigot-6c1c1b2-9aeb46a]
        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:305) ~[spigot-1.17.1.jar:3244-Spigot-6c1c1b2-9aeb46a]
        at java.lang.Thread.run(Thread.java:833) [?:?]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions