WorldEdit

WorldEdit

43M Downloads

Disconnecting all players

LadyCailinBot opened this issue ยท 16 comments

commented

WORLDEDIT-3234 - Reported by sanya.shvets

Here is some algoritm

  1. put worldedit-bukkit-6.0.jar in plugin folder
  2. start server
  3. join server (2+ players)
  4. Some of the player starts moving, typing smth in chat
  5. 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

commented

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.

commented

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

commented

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

commented

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.

commented

Comment by sanya.shvets

Problem not solved, here is jstak`s output:

commented

Comment by sk89q

Did you have to use -F or -m?

commented

Comment by sanya.shvets

I used -m

commented

Comment by sk89q

Did it not show any input without -m?

commented

Comment by sanya.shvets

No

commented

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}}?

commented

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.

commented

Comment by sk89q

Did you run jstack last time when the server was frozen?

commented

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).

commented

Comment by sk89q

Frankly it's pretty hard trying to diagnose server problems without the ability to use Java tools to inspect the server.

commented

Comment by sanya.shvets

/opt/java8 -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -noverify -XX:PermSize=192m -XX:MaxPermSize=256m -jar "{JAR}" nogui

Well.. ) startup args