Disconnecting all players
LadyCailinBot opened this issue ยท 16 comments
WORLDEDIT-3234 - Reported by sanya.shvets
Here is some algoritm
- put worldedit-bukkit-6.0.jar in plugin folder
- start server
- join server (2+ players)
- Some of the player starts moving, typing smth in chat
- All players kicked with error.
Console:
[15:39:26] [Server thread/INFO]: weriam lost connection: Disconnected
[15:39:27] [Server thread/INFO]: Garant lost connection: Disconnected
[15:39:27] [Server thread/INFO]: BayBurak lost connection: Timed out
or with this error:
06.01 15:44:52 [Disconnect] User BayBurak has disconnected, reason: Internal Exception: java.io.IOException: Broken Channel
06.01 15:44:45 [Disconnect] User pepsi1 has disconnected, reason: Internal Exception: java.io.IOException: Broken Channel
I`m using cauldron-1.7.10-1.1240.06.213
Comment by sk89q
Do you have any other plugins installed?
Secondly, run jstack that comes with the Java Development Kit on the server and provide a pastebin of it.
Comment by sanya.shvets
List of installed plugins: http://i.gyazo.com/9d108e07c6b99f260ee2380bb3274fbf.png
Can u tell me more about 2nd way of solving problem? I`m not sure that I understand it correctly
Comment by sk89q
Install JDK.
In the "bin" folder will be a program called "jstack."
You need to find the process ID (PID) of the running server. If you are on Linux, use ps or htop. If you are on Windows, use the task manager.
Then run jstack:
/path/to/jstack pid_here
Like so:
/path/to/jstack 3542
You might also want to write the output to a file, so put "> output.txt" at the end once you find out that it works:
/path/to/jstack 3542 > output.txt
Comment by sanya.shvets
I tried another way: removing of forestry mod and all add-ons for it. Playing for 30 min and no kicks)
Thanks a lot for help! In case of repeating, I`ll write in comments below.
Comment by sanya.shvets
Here is some info from timings
http://i.gyazo.com/1193f73fc61c0a434c2b90d5c7ad4560.png
http://i.gyazo.com/0764d4f45e6ef4954c9561a2081f5744.png
Comment by sk89q
The timings are not all that useful here.
Try -f
How much RAM do you give your server?
What are your MC startup args?
Can you post the result of {{/wg report -p}}?
Comment by sanya.shvets
Result of /wg report -p is in the file report.txt
My server used 2 Gb RAM. Additional information: SSD drive, 3.7*1.5 GHz E5-1620.
Startup args I`ll post later as soon as my tech. support will write it to me.
Comment by sanya.shvets
Nope.
I haven`t ssh-access and for making jstack I need to contact with tech. support (which is horrible a little bit).
Comment by sk89q
Frankly it's pretty hard trying to diagnose server problems without the ability to use Java tools to inspect the server.