error after data pack update.

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
jcbrello
Posts: 59
Joined: Fri Sep 15, 2006 9:27 pm

error after data pack update.

Post by jcbrello »

Im looking for a little direction please,

I Just updated my server with the Data pack, with 10-29-06

now when I start the server it all loads perfect , but when anyone tries to log in the server shouts

"Could not restore Char data: Java.sql.SQLException: Unknown column 'nobless' in field list"

"could not restore in slot:0" (or sometimes slot:4 ect.)

"Character could not be loaded (slot:0)"

any Idea what can be causeing this?
this is the first time I had this happen :(

Thanks guys.
msknight
Advanced User
Advanced User
Posts: 308
Joined: Wed May 10, 2006 11:40 am
Location: U.K.

Post by msknight »

Check your character table to see if the column "nobless" has been added. If not, then that is your problem.
My friend is a paranoid schizophrenic ... she'll take over the world, as long as nobody minds.
jcbrello
Posts: 59
Joined: Fri Sep 15, 2006 9:27 pm

Post by jcbrello »

That was it, Thanks.

Although I really dont know why it didnt make it in the first place.

Thanks again.
KnockOut
Posts: 4
Joined: Wed Nov 22, 2006 4:08 pm

Post by KnockOut »

Yo i have also that problem.. but how make a table and than is the table empty is that good or what?

please help i cant fix it, i dont know what i must to do..

:(
Fulminus
L2j Veteran
L2j Veteran
Posts: 1554
Joined: Mon Oct 10, 2005 6:49 pm

Post by Fulminus »

The updater won't update tables it can't wipe and redo (such as the character table). You have to run the queries in "\sql\updates\" for that.

KnockOut: If you mean that your characters table has no entries (rows) but has the correct structure, you probably wiped it...If you have a backup, you can restore it and then add the columns.
If you don't have a backup, I pity the players.
I'm a joyful, merriful, playful, curious, young, little elf!!! :-)
I'm also a High(tech) Elf, (computer) wiz!
KnockOut
Posts: 4
Joined: Wed Nov 22, 2006 4:08 pm

Post by KnockOut »

Ok, but what is the Command for adding the "Nobless" table ???

Please..
User avatar
Enforcer
L2j Veteran
L2j Veteran
Posts: 53
Joined: Mon Sep 26, 2005 10:49 pm
Contact:

Post by Enforcer »

You have to run the queries in "\sql\updates\" for that.
What isn't clear here?
If you don't know how to use a MySQL query take some time and learn.
This forum is for problems related to datapack, not MySQL learning class.
Post Reply