problems with start

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
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

problems with start

Post by bembelinas »

i started login ang game server my "ipconfig"

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="84.55.23.65" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">    <!-- Localhost here -->    <define subnet="127.0.0.0/8" address="84.55.23.65" />    <!-- Internalhosts here (LANs IPs) -->    <define subnet="10.0.0.0/8" address="10.0.0.0" />    <define subnet="172.16.0.0/19" address="172.16.0.0" />    <define subnet="192.168.0.0/16" address="192.168.0.0" /></gameserver>
my game server and login server starts but i cant login to my server nothink happens and when i try to create acc in database(navicat) nothink happens no new acc no errors nothink,. not long time ago with same ipconfig i can login to loginserver it were said new acc created but into gameserver i couldnt. so if you understand what i said its ok :wink: wheres the problem
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: problems with start

Post by tukune »

:evil: <define subnet="127.0.0.0/8" address="84.55.23.65" />
:D <define subnet="127.0.0.0/8" address="127.0.0.1" />
You do not have the required permissions to view the files attached to this post.
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: problems with start

Post by bembelinas »

nothink better


its login server console

Code: Select all

 Starting L2J Login Server. loading login configLoading mmo.propertiesMLog clients using java 1.4+ standard logging.Initializing c3p0-0.9.2-pre1 [built 27-May-2010 01:00:49 -0400; debug? true; trace: 10]Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hge5928j8us4i41r8crvu|194ca6c, debugUnreturnedConnectionStackTraces-> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken ->1hge5928j8us4i41r8crvu|194ca6c, idleConnectionTestPeriod -> 3600, initialPoolSize -> 10, jdbcUrl -> jdbc:mysql://localhost/l2jdb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 10, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolSize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, statementDestroyerNumActiveThreads -> -1, statementDestroyerNumConnectionsInUseAllUsers -> -1, statementDestroyerNumConnectionsInUseDefaultUser -> -1, statementDestroyerNumConnectionsWithDeferredDestroyStatementsAllUsers -> -1, statementDestroyerNumConnectionsWithDeferredDestroyStatementsDefaultUser -> -1, statementDestroyerNumDeferredDestroyStatementsAllUsers -> -1, statementDestroyerNumDeferredDestroyStatementsDefaultUser -> -1, statementDestroyerNumIdleThreads -> -1, statementDestroyerNumTasksPending -> -1, statementDestroyerNumThreads -> -1, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]Loading LoginController...Cached 10 KeyPairs for RSA communicationStored 20 keys for Blowfish communicationLoaded 127 server namesLoaded 1 registered Game ServersCached 10 RSA keys for Game Server communication.Loaded 2 IP Bans.Listening for GameServers on *:9014Telnet server is currently disabled.Login Server ready on *:2106Updated Gameserver [1] Bartz IP's:127.0.0.1/127.0.0.0/810.0.0.0/10.0.0.0/8172.16.0.0/172.16.0.0/19192.168.0.0/192.168.0.0/1684.55.18.65/0.0.0.0/0

its game server end of console

Code: Select all

Handy's Block Checker Event is enabledNext TerritoryWarTime: Sat Oct 29 20:00:00 EEST 2011[EnhanceYourWeapon] Loaded 54 Soul Crystal data.[EnhanceYourWeapon] Loaded 238 npc Leveling info data.Compiled Scripts Cache is disabled.Loaded: 570 questsLoaded: 105 transformations.Initializing ItemsAutoDestroy.SevenSignsFestival: The first Festival of Darkness cycle begins in 2 minute(s).Event ID: (Valentines Event) has passed... Ignored.AutoChatHandler: Loaded 32 handlers in total.AutoSpawnHandler: Loaded 133 handlers in total.HellboundManager: InitializingHellboundManager: Mode: dummyHellboundManager: State: unlockedMail Manager: Successfully loaded 0 messages.IdFactory: Free ObjectID's remaining: 1879001029TvTEventEngine[TvTManager.TvTManager()]: Started.GameServer Started, free memory 649 Mb of 989 MbConnecting to login on 127.0.0.1:9014CommunityServerThread: Deactivated by config.Maximum Numbers of Connected Players: 100Server Loaded in 100 secondsAutoAnnoucements: Loaded 0 Auto Annoucement Data.Telnet server is currently disabled.Registered on login as Server 1 : Bartz
Post Reply