Code Monkey home page Code Monkey logo

serverassistantissues's Introduction

serverassistantissues's People

Contributors

storm345 avatar

Watchers

 avatar  avatar  avatar

serverassistantissues's Issues

Error with ifttt

I just bought this plugin, and im sure ive set something up wrong, but i cannot figure out what.

I started my test server, and ran /lagit, and the plugin seemed to try to do something, but came back saying something about a response code 413, which i think means that the request sent was too large, but i could be wrong about that.

Here is the server log from what happened.
https://pastebin.com/JFJePeKA

Missing GSON lib

Version : PaperSpigot 1.7.10
Error:

java.lang.NoClassDefFoundError: com/google/gson/Gson
at org.stormdev.mc.servermonitor.main.a.d(ServerMonitorPremiumPlaceholderCheck.java:72) ~[?:?]
at org.stormdev.mc.servermonitor.main.ServerMonitor.onEnable(ServerMonitor.java:31) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java) ~[faction.jar:git-PaperSpigot-unknown]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java) [faction.jar:git-PaperSpigot-unknown]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java) [faction.jar:git-PaperSpigot-unknown]
at com.rylinaux.plugman.util.PluginUtil.load(PluginUtil.java:273) [PlugMan.jar:?]
at com.rylinaux.plugman.command.LoadCommand.execute(LoadCommand.java:114) [PlugMan.jar:?]
at com.rylinaux.plugman.PlugManCommands.onCommand(PlugManCommands.java:100) [PlugMan.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java) [faction.jar:git-PaperSpigot-unknown]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java) [faction.jar:git-PaperSpigot-unknown]
at com.massivecraft.massivelag.inject.command.MassiveLagCommandMap.dispatch(MassiveLagCommandMap.java:59) [MassiveLag.jar:?]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:760) [faction.jar:git-PaperSpigot-unknown]
at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1220) [faction.jar:git-PaperSpigot-unknown]
at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:1055) [faction.jar:git-PaperSpigot-unknown]
at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [faction.jar:git-PaperSpigot-unknown]
at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [faction.jar:git-PaperSpigot-unknown]
at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:190) [faction.jar:git-PaperSpigot-unknown]
at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [faction.jar:git-PaperSpigot-unknown]
at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:807) [faction.jar:git-PaperSpigot-unknown]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [faction.jar:git-PaperSpigot-unknown]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:650) [faction.jar:git-PaperSpigot-unknown]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:556) [faction.jar:git-PaperSpigot-unknown]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [faction.jar:git-PaperSpigot-unknown]
Caused by: java.lang.ClassNotFoundException: com.google.gson.Gson
at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_91]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java) ~[faction.jar:git-PaperSpigot-unknown]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java) ~[faction.jar:git-PaperSpigot-unknown]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_91]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_91]
... 23 more

[High priority] MySQL Connections not closed

@storm345

Hi. I have this problem:
Server Assistant seems not to close MySQL-connections and my service provider contacted me with their issue, that MySQL-server users can not use their services, because I have 120 open connections to database, where Server Assistant is used. No other plugins are logging their data to database as aggressively.

?

[02:37:20] [Server thread/INFO]: [ServerAssistant] Enabling ServerAssistant v1.0.8
[02:37:20] [Server thread/ERROR]: Error occurred while enabling ServerAssistant v1.0.8 (Is it up to date?)
java.lang.BootstrapMethodError: call site initialization exception
at java.lang.invoke.CallSite.makeSite(CallSite.java:341) ~[?:1.8.0_151]
at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(MethodHandleNatives.java:307) ~[?:1.8.0_151]
at java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:297) ~[?:1.8.0_151]
at org.stormdev.mc.servermonitor.main.ServerMonitor.onEnable(ServerMonitor.java:31) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[custom.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [custom.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [custom.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [custom.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [custom.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [custom.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [custom.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [custom.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [custom.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [custom.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Caused by: java.lang.IllegalAccessException: no such method: org.stormdev.mc.servermonitor.main.a.d()boolean/invokeStatic
at java.lang.invoke.MemberName.makeAccessException(MemberName.java:867) ~[?:1.8.0_151]
at java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:1003) ~[?:1.8.0_151]
at java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:1386) ~[?:1.8.0_151]
at java.lang.invoke.MethodHandles$Lookup.findStatic(MethodHandles.java:780) ~[?:1.8.0_151]
at org.stormdev.mc.servermonitor.main.ServerMonitor.揞嵖㺩濕犗(ServerMonitor.java) ~[?:?]
at java.lang.invoke.CallSite.makeSite(CallSite.java:325) ~[?:1.8.0_151]
... 14 more
Caused by: java.lang.VerifyError: Bad local variable type
Exception Details:
Location:
org/stormdev/mc/servermonitor/main/a.d()Z @0: aload_0
Reason:
Type top (current frame, locals[0]) is not assignable to reference type
Current Frame:
bci: @0
flags: { }
locals: { }
stack: { }
Bytecode:
0x0000000: 2ab6 0018 121a b600 1eac

at java.lang.invoke.MethodHandleNatives.resolve(Native Method) ~[?:1.8.0_151]
at java.lang.invoke.MemberName$Factory.resolve(MemberName.java:975) ~[?:1.8.0_151]
at java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:1000) ~[?:1.8.0_151]
at java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:1386) ~[?:1.8.0_151]
at java.lang.invoke.MethodHandles$Lookup.findStatic(MethodHandles.java:780) ~[?:1.8.0_151]
at org.stormdev.mc.servermonitor.main.ServerMonitor.揞嵖㺩濕犗(ServerMonitor.java) ~[?:?]
at java.lang.invoke.CallSite.makeSite(CallSite.java:325) ~[?:1.8.0_151]
... 14 more

UPDATE

When update will be posted?

SSL-based error

Hi!
I'm having this issue. I tried to add this to config, but it seems it does not work.
useSSL:false

This short error is spammed to console, as seen below:

[00:44:15] [pool-12-thread-1/INFO]: [ServerAssistant] Saved information about ERROR to archive!
[00:44:16] [pool-12-thread-1/WARN]: Mon Jun 18 00:44:16 EEST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
[00:44:16] [pool-12-thread-1/INFO]: [ServerAssistant] SQL Error: Duplicate entry 'FlosMine-ERROR-2018-06-18 00:44:16' for key 'PRIMARY' State: 23000 Code: 1062
[00:44:16] [pool-12-thread-1/WARN]: Mon Jun 18 00:44:16 EEST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
[00:44:17] [pool-12-thread-1/INFO]: [ServerAssistant] Saved information about ERROR to archive!
[00:44:17] [pool-12-thread-1/WARN]: Mon Jun 18 00:44:17 EEST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
[00:44:17] [pool-12-thread-1/INFO]: [ServerAssistant] SQL Error: Duplicate entry 'FlosMine-ERROR-2018-06-18 00:44:17' for key 'PRIMARY' State: 23000 Code: 1062
[00:44:17] [pool-12-thread-1/WARN]: Mon Jun 18 00:44:17 EEST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

Am I made mistake or is this about plugin?

I can provide latest.log and config file privately.

Failure to start

Just installed ServerAssistant and it will not start.

Relevant log

[02:21:15 INFO]: [ServerAssistant] Enabling ServerAssistant v1.0.14*
[02:21:16 ERROR]: Error occurred while enabling ServerAssistant v1.0.14 (Is it up to date?)
java.lang.NoClassDefFoundError: javax/xml/ws/Holder
at org.stormdev.mc.servermonitor.main.a.d(ServerMonitorPremiumPlaceholderCheck.java:74) ~[?:?]
at org.stormdev.mc.servermonitor.main.ServerMonitor.onEnable(ServerMonitor.java:36) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-445]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Paper-445]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Paper-445]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Paper-445]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Paper-445]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:464) ~[patched_1.16.5.jar:git-Paper-445]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:239) ~[patched_1.16.5.jar:git-Paper-445]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:935) ~[patched_1.16.5.jar:git-Paper-445]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:173) ~[patched_1.16.5.jar:git-Paper-445]
at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.lang.ClassNotFoundException: javax.xml.ws.Holder
at java.net.URLClassLoader.findClass(URLClassLoader.java:471) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:182) ~[patched_1.16.5.jar:git-Paper-445]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.16.5.jar:git-Paper-445]
at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
... 12 more
[02:21:16 INFO]: [ServerAssistant] Disabling ServerAssistant v1.0.14
[02:21:16 INFO]: [ServerAssistant] Terminating detectors...
[02:21:16 INFO]: [ServerAssistant] Server Assistant disabled!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.