Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nukkit issue #1414

Closed
ghost opened this issue Nov 2, 2016 · 6 comments
Closed

Nukkit issue #1414

ghost opened this issue Nov 2, 2016 · 6 comments

Comments

@ghost
Copy link

ghost commented Nov 2, 2016

I don't know ,i'm not use Hybrid Generator and plugin show this in load: @boy0001

15:16:41 [INFO] PlotSquared is now enabled
15:16:41 [INFO] [P2] Metrics enabled.
15:16:41 [NOTICE] Level "bridge" not found
15:16:41 [INFO] Preparing level "bridge"
15:16:41 [INFO] [P2] Detected world load for 'bridge'
15:16:41 [INFO] [P2] - generator: PlotSquared>PlotSquared
15:16:41 [INFO] [P2] - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
15:16:41 [INFO] [P2] - manager: com.plotsquared.nukkit.NukkitMain
15:16:41 [ERROR] Could not generate level "bridge": java.lang.reflect.InvocationTargetException
15:16:41 [ALERT] java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at cn.nukkit.level.Level.initLevel(Level.java:358)
at cn.nukkit.Server.generateLevel(Server.java:1622)
at cn.nukkit.Server.(Server.java:415)
at cn.nukkit.Nukkit.main(Nukkit.java:65)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at cn.nukkit.level.Level.initLevel(Level.java:356)
... 3 more
Caused by: java.lang.NullPointerException
at com.intellectualcrafters.plot.config.Configuration$8.parseString(Configuration.java:161)
at com.intellectualcrafters.plot.config.Configuration$8.parseString(Configuration.java:117)
at com.intellectualcrafters.plot.generator.ClassicPlotWorld.loadConfiguration(ClassicPlotWorld.java:60)
at com.intellectualcrafters.plot.generator.HybridPlotWorld.loadConfiguration(HybridPlotWorld.java:151)
at com.intellectualcrafters.plot.object.PlotArea.loadDefaultConfiguration(PlotArea.java:303)
at com.intellectualcrafters.plot.PS.loadWorld(PS.java:1454)
at com.plotsquared.nukkit.generator.NukkitPlotGenerator.(NukkitPlotGenerator.java:89)
at com.plotsquared.nukkit.util.block.NukkitHybridGen.(NukkitHybridGen.java:11)
... 8 more

@ghost
Copy link
Author

ghost commented Nov 2, 2016

And i'm deleted all configs and other world and show in load:

15:18:46 [INFO] Loading Pokkit v0.5-SNAPSHOT
15:18:46 [INFO] Loading PlotSquared v3.4.6-SNAPSHOT-1d7cdde
15:18:46 [INFO] Enabling PlotSquared v3.4.6-SNAPSHOT-1d7cdde

java.lang.IllegalAccessError: class org.sqlite.SQLiteConfig$TransactionMode cannot access its superinterface org.sqlite.SQLiteConfig$PragmaValue
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at cn.nukkit.plugin.PluginClassLoader.findClass(PluginClassLoader.java:44)
at cn.nukkit.plugin.JavaPluginLoader.getClassByName(JavaPluginLoader.java:146)
at cn.nukkit.plugin.PluginClassLoader.findClass(PluginClassLoader.java:40)
at cn.nukkit.plugin.PluginClassLoader.findClass(PluginClassLoader.java:28)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.sqlite.core.CoreConnection.(CoreConnection.java:46)
at org.sqlite.JDBC.createConnection(JDBC.java:114)
at org.sqlite.JDBC.connect(JDBC.java:88)
at java.sql.DriverManager.getConnection(DriverManager.java:664)
at java.sql.DriverManager.getConnection(DriverManager.java:270)
at com.intellectualcrafters.plot.database.SQLite.openConnection(SQLite.java:47)
at com.intellectualcrafters.plot.database.SQLManager.(SQLManager.java:104)
at com.intellectualcrafters.plot.PS.setupDatabase(PS.java:1846)
at com.intellectualcrafters.plot.PS.(PS.java:162)
at com.plotsquared.nukkit.NukkitMain.onEnable(NukkitMain.java:101)
at cn.nukkit.plugin.PluginBase.setEnabled(PluginBase.java:89)
at cn.nukkit.plugin.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:120)
at cn.nukkit.plugin.PluginManager.enablePlugin(PluginManager.java:456)
at cn.nukkit.Server.enablePlugin(Server.java:618)
at cn.nukkit.Server.enablePlugins(Server.java:607)
at cn.nukkit.Server.(Server.java:382)
at cn.nukkit.Nukkit.main(Nukkit.java:65)

@ghost
Copy link
Author

ghost commented Nov 2, 2016

Issue is caused by Pokkit , plugin : https://github.com/rutgerkok/Pokkit

You can fix?

@boy0001
Copy link
Contributor

boy0001 commented Nov 2, 2016

Can you attach your PlotSquared settings.yml and worlds.yml?

@ghost
Copy link
Author

ghost commented Nov 4, 2016

@boy0001 Ready

@boy0001
Copy link
Contributor

boy0001 commented Nov 4, 2016

@NycuRO
When I said attach, I didn't mean paste it as a wall of text in a comment. Second error your posted is with your sql driver.

Use the driver from dblib: nukkit.ru/resources/dblib.14/

@boy0001 boy0001 closed this as completed Nov 4, 2016
@ghost
Copy link
Author

ghost commented Nov 4, 2016

@boy0001 Cause is pokkit plugin man..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant