maxbitch Posted July 6, 2008 Posted July 6, 2008 How can i fix that : Starting L2JOneo Login Server. loading login config MLog clients using java 1.4+ standard logging. Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10] Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ java.beans .IntrospectionException: java.lang.reflect.InvocationTargetException [numThreads AwaitingCheckoutDefaultUser] ] FATAL: Failed initializing database. Reason: Access denied for user 'root'@'loca lhost' (using password: NO) LoginServer terminated abnormaly LoginServer terminated Press any key to continue . . . I press start.bat afterwards startloginserver.bat and i get this problem ! I have to change db password with php i think but i am not sure...
0 TheRuleZzZ Posted July 6, 2008 Posted July 6, 2008 go to loginserver/config/loginserver and edit this : # ================================================================ # General server setting !!! REQUIRED to configure to everyone !!! # ================================================================ # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname=127.0.0.1 # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname=127.0.0.1 # Bind ip of the loginServer, use * to bind on all available IPs LoginserverHostname=* LoginserverPort=2106 # How many times you can provide an invalid account/pass before the IP gets banned LoginTryBeforeBan=20 # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) LoginBlockAfterBan=600 GMMinLevel=100 # The address on which login will listen for GameServers, use * to bind on all available IPs LoginHostname=* # The port on which login will listen for GameServers LoginPort=9014 # If set to true any GameServer can register on your login's free slots AcceptNewGameServer = false # If false, the licence (after the login) will not be shown # It is highly recomended for Account Seciurity to leave this option as defalut (true) ShowLicence = true # Database info Driver=com.mysql.jdbc.Driver #Driver=org.hsqldb.jdbcDriver #Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver URL=jdbc:mysql://localhost/l2jdb #URL=jdbc:hsqldb:hsql://localhost/l2jdb #URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password= Login=root Password=root <---------------------- write ur database pass MaximumDbConnections=50 MaximumStateMents=100 MaxPoolSize=50 MinPoolSize=10 AquireIncrement=1 IdleConnectionTest=10800 MaxIdleTime=0
0 maxbitch Posted July 6, 2008 Author Posted July 6, 2008 Kai poio einai to Db pass m ? ( dokimaw preconf pack! )
0 Stefoulis15 Posted July 6, 2008 Posted July 6, 2008 na se rotiksw... exeis preconfigured pack etc?? k exeis installed MySQL Server??
0 Hax0r Posted July 6, 2008 Posted July 6, 2008 Kai poio einai to Db pass m ? ( dokimaw preconf pack! ) vale root EDIT na se rotiksw... exeis preconfigured pack etc?? k exeis installed MySQL Server?? dn borei na exei mysql server. to pack apo mono t sikwnei mysql server
0 maxbitch Posted July 6, 2008 Author Posted July 6, 2008 oxi dn exw mysql ! to db pass m einai root ok !
0 maxbitch Posted July 6, 2008 Author Posted July 6, 2008 Problem solved xD Thx gia to help sas ! ( SRY ! Gia to double post ! 3exasthka ! SRY ! )
Question
maxbitch
How can i fix that :
Starting L2JOneo Login Server.
loading login config
MLog clients using java 1.4+ standard logging.
Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ java.beans
.IntrospectionException: java.lang.reflect.InvocationTargetException [numThreads
AwaitingCheckoutDefaultUser] ]
FATAL: Failed initializing database. Reason: Access denied for user 'root'@'loca
lhost' (using password: NO)
LoginServer terminated abnormaly
LoginServer terminated
Press any key to continue . . .
I press start.bat afterwards startloginserver.bat and i get this problem !
I have to change db password with php i think but i am not sure...
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now