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

Server crash? #46

Open
SXRWahrheit opened this issue Aug 16, 2017 · 0 comments
Open

Server crash? #46

SXRWahrheit opened this issue Aug 16, 2017 · 0 comments

Comments

@SXRWahrheit
Copy link

Hi nisovin,

Could you check this stack and let me know whether it was caused by MagicSpells, and if so how to avoid it in the future? Thanks!

[01:48:36] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!
[01:48:36] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
[01:48:36] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[01:48:36] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-edd0396-2a927e8 (MC: 1.12.1)
[01:48:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:48:36] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[01:48:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:48:36] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[01:48:36] [Spigot Watchdog Thread/ERROR]: 	PID: 16 | Suspended: false | Native: false | State: RUNNABLE
[01:48:36] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		java.util.regex.Pattern$Start.match(Pattern.java:3461)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		java.util.regex.Matcher.search(Matcher.java:1248)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		java.util.regex.Matcher.find(Matcher.java:637)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		java.util.regex.Matcher.replaceAll(Matcher.java:951)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		java.lang.String.replace(String.java:2240)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		ru.tehkode.permissions.RegExpMatcher.prepareRegexp(RegExpMatcher.java:59)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		ru.tehkode.permissions.RegExpMatcher.createPattern(RegExpMatcher.java:39)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		ru.tehkode.permissions.RegExpMatcher$1.load(RegExpMatcher.java:20)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		ru.tehkode.permissions.RegExpMatcher$1.load(RegExpMatcher.java:17)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache.get(LocalCache.java:4154)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		ru.tehkode.permissions.RegExpMatcher.isMatches(RegExpMatcher.java:27)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		ru.tehkode.permissions.bukkit.regexperms.PermissiblePEX.checkSingle(PermissiblePEX.java:213)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		ru.tehkode.permissions.bukkit.regexperms.PermissiblePEX.permissionValue(PermissiblePEX.java:241)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		ru.tehkode.permissions.bukkit.regexperms.PermissiblePEX.hasPermission(PermissiblePEX.java:127)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_12_R1.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:112)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.nisovin.magicspells.Spellbook.hasSpell(Spellbook.java:392)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.nisovin.magicspells.Spellbook.addGrantedSpells(Spellbook.java:161)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.nisovin.magicspells.Spellbook.load(Spellbook.java:82)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.nisovin.magicspells.Spellbook.load(Spellbook.java:63)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.nisovin.magicspells.Spellbook.<init>(Spellbook.java:48)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.nisovin.magicspells.MagicPlayerListener.onPlayerJoin(MagicPlayerListener.java:23)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		sun.reflect.GeneratedMethodAccessor857.invoke(Unknown Source)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		java.lang.reflect.Method.invoke(Method.java:498)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		com.nisovin.magicspells.MagicSpells$1.execute(MagicSpells.java:911)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:36)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
[01:48:36] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:748)
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