Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. This is from file "2011-05-19_12-32-43_stdout.log" the last one
  2.  
  3.  
  4. nice: kan inte sätta nice-värde: Åtkomst nekas
  5. loading login config
  6.  
  7. Loading mmo.properties
  8.  
  9. MLog clients using java 1.4+ standard logging.
  10.  
  11. Initializing c3p0-0.9.2-pre1 [built 27-May-2010 01:00:49 -0400; debug? true; trace: 10]
  12.  
  13. 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 -> z8kflt8g261g1c8eu32j|bd0108, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> z8kflt8g261g1c8eu32j|bd0108, 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 ]
  14.  
  15. Loading LoginController...
  16.  
  17. Cached 10 KeyPairs for RSA communication
  18.  
  19. Stored 20 keys for Blowfish communication
  20.  
  21. Loaded 127 server names
  22.  
  23. Loaded 1 registered Game Servers
  24.  
  25. Cached 10 RSA keys for Game Server communication.
  26.  
  27. Loaded 2 IP Bans.
  28.  
  29. FATAL: Failed to start the Game Server Listener. Reason: Address already in use
  30.  
  31. java.net.BindException: Address already in use
  32. at java.net.PlainSocketImpl.socketBind(Native Method)
  33. at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383)
  34. at java.net.ServerSocket.bind(ServerSocket.java:328)
  35. at java.net.ServerSocket.<init>(ServerSocket.java:194)
  36. at java.net.ServerSocket.<init>(ServerSocket.java:106)
  37. at com.l2jserver.loginserver.FloodProtectedListener.<init>(FloodProtectedListener.java:48)
  38. at com.l2jserver.loginserver.GameServerListener.<init>(GameServerListener.java:37)
  39. at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:177)
  40. at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:56)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement