Gracia final l2jserver

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
9Enrico0
Posts: 35
Joined: Sun Apr 26, 2009 6:56 pm

Gracia final l2jserver

Post by 9Enrico0 »

sorry...im not english.... :) and sorry for this discussion....im new in the forum....my name is enrico... :) i cant find the space for a question...
the question is..:"i have downloaded the gracia final datapack from the nightlies folder....but i cant find the l2jserver......where i can find it for create a gracia final server????please help me....I do not understand English well..and i cant find a aswer for my question in the forum...or a space for post my question....I hope that this is the right place for post the question......please help me... :D thanks to all who respond
User avatar
ThePhoenixBird
L2j Inner Circle
L2j Inner Circle
Posts: 1857
Joined: Fri May 27, 2005 5:11 pm

Re: Gracia final l2jserver

Post by ThePhoenixBird »

Actually the L2j Server v2.9 with Gracia Final support its only avaliable on SVN, there are no pre-compiled binaries avaliable to the public since its quite a raw beta and still unstable, its has been released only for developing and testing purposes, once this beta hits the stable level the nightlys will be re-activated.
TheSaint
Posts: 19
Joined: Tue Apr 21, 2009 7:23 pm

Re: Gracia final l2jserver

Post by TheSaint »

ThePhoenixBird wrote:Actually the L2j Server v2.9 with Gracia Final support its only avaliable on SVN, there are no pre-compiled binaries avaliable to the public since its quite a raw beta and still unstable, its has been released only for developing and testing purposes, once this beta hits the stable level the nightlys will be re-activated.
By the way... I am trying to repopulate the deadlock on my test server. Can you give me a hint how to do that?

S.
User avatar
ThePhoenixBird
L2j Inner Circle
L2j Inner Circle
Posts: 1857
Joined: Fri May 27, 2005 5:11 pm

Re: Gracia final l2jserver

Post by ThePhoenixBird »

TheSaint wrote:
ThePhoenixBird wrote:Actually the L2j Server v2.9 with Gracia Final support its only avaliable on SVN, there are no pre-compiled binaries avaliable to the public since its quite a raw beta and still unstable, its has been released only for developing and testing purposes, once this beta hits the stable level the nightlys will be re-activated.
By the way... I am trying to repopulate the deadlock on my test server. Can you give me a hint how to do that?

S.
Try to ask again i dont get your question, and use google translator if your english is very bad
9Enrico0
Posts: 35
Joined: Sun Apr 26, 2009 6:56 pm

Re: Gracia final l2jserver

Post by 9Enrico0 »

ok...thanx for the answer......I will wait that the l2jserver is in nightiles.....
now....i tray to do a t2 server...i have download the l2jserver and the l2datapack for the gracia part 2(T2)...but when i start the register gameserver it do a error..and i cant register the server....why??? can you help me? the error is this:

FATAL: Failed loading GameServerTable. Reason: Access denied for user 'root'@'lo
calhost' (using password: YES)
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password
: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3515)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3447)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:911)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3953)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1276)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2048)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:723)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:302)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:282)
at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManag
erDataSource.java:119)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnecti
on(WrapperConnectionPoolDataSource.java:143)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnecti
on(WrapperConnectionPoolDataSource.java:132)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.initializeAu
tomaticTestTable(C3P0PooledConnectionPoolManager.java:772)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.createPooled
ConnectionPool(C3P0PooledConnectionPoolManager.java:696)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0
PooledConnectionPoolManager.java:257)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0
PooledConnectionPoolManager.java:271)
at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(A
bstractPoolBackedDataSource.java:128)
at net.sf.l2j.L2DatabaseFactory.<init>(L2DatabaseFactory.java:96)
at net.sf.l2j.L2DatabaseFactory.getInstance(L2DatabaseFactory.java:185)
at net.sf.l2j.loginserver.GameServerTable.loadRegisteredGameServers(Game
ServerTable.java:151)
at net.sf.l2j.loginserver.GameServerTable.<init>(GameServerTable.java:84
)
at net.sf.l2j.loginserver.GameServerTable.load(GameServerTable.java:66)
at net.sf.l2j.gsregistering.GameServerRegister.main(GameServerRegister.j
ava:45)
Premere un tasto per continuare . . . = (press a button to continue...it is italian)

can you help me? please?
Vapulabe
Posts: 271
Joined: Wed Mar 19, 2008 10:16 am

Re: Gracia final l2jserver

Post by Vapulabe »

Looks like you didn't set the correct info for the database access...
FATAL: Failed loading GameServerTable. Reason: Access denied for user 'root'@'lo
calhost' (using password: YES)
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password
: YES)
fix your config file and try again.
9Enrico0
Posts: 35
Joined: Sun Apr 26, 2009 6:56 pm

Re: Gracia final l2jserver

Post by 9Enrico0 »

yes...in gameserver config and ligin config i have insert my ip in external hostname and internal hostname and i inserted the password....What should I do yet? sorry for the question but i'm new...and I do not know nothing of servers...but I want to learn...please help me.. :) thx again
9Enrico0
Posts: 35
Joined: Sun Apr 26, 2009 6:56 pm

Re: Gracia final l2jserver

Post by 9Enrico0 »

solved the problem ...the problem was the jdk.....now....how can I use gracia final? please tell me how to do....thanx.. :?
User avatar
ThePhoenixBird
L2j Inner Circle
L2j Inner Circle
Posts: 1857
Joined: Fri May 27, 2005 5:11 pm

Re: Gracia final l2jserver

Post by ThePhoenixBird »

ThePhoenixBird wrote:Actually the L2j Server v2.9 with Gracia Final support its only avaliable on SVN, there are no pre-compiled binaries avaliable to the public since its quite a raw beta and still unstable, its has been released only for developing and testing purposes, once this beta hits the stable level the nightlys will be re-activated.
Do i need to repeat the same thing over and over?

The only way to get Gracia Final its using the SVN repository, if you dont know how to get it from there, then that does means that you shouldnt.

Gracia Final still have bugs and its unstable.
9Enrico0
Posts: 35
Joined: Sun Apr 26, 2009 6:56 pm

Re: Gracia final l2jserver

Post by 9Enrico0 »

oh...ok..sorry.. :) thanks foe the aswer........I hope that by the end of June the T2.3 l2j server will be inserted in the nightiles...=) thanks again for all the aswers... :D
Post Reply