LoginServer Error

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
DeVe
Posts: 20
Joined: Mon Jan 25, 2010 10:59 am

LoginServer Error

Post by DeVe »

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

the error is this:
2010.02.09 13:12:34,038 WARNING 12 com.l2jserver.loginserver.LoginController Could not check password:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'userIP' in 'field list'
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: LoginServer Error

Post by Probe »

when exactly did this happen? does it happen for multiple chars or just this once?
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: LoginServer Error

Post by BiggBoss »

you must update your accounts table in database, so it can match the new columns
Image
DeVe
Posts: 20
Joined: Mon Jan 25, 2010 10:59 am

Re: LoginServer Error

Post by DeVe »

Probe wrote:when exactly did this happen? does it happen for multiple chars or just this once?


Do not let anyone enter, just update and when I lifted the server, nobody can enter the login and it gives me.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: LoginServer Error

Post by janiii »

update your loginserver database:

Code: Select all

ALTER TABLE `accounts` ADD  `userIP` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `pcIp` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `hop1` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `hop2` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `hop3` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `hop4` char(15) DEFAULT NULL;
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
DeVe
Posts: 20
Joined: Mon Jan 25, 2010 10:59 am

Re: LoginServer Error

Post by DeVe »

janiii wrote:update your loginserver database:

Code: Select all

ALTER TABLE `accounts` ADD  `userIP` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `pcIp` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `hop1` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `hop2` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `hop3` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `hop4` char(15) DEFAULT NULL;

Ty janiii :)
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: LoginServer Error

Post by denser »

why this update not commited?
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: LoginServer Error

Post by janiii »

it is commited, but i think it doesnt run when loginserver has a different database than gameserver. only posted here the sql query, so that he can run it .
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: LoginServer Error

Post by denser »

sorry, my fault. didn't noticed :P and yes it don't apply automatically.
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
Post Reply