Jump to content
  • 0

Question

Posted

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

  • 0
Posted

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
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...