PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
9.98k stars 2.32k forks source link

Server randomly stopped -- Told me to come here #422

Closed marat569 closed 8 years ago

marat569 commented 8 years ago

Sorry for breaking the "guidelines", but I was told to make a thread here; so I'll make it as organized as possible!

Ty all! -- Got my info!

"Not Responding" Paste: http://paste.md-5.net/giduhuqito.coffee

Paper Version git-Paper-863 (MC: 1.10.2)

Plugins

No paste as well the server just decided it needs a break.

Thanks for the amazing community; hope ya'll can shed some light on what caused this crash!

zachbr commented 8 years ago

Someone's doing web reqs on the main thread.

...
[02:14:45] [Paper Watchdog Thread/ERROR]:       org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
[02:14:45] [Paper Watchdog Thread/ERROR]:       org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[02:14:45] [Paper Watchdog Thread/ERROR]:       org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
[02:14:45] [Paper Watchdog Thread/ERROR]:       sx.blah.discord.api.internal.Requests.makeRequest(Requests.java:87)
[02:14:45] [Paper Watchdog Thread/ERROR]:       sx.blah.discord.api.internal.DiscordClientImpl.validateToken(DiscordClientImpl.java:234)
[02:14:45] [Paper Watchdog Thread/ERROR]:       sx.blah.discord.api.internal.DiscordClientImpl.login(DiscordClientImpl.java:219)
[02:14:45] [Paper Watchdog Thread/ERROR]:       net.pl3x.bukkit.pl3xbot.Pl3xBotImpl$1.run(Pl3xBotImpl.java:129)
...

Not sure if it's Pl3xBot directly or something else that hooks into it somehow.

marat569 commented 8 years ago

Well I forwarded that to Billy; there are only a few things that connect to webby - but i found something else that's interesting: 1) Heads status on forums: http://pillow.zapto.org/ 2) Vote websites 3) pl3xbot 4) AAC updated for some reason

The server tried to start itself here, but gave up: [02:14:46] [Paper Watchdog Thread/INFO]: Attempting to restart with ./start.sh [02:14:46] [Paper Watchdog Thread/INFO]: GrantKills lost connection: Server is restarting [02:14:46] [Paper Watchdog Thread/INFO]: Stopping server

Here is my start.sh: `#!/bin/bash cd '/home/mini/server/'

while $RELOAD do RELOAD=false java -Xmx20G -Xms20G -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -Dfile.encoding=UTF-8 -XX:MaxPermSize=128M -jar paperclip.jar if [ -f plugins/ShutdownNotice/restart ]; then RELOAD=true echo "Restarting server in 5 seconds..." sleep 5 fi done`

Thanks!

zachbr commented 8 years ago

Not to be rude, but this issue should've been posted to the AquiferMC forums directly, and only brought here if resolution couldn't be found. We try to keep this system specific to code issues, and most crashes are broader/plugin related. Which is why that crash log points to AquiferMC, not this repo.

Generally when it comes to scripts, I recommend you either go full out and make something a service (via tmux, screen, or similar) or just use a simple loop to keep it always running unless you force it to stop via an interrupt.

marat569 commented 8 years ago

@Zbob750 I didn't know forums was the place to go q.q -- Crash just said Aquifer website, so the only place on the home screen that I thought this would go is well git q.q

Im going to edit out my plugins and such, thank you all for the help; and some new trivia!