Starting L2J Login Server.
INFO : loading login config
INFO : MLog clients using log4j logging.
INFO : Initializing c3p0-0.9.1.1 [built 15-March-2007 01:32:31; debug? true; tra
ce: 10]
INFO : Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acq
uireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCom
mitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcqui
reFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null,
connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester,
dataSourceName -> 1hge1ab8hihbof7cxvnrd|1b4fad5, debugUnreturnedConnectionStackT
races -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, facto
ryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityTok
en -> 1hge1ab8hihbof7cxvnrd|1b4fad5, idleConnectionTestPeriod -> 60, initialPool
Size -> 3, jdbcUrl -> jdbc:mysql://localhost/l2jdb, lastAcquisitionFailureDefaul
tUser -> null, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTim
e -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 0
, maxStatementsPerConnection -> 100, minPoolSize -> 1, numHelperThreads -> 20, n
umThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, propertie
s -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin
-> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, u
sesTraditionalReflectiveProxies -> false ]
INFO : Loaded 127 server names
INFO : LoginManager initiating
INFO : Cached 10 KeyPairs for RSA communication
INFO : Stored 20 keys for Blowfish communication
INFO : GameServerManager: Loaded 1
INFO : Cached 10 RSA keys for Game Server communication.
INFO : BanManager: Loaded 3 banned ip/subnet(s).
WARN : Error creating ServerSocket: java.net.BindException: Cannot assign reques
ted address: JVM_Bind
INFO : Listening for GameServers on server222.servegame.com:7777
INFO : Telnet server is currently disabled.
Selector Started
INFO : Login Server ready on 0.0.0.0:9014
Ports 7777/9014/2106 are open.
My No-IP is server222.servegame.com,what i must do to make login start successfully ?
When i don't use my No-IP and i use 127.0.0.1 it works perfect
Loginserver.properties:
# ================================================================
# General login server setting !!! REQUIRED to configure to everyone !!!
# ================================================================
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostname=0.0.0.0
LoginServerPort=2106
GMMinLevel=100
# The port, ip on which login will listen for GameServers
LoginHostname=server222.servegame.com
LoginPort=9014
# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = True
# If false, the licence (after the login) will not be shown
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
# Useable values: "True" - "False", use this option to choose whether accounts will be created
# automatically or not.
AutoCreateAccounts=True
# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)
# (0 = disable)
IpUpdateTime=0
# ==============================================================
# Test server setting, shoudnt be touched in online game server
# ==============================================================
Debug = False
Assert = False
Developer = False
# Enforce GG Authorization from client
# Login server will kick client if client bypassed GameGuard authentication
ForceGGAuth=False
#FloodProtection. time in ms
EnableFloodProtection=True
FastConnectionLimit=15
NormalConnectionTime=700
FastConnectionTime=350
MaxConnectionPerIP=50
#Ban management
# number of attempt before a user is banned when he fails his login
LoginTryBeforeBan=10
# 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
My initial plan was to port the Homunculus system from Live 502 to ClassicAden 502. But, when the interface for Homunculus is enabled, it has some hardcoded function that tries to load the dat files which leads to a crash since those files dont exist in ClassicAden. I was hoping to do some injection hoping, forcing the client to load the files.
Question
Antillion
When i open startLoginServer.bat i get this:
Starting L2J Login Server. INFO : loading login config INFO : MLog clients using log4j logging. INFO : Initializing c3p0-0.9.1.1 [built 15-March-2007 01:32:31; debug? true; tra ce: 10] INFO : Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acq uireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCom mitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcqui reFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hge1ab8hihbof7cxvnrd|1b4fad5, debugUnreturnedConnectionStackT races -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, facto ryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityTok en -> 1hge1ab8hihbof7cxvnrd|1b4fad5, idleConnectionTestPeriod -> 60, initialPool Size -> 3, jdbcUrl -> jdbc:mysql://localhost/l2jdb, lastAcquisitionFailureDefaul tUser -> null, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTim e -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 0 , maxStatementsPerConnection -> 100, minPoolSize -> 1, numHelperThreads -> 20, n umThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, propertie s -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, u sesTraditionalReflectiveProxies -> false ] INFO : Loaded 127 server names INFO : LoginManager initiating INFO : Cached 10 KeyPairs for RSA communication INFO : Stored 20 keys for Blowfish communication INFO : GameServerManager: Loaded 1 INFO : Cached 10 RSA keys for Game Server communication. INFO : BanManager: Loaded 3 banned ip/subnet(s). WARN : Error creating ServerSocket: java.net.BindException: Cannot assign reques ted address: JVM_Bind INFO : Listening for GameServers on server222.servegame.com:7777 INFO : Telnet server is currently disabled. Selector Started INFO : Login Server ready on 0.0.0.0:9014Ports 7777/9014/2106 are open.
My No-IP is server222.servegame.com,what i must do to make login start successfully ?
When i don't use my No-IP and i use 127.0.0.1 it works perfect
Loginserver.properties:
2 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