Mass disconnect, kick without reason.

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
kama3a
Posts: 125
Joined: Mon Jul 07, 2008 4:01 pm

Mass disconnect, kick without reason.

Post by kama3a »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
Ok..
As ppl play they get mass dissconnect and kick by login server w/o reason.
it happend for 2nd time so its not normal any ideas what can cause it ?

in logs
Disconnected abnormally,
Kicked by login,

After restart login server everything is normal.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Mass disconnect, kick without reason.

Post by MELERIX »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

:roll:
kama3a
Posts: 125
Joined: Mon Jul 07, 2008 4:01 pm

Re: Mass disconnect, kick without reason.

Post by kama3a »

latest freya rev.
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: Mass disconnect, kick without reason.

Post by Naonah »

kama3a wrote:latest freya rev.
to less info...

check your -Xmx and other settings
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
kama3a
Posts: 125
Joined: Mon Jul 07, 2008 4:01 pm

Re: Mass disconnect, kick without reason.

Post by kama3a »

everything is same as before, just this week start do mass d/c without reason

my gs and ls:

Code: Select all

java -server -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms2048m -Xmx4000m -Xmn512m -Xss128k -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 -XX:+AggressiveOpts -cp ./../libs/*:l2jserver.jar com.l2jserver.gameserver.GameServer > log/stdout.log 2>&1

Code: Select all

nice -n -2 java -Xms128m -Xmx128m -cp ./../libs/*:l2jlogin.jar com.l2jserver.loginserver.L2LoginServer > log/stdout.log 2>&1
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: Mass disconnect, kick without reason.

Post by Naonah »

ls values are too low that's why they are "kicked". Set these values depending on your RAM.
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
kama3a
Posts: 125
Joined: Mon Jul 07, 2008 4:01 pm

Re: Mass disconnect, kick without reason.

Post by kama3a »

i dont think the same but will be checked, and post results.
before it dont had problem with 128 value, why now make ?
reason : uknown :)
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: Mass disconnect, kick without reason.

Post by babyjason »

Naonah wrote:ls values are too low that's why they are "kicked". Set these values depending on your RAM.

what values should ls have for lets say 6gb of ram?
Post Reply