Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Server files NEW

Newbie Spellweaver
Joined
Feb 22, 2013
Messages
19
Reaction score
2
this my server console log

[04-22 18:33:46,040, 203] main - INFO tools.reflection.classLoading.l : Using URLClassLoader classpath
[04-22 18:33:46,040, 203] main - INFO tools.reflection.classLoading.h : Loading classes from [D:\server_bin\serverConsole\cfg\server\bin|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], D:\server_bin\serverConsole\cfg\jars|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], D:\server_bin\serverConsole\cfg\vendor|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], D:\server_bin\serverConsole\cfg\target\test-classes|[[WARN:.*]], D:\server_bin\serverConsole\cfg\target\test|[[WARN:.*]], D:\server_bin\serverConsole\cfg\target\classes|[[WARN:.*]], D:\server_bin\serverConsole\cfg\target\production|[[WARN:.*]], D:\server_bin\serverConsole\cfg\classes\production|[[WARN:.*]], D:\server_bin\serverConsole\cfg\classes\test|[[WARN:.*]], D:\server_bin\serverConsole\cfg\jars_local|[[WARN:.*]], D:\server_bin\serverConsole\cfg\server_bin\jars|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], D:\server_bin\serverConsole\cfg\server_bin\jars_local|[[WARN:.*]]](cp = [D:\server_bin\jars\serverConsole.ConsoleMain.jar])...
[04-22 18:33:46,040, 203] main - INFO tools.reflection.classLoading.h : Current base path: D:\server_bin\serverConsole\cfg
[04-22 18:33:46,320, 483] main - WARN tools.reflection.classLoading.h : Duplicated 19 classes in [D:\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, D:\server_bin\jars\vendors\commons-beanutils-bean-collections-1.8.0.jar], for example 'org.apache.commons.beanutils.BeanMap$Entry"
[04-22 18:33:46,320, 483] main - WARN tools.reflection.classLoading.h : Duplicated 108 classes in [D:\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, D:\server_bin\jars\vendors\commons-beanutils-core-1.8.0.jar], for example 'org.apache.commons.beanutils.locale.converters.DateLocaleConverter"
[04-22 18:33:46,320, 483] main - WARN tools.reflection.classLoading.h : Duplicated 10 classes in [D:\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, D:\server_bin\jars\vendors\commons-beanutils-core-1.8.0.jar, D:\server_bin\jars\vendors\commons-collections-3.1.jar], for example 'org.apache.commons.collections.FastHashMap$KeySet"
[04-22 18:33:46,320, 483] main - WARN tools.reflection.classLoading.h : Duplicated 21 classes in [D:\server_bin\jars\vendors\hamcrest-core-1.1.jar, D:\server_bin\jars\vendors\junit-4.8.2.jar], for example 'org.hamcrest.internal.SelfDescribingValueIterator"
[04-22 18:33:46,320, 483] main - WARN tools.reflection.classLoading.h : Duplicated 256 classes in [D:\server_bin\jars\vendors\log4j-1.2.14.jar, D:\server_bin\jars\vendors\log4j-1.2.16.jar], for example 'org.apache.log4j.lf5.viewer.LogBrokerMonitor$LogBrokerMonitorWindowAdaptor"
[04-22 18:33:46,320, 483] main - WARN tools.reflection.classLoading.h : Duplicated 16 classes in [D:\server_bin\jars\vendors\log4jdbc3-1.2beta2.jar, D:\server_bin\jars\vendors\log4jdbc4-1.2beta2.jar], for example 'net.sf.log4jdbc.ConnectionSpy"
[04-22 18:33:46,398, 561] main - INFO tools.reflection.classLoading.m : Loading 4447 classes...
[04-22 18:33:46,648, 811] Task3 - WARN tools.reflection.classLoading.m : Can not load class linksstorage.tests.LinksStorageTest. class java.lang.NoClassDefFoundError: system/base/tester/SystemTester
[04-22 18:33:46,773, 936] main - INFO tools.reflection.classLoading.m : Finished in 0.359 sec
[04-22 18:33:46,773, 936] main - INFO tools.reflection.classLoading.m : Checking class dependencies
[04-22 18:33:46,851, 1014] Task1 - WARN tools.reflection.classLoading.m : Coud not load class class linksstorage.SqlXdbLinksImpl. excluding from loading : dbcommons/exception/DatabaseException
[04-22 18:33:46,851, 1014] Task3 - WARN tools.reflection.classLoading.m : Coud not load class class linksstorage.ProjectFilesLinksImpl. excluding from loading : Ltools/containers/hashMaps/MultiHashMap;
[04-22 18:33:46,882, 1045] main - INFO tools.reflection.classLoading.m : Finished in 0.109 sec
[04-22 18:33:46,882, 1045] main - INFO tools.reflection.classLoading.m : 3 classes loading errors
[04-22 18:33:46,929, 1092] main - INFO tools.reflection.classLoading.h : 4473 classes loaded in 0.889 sec
 
Newbie Spellweaver
Joined
Feb 25, 2014
Messages
56
Reaction score
13
My, accountserver.bat log:

[04-23 11:28:49,516, 402] main - ERROR launch.c : Failed to make symlink ..\out\04-23.11_28_49.rev_390809\server.log(->/logs/server.log)
java.nio.file.FileSystemException: ..\out\04-23.11_28_49.rev_390809\server.log: A required privilege is not held by the client.

Error put into Spoiler block by DNC
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:593)
at java.nio.file.Files.createSymbolicLink(Files.java:988)
at launch.c.a(c.java:8)
at launch.c.a(c.java:9)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at accountserver.AccountServerMain.main(AccountServerMain.java:2)
[04-23 11:28:49,528, 414] main - ERROR launch.c : Failed to make symlink ..\out\04-23.11_28_49.rev_390809\lags.txt(->/statistics/System/Performance/LagDetector/lags.txt)
java.nio.file.FileSystemException: ..\out\04-23.11_28_49.rev_390809\lags.txt: Gereken ayrıcalık istemci tarafından sağlanmıyor.


at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:593)
at java.nio.file.Files.createSymbolicLink(Files.java:988)
at launch.c.a(c.java:8)
at launch.c.a(c.java:40)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at accountserver.AccountServerMain.main(AccountServerMain.java:2)
[04-23 11:28:49,538, 424] main - ERROR launch.c : Failed to make symlink ..\out\04-23.11_28_49.rev_390809\..\00_LAST(->/)
java.nio.file.FileSystemException: ..\out\04-23.11_28_49.rev_390809\..\00_LAST: Gereken ayrıcalık istemci tarafından sağlanmıyor.


at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:593)
at java.nio.file.Files.createSymbolicLink(Files.java:988)
at launch.c.a(c.java:8)
at launch.c.a(c.java:54)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at accountserver.AccountServerMain.main(AccountServerMain.java:2)
[04-23 11:28:49,565, 451] main - INFO launch.c : Current process id from jvm name = 6104
[04-23 11:28:49,571, 457] main - INFO launch.c : Starting server at revision 390809 (RC_4.0.02)
[04-23 11:28:49,573, 459] main - INFO launch.c : Starting server of client net version 8455
[04-23 11:28:49,574, 460] main - INFO launch.c : Starting server of client-account net version 73
[04-23 11:28:49,574, 460] main - INFO launch.c : Starting server of account-frontEnd net version 48
[04-23 11:28:49,642, 528] main - INFO launch.c : loading config from ../cfg/shard_local.xml
[04-23 11:29:00,437, 11323] main - INFO launch.c : loading from cfg "../cfg/shard_local.xml", server "accountServer", deploy = 127.0.0.1
[04-23 11:29:00,437, 11323] main - INFO launch.c : Server type is "accountServer"
[04-23 11:29:00,438, 11324] main - INFO launch.c : Server name "test_trunk_shard"
[04-23 11:29:00,450, 11336] main - INFO tools.reflection.classLoading.l : Using URLClassLoader classpath
[04-23 11:29:00,454, 11340] main - INFO tools.reflection.classLoading.h : Loading classes from [F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\accountServer\cfg\server\bin|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\accountServer\cfg\jars|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\accountServer\cfg\vendor|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\accountServer\cfg\target\test-classes|[[WARN:.*]], F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\accountServer\cfg\target\test|[[WARN:.*]], F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\accountServer\cfg\target\classes|[[WARN:.*]], F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\accountServer\cfg\target\production|[[WARN:.*]], F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\accountServer\cfg\classes\production|[[WARN:.*]], F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\accountServer\cfg\classes\test|[[WARN:.*]], F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\accountServer\cfg\jars_local|[[WARN:.*]], F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\accountServer\cfg\server_bin\jars|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\accountServer\cfg\server_bin\jars_local|[[WARN:.*]]](cp = [F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\accountserver.AccountServerMain.jar])...
[04-23 11:29:00,462, 11348] main - INFO tools.reflection.classLoading.h : Current base path: F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\accountServer\cfg
[04-23 11:29:00,940, 11826] main - WARN tools.reflection.classLoading.h : Duplicated 19 classes in [F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\commons-beanutils-bean-collections-1.8.0.jar], for example 'org.apache.commons.beanutils.BeanMap$Entry"
[04-23 11:29:00,944, 11830] main - WARN tools.reflection.classLoading.h : Duplicated 108 classes in [F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\commons-beanutils-core-1.8.0.jar], for example 'org.apache.commons.beanutils.locale.converters.DateLocaleConverter"
[04-23 11:29:00,948, 11834] main - WARN tools.reflection.classLoading.h : Duplicated 10 classes in [F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\commons-beanutils-core-1.8.0.jar, F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\commons-collections-3.1.jar], for example 'org.apache.commons.collections.FastHashMap$KeySet"
[04-23 11:29:00,953, 11839] main - WARN tools.reflection.classLoading.h : Duplicated 21 classes in [F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\hamcrest-core-1.1.jar, F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\junit-4.8.2.jar], for example 'org.hamcrest.internal.SelfDescribingValueIterator"
[04-23 11:29:00,956, 11842] main - WARN tools.reflection.classLoading.h : Duplicated 256 classes in [F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\log4j-1.2.14.jar, F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\log4j-1.2.16.jar], for example 'org.apache.log4j.lf5.viewer.LogBrokerMonitor$LogBrokerMonitorWindowAdaptor"
[04-23 11:29:00,961, 11847] main - WARN tools.reflection.classLoading.h : Duplicated 16 classes in [F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\log4jdbc3-1.2beta2.jar, F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\log4jdbc4-1.2beta2.jar], for example 'net.sf.log4jdbc.ConnectionSpy"
[04-23 11:29:00,964, 11850] main - WARN tools.reflection.classLoading.h : Duplicated 42 classes in [F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\servlet-api-2.5-20081211.jar, F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\servlet-api-2.5-6.1.3.jar], for example 'javax.servlet.Filter"
[04-23 11:29:00,968, 11854] main - WARN tools.reflection.classLoading.h : Duplicated 29 classes in [F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\uncommons-math-1.0.2.jar, F:\Ozan Yedekler\Allods Online Sunucu Dosyaları\USGala.4.0.02.42.server\server_bin\jars\vendors\uncommons-maths-1.0.2.jar], for example 'org.uncommons.maths.statistics.EmptyDataSetException"
[04-23 11:29:01,277, 12163] main - INFO tools.reflection.classLoading.m : Loading 23632 classes...
[04-23 11:29:02,577, 13463] Task3 - WARN tools.reflection.classLoading.m : Can not load class codegen.test.SourceCodeStaticTest. class java.lang.NoClassDefFoundError: testsSupport/baseTestsRunners/BaseTester
[04-23 11:29:02,657, 13543] Task1 - WARN tools.reflection.classLoading.m : Can not load class linksstorage.tests.LinksStorageTest. class java.lang.NoClassDefFoundError: system/base/tester/SystemTester
[04-23 11:29:03,451, 14337] Task3 - WARN tools.reflection.classLoading.m : Can not load class codegen.test.SourceCodeTest. class java.lang.NoClassDefFoundError: testsSupport/baseTestsRunners/BaseTester
[04-23 11:29:04,486, 15372] Task0 - WARN tools.reflection.classLoading.m : Can not load class codegen.test.JavaSourceCodeTest. class java.lang.NoClassDefFoundError: testsSupport/baseTestsRunners/BaseTester
[04-23 11:29:04,517, 15403] main - INFO tools.reflection.classLoading.m : Finished in 3.239 sec
[04-23 11:29:04,517, 15403] main - INFO tools.reflection.classLoading.m : Checking class dependencies
[04-23 11:29:04,836, 15722] Task1 - WARN tools.reflection.classLoading.m : Coud not load class class linksstorage.SqlXdbLinksImpl. excluding from loading : dbcommons/exception/DatabaseException
[04-23 11:29:05,084, 15970] Task3 - WARN tools.reflection.classLoading.m : Coud not load class class linksstorage.ProjectFilesLinksImpl. excluding from loading : Ltools/containers/hashMaps/MultiHashMap;
[04-23 11:29:05,409, 16295] main - INFO tools.reflection.classLoading.m : Finished in 0.892 sec
[04-23 11:29:05,410, 16296] main - INFO tools.reflection.classLoading.m : 6 classes loading errors
[04-23 11:29:05,751, 16637] main - INFO tools.reflection.classLoading.h : 23655 classes loaded in 5.297 sec
[04-23 11:29:06,614, 17500] main - INFO accountserver.bc : starting account server...
[04-23 11:29:06,675, 17561] main - INFO accountserver.bc : loading build from builds/standard.xml
[04-23 11:29:06,742, 17628] main - INFO accountserver.bc : configuration loaded
[04-23 11:29:06,743, 17629] main - INFO logging.init.Logging : About to shutdown channel engines: []
[04-23 11:29:06,744, 17630] main - INFO logging.init.Logging : Completed shutdown of channel engines []
[04-23 11:29:06,750, 17636] main - WARN verify : Using dummy channel engine. All statistics data will be discarded.
[04-23 11:29:07,026, 17912] main - INFO dbcommons.hibernate.r : **** b Database connected. Connection url: jdbc:postgresql://dev-db.a1.pvt/allods_account_RC_4_0_02 username: postgres
[04-23 11:29:07,165, 18051] main - WARN org.hibernate.ejb.Ejb3Configuration : hibernate.connection.autocommit = false break the EJB3 specification
[04-23 11:29:07,165, 18051] main - WARN org.hibernate.ejb.Ejb3Configuration : hibernate.connection.autocommit = false break the EJB3 specification
[04-23 11:29:07,313, 18199] main - INFO com.mchange.v2.log.MLog : MLog clients using log4j logging.
[04-23 11:29:07,380, 18266] main - INFO com.mchange.v2.c3p0.C3P0Registry : Initializing c3p0-0.9.2-pre4 [built 16-June-2012 20:16:37 -0400; debug? true; trace: 10]
[04-23 11:29:07,459, 18345] main - INFO com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource : Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@c6688c88 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@63c4eeba [ acquireIncrement -> 3, acquireRetryAttempts -> 1, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge13q981rncyo8dvi0ez|167c81, idleConnectionTestPeriod -> 60, initialPoolSize -> 3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 50, maxStatementsPerConnection -> 0, minPoolSize -> 3, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@5c4a131a [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 1hge13q981rncyo8dvi0ez|4a5266, jdbcUrl -> jdbc:postgresql://dev-db.a1.pvt/allods_account_RC_4_0_02, properties -> {user=******, password=******, autocommit=false, release_mode=after_statement} ], preferredTestQuery -> SELECT 1, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 1hge13q981rncyo8dvi0ez|1d6b5ea, numHelperThreads -> 3 ]
[04-23 11:29:10,773, 21659] C3P0PooledConnectionPoolManager-Helper Thread-#1 - WARN com.mchange.v2.resourcepool.BasicResourcePool : com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@1ab15c2 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:
org.postgresql.util.PSQLException: Bağlantı denemesi başarısız oldu.
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:152)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125)
at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22)
at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(AbstractJdbc4Connection.java:32)
at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.java:24)
at org.postgresql.Driver.makeConnection(Driver.java:393)
at org.postgresql.Driver.connect(Driver.java:267)
at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:152)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1074)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1061)
at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1796)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:635)
Caused by: java.net.UnknownHostException: dev-db.a1.pvt
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:208)
at org.postgresql.core.PGStream.<init>(PGStream.java:62)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76)
... 17 more
[04-23 11:29:10,819, 21705] C3P0PooledConnectionPoolManager-Helper Thread-#1 - WARN com.mchange.v2.resourcepool.BasicResourcePool : Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@c305da is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
[04-23 11:29:10,827, 21713] main - WARN org.hibernate.cfg.SettingsFactory : Could not obtain connection to query metadata
java.sql.SQLException: Connections could not be acquired from the underlying database!
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:641)
at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
at org.hibernate.connection.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:78)
at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:113)
at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2863)
at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2859)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1870)
at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:906)
at dbcommons.hibernate.r.V(r.java:87)
at dbcommons.hibernate.r.<init>(r.java:102)
at accountserver.accountdb.jdbcimpl.b.<init>(b.java:24)
at accountserver.accountdb.jdbcimpl.a.a(a.java:8)
at accountserver.bc.a(bc.java:64)
at launch.a.a(a.java:4)
at launch.c.a(c.java:55)
at launch.c.a(c.java:4)
at launch.c.a(c.java:35)
at accountserver.AccountServerMain.main(AccountServerMain.java:2)
Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1406)
at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:594)
at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:514)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutAndMarkConnectionInUse(C3P0PooledConnectionPool.java:707)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:634)
... 17 more
[04-23 11:29:10,781, 21667] C3P0PooledConnectionPoolManager-Helper Thread-#2 - WARN com.mchange.v2.resourcepool.BasicResourcePool : com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@693a8a -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:
org.postgresql.util.PSQLException: Bağlantı denemesi başarısız oldu.
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:152)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125)
at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22)
at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(AbstractJdbc4Connection.java:32)
at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.java:24)
at org.postgresql.Driver.makeConnection(Driver.java:393)
at org.postgresql.Driver.connect(Driver.java:267)
at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:152)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1074)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1061)
at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1796)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:635)
Caused by: java.net.UnknownHostException: dev-db.a1.pvt
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:208)
at org.postgresql.core.PGStream.<init>(PGStream.java:62)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76)
... 17 more
[04-23 11:29:10,864, 21750] C3P0PooledConnectionPoolManager-Helper Thread-#2 - WARN com.mchange.v2.resourcepool.BasicResourcePool : Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@c305da is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
[04-23 11:29:10,779, 21665] C3P0PooledConnectionPoolManager-Helper Thread-#0 - WARN com.mchange.v2.resourcepool.BasicResourcePool : com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@162257b -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:
org.postgresql.util.PSQLException: Bağlantı denemesi başarısız oldu.
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:152)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125)
at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22)
at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(AbstractJdbc4Connection.java:32)
at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.java:24)
at org.postgresql.Driver.makeConnection(Driver.java:393)
at org.postgresql.Driver.connect(Driver.java:267)
at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:152)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1074)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1061)
at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1796)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:635)
Caused by: java.net.UnknownHostException: dev-db.a1.pvt
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:208)
at org.postgresql.core.PGStream.<init>(PGStream.java:62)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76)
... 17 more
[04-23 11:29:10,908, 21794] C3P0PooledConnectionPoolManager-Helper Thread-#0 - WARN com.mchange.v2.resourcepool.BasicResourcePool : Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@c305da is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
[04-23 11:29:10,827, 21713] main - WARN org.hibernate.cfg.SettingsFactory : Could not obtain connection to query metadata
java.sql.SQLException: Connections could not be acquired from the underlying database!
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:641)
at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
at org.hibernate.connection.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:78)
at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:113)
at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2863)
at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2859)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1870)
at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:906)
at dbcommons.hibernate.r.V(r.java:87)
at dbcommons.hibernate.r.<init>(r.java:102)
at accountserver.accountdb.jdbcimpl.b.<init>(b.java:24)
at accountserver.accountdb.jdbcimpl.a.a(a.java:8)
at accountserver.bc.a(bc.java:64)
at launch.a.a(a.java:4)
at launch.c.a(c.java:55)
at launch.c.a(c.java:4)
at launch.c.a(c.java:35)
at accountserver.AccountServerMain.main(AccountServerMain.java:2)
Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1406)
at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:594)
at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:514)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutAndMarkConnectionInUse(C3P0PooledConnectionPool.java:707)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:634)
... 17 more
[04-23 11:29:10,990, 21876] main - WARN org.hibernate.cfg.SettingsFactory : Overriding release mode as connection provider does not support 'after_statement'
[04-23 11:29:10,990, 21876] main - WARN org.hibernate.cfg.SettingsFactory : Overriding release mode as connection provider does not support 'after_statement'
[04-23 11:29:11,289, 22175] main - WARN org.hibernate.impl.SessionFactoryImpl : JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession()
[04-23 11:29:11,289, 22175] main - WARN org.hibernate.impl.SessionFactoryImpl : JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession()
[04-23 11:29:11,322, 22208] main - INFO TextLogger : Create logger `QueryStatitstics`, file `../statistics/System/Performance/Database/QueryStatitstics.txt`, without rolling
[04-23 11:29:12,403, 23289] C3P0PooledConnectionPoolManager-Helper Thread-#1 - WARN com.mchange.v2.resourcepool.BasicResourcePool : com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@dbaf8b -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:
org.postgresql.util.PSQLException: Bağlantı denemesi başarısız oldu.
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:152)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125)
at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22)
at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(AbstractJdbc4Connection.java:32)
at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.java:24)
at org.postgresql.Driver.makeConnection(Driver.java:393)
at org.postgresql.Driver.connect(Driver.java:267)
at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:152)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1074)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1061)
at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1796)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:635)
Caused by: java.net.UnknownHostException: dev-db.a1.pvt
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:208)
at org.postgresql.core.PGStream.<init>(PGStream.java:62)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76)
... 17 more
[04-23 11:29:12,446, 23332] C3P0PooledConnectionPoolManager-Helper Thread-#1 - WARN com.mchange.v2.resourcepool.BasicResourcePool : Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@c305da is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
[04-23 11:29:12,456, 23342] main - WARN org.hibernate.util.JDBCExceptionReporter : SQL Error: 0, SQLState: null
[04-23 11:29:12,404, 23290] C3P0PooledConnectionPoolManager-Helper Thread-#0 - WARN com.mchange.v2.resourcepool.BasicResourcePool : com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@77e30f -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:
org.postgresql.util.PSQLException: Bağlantı denemesi başarısız oldu.
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:152)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125)
at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22)
at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(AbstractJdbc4Connection.java:32)
at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.java:24)
at org.postgresql.Driver.makeConnection(Driver.java:393)
at org.postgresql.Driver.connect(Driver.java:267)
at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:152)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1074)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1061)
at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1796)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:635)
Caused by: java.net.UnknownHostException: dev-db.a1.pvt
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:208)
at org.postgresql.core.PGStream.<init>(PGStream.java:62)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76)
... 17 more
[04-23 11:29:12,490, 23376] C3P0PooledConnectionPoolManager-Helper Thread-#0 - WARN com.mchange.v2.resourcepool.BasicResourcePool : Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@c305da is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
[04-23 11:29:12,403, 23289] C3P0PooledConnectionPoolManager-Helper Thread-#2 - WARN com.mchange.v2.resourcepool.BasicResourcePool : com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@e1fa33 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:
org.postgresql.util.PSQLException: Bağlantı denemesi başarısız oldu.
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:152)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125)
at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22)
at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(AbstractJdbc4Connection.java:32)
at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.java:24)
at org.postgresql.Driver.makeConnection(Driver.java:393)
at org.postgresql.Driver.connect(Driver.java:267)
at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:152)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1074)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1061)
at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1796)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:635)
Caused by: java.net.UnknownHostException: dev-db.a1.pvt
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:208)
at org.postgresql.core.PGStream.<init>(PGStream.java:62)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76)
... 17 more
[04-23 11:29:12,534, 23420] C3P0PooledConnectionPoolManager-Helper Thread-#2 - WARN com.mchange.v2.resourcepool.BasicResourcePool : Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@c305da is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
[04-23 11:29:12,456, 23342] main - WARN org.hibernate.util.JDBCExceptionReporter : SQL Error: 0, SQLState: null
[04-23 11:29:12,540, 23426] main - ERROR org.hibernate.util.JDBCExceptionReporter : Connections could not be acquired from the underlying database!
[04-23 11:29:12,540, 23426] main - ERROR org.hibernate.util.JDBCExceptionReporter : Connections could not be acquired from the underlying database!
[04-23 11:29:12,549, 23435] main - ERROR verify : java.sql.SQLException: Connections could not be acquired from the underlying database!
dbcommons.c: java.sql.SQLException: Connections could not be acquired from the underlying database!
at dbcommons.hibernate.v.a(v.java:27)
at dbcommons.hibernate.r.a(r.java:29)
at dbcommons.hibernate.r.V(r.java:36)
at dbcommons.hibernate.r.<init>(r.java:102)
at accountserver.accountdb.jdbcimpl.b.<init>(b.java:24)
at accountserver.accountdb.jdbcimpl.a.a(a.java:8)
at accountserver.bc.a(bc.java:64)
at launch.a.a(a.java:4)
at launch.c.a(c.java:55)
at launch.c.a(c.java:4)
at launch.c.a(c.java:35)
at accountserver.AccountServerMain.main(AccountServerMain.java:2)
Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:641)
at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
at org.hibernate.connection.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:78)
at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:446)
at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:167)
at org.hibernate.impl.SessionImpl.doWork(SessionImpl.java:1997)
at dbcommons.hibernate.v.a(v.java:8)
... 11 more
Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1406)
at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:594)
at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:514)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutAndMarkConnectionInUse(C3P0PooledConnectionPool.java:707)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:634)
... 17 more
[04-23 11:29:12,589, 23475] main - ERROR verify : unable to start server
system.base.bc: dbcommons.c: java.sql.SQLException: Connections could not be acquired from the underlying database!
at accountserver.bc.a(bc.java:17)
at launch.a.a(a.java:4)
at launch.c.a(c.java:55)
at launch.c.a(c.java:4)
at launch.c.a(c.java:35)
at accountserver.AccountServerMain.main(AccountServerMain.java:2)
Caused by: dbcommons.c: java.sql.SQLException: Connections could not be acquired from the underlying database!
at dbcommons.hibernate.v.a(v.java:27)
at dbcommons.hibernate.r.a(r.java:29)
at dbcommons.hibernate.r.V(r.java:36)
at dbcommons.hibernate.r.<init>(r.java:102)
at accountserver.accountdb.jdbcimpl.b.<init>(b.java:24)
at accountserver.accountdb.jdbcimpl.a.a(a.java:8)
at accountserver.bc.a(bc.java:64)
... 5 more
Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:641)
at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
at org.hibernate.connection.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:78)
at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:446)
at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:167)
at org.hibernate.impl.SessionImpl.doWork(SessionImpl.java:1997)
at dbcommons.hibernate.v.a(v.java:8)
... 11 more
Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1406)
at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:594)
at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:514)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutAndMarkConnectionInUse(C3P0PooledConnectionPool.java:707)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:634)
... 17 more
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Apr 21, 2015
Messages
13
Reaction score
2
Run as admin and correct db host in your shard_local.xml file

IP from database host, user and password from postgreSQL
 
Newbie Spellweaver
Joined
Feb 25, 2014
Messages
56
Reaction score
13
Ok im try



Run as admin and correct db host in your shard_local.xml file

IP from database host, user and password from postgreSQL


You Could Skype after you install the server you could help me ?

My skype: thedeathlytask
 
Newbie Spellweaver
Joined
Apr 16, 2015
Messages
19
Reaction score
0
No one has information about "account-cmd list"?
 
Junior Spellweaver
Joined
Feb 21, 2013
Messages
132
Reaction score
25
Multiple server owners say no need for serverconsole for localhost only these 3:
-Accountserver
-Masterserver
-Shard
 
Newbie Spellweaver
Joined
Apr 21, 2015
Messages
13
Reaction score
2
any ideas ?

part of shard.log

Code:
[04-23 16:39:24,755, 148578] main - INFO  shardstarter.main.a  : Connecting to masterServer 127.0.0.1:9513
[04-23 16:39:24,958, 148781] main - INFO  shardstarter.main.a  : Exchanging protocol version information
[04-23 16:39:30,177, 154000] main - INFO  masterServerConnector.k  : Warning publishing connection is not configured. Skipping.
[04-23 16:39:31,458, 155281] main - ERROR verify  : unable to start server
system.base.bc: Cant connect to time checker at 127.0.0.1:9514
	at shardstarter.b.<init>(b.java:12)
	at shardstarter.b.a(b.java:13)
	at shardstarter.a.a(a.java:61)
	at launch.a.a(a.java:4)
	at launch.c.a(c.java:55)
	at launch.c.a(c.java:4)
	at launch.c.a(c.java:35)
	at shardstarter.ShardMain.main(ShardMain.java:1)
Caused by: java.net.ConnectException: Connection refused: connect
	at java.net.DualStackPlainSocketImpl.connect0(Native Method)
	at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:69)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at shardstarter.b.<init>(b.java:6)
	... 7 more
[04-23 16:39:31,505, 155328] main - INFO  shardstarter.a  : launcher shutdown called
[04-23 16:39:37,755, 161578] main - INFO  logging.init.Logging  : About to shutdown channel engines: [ChannelEngineImpl[null]]
[04-23 16:39:37,755, 161578] main - INFO  logging.channels.BackgroundChannelWriter  : Background channel logger shutdown initiated
[04-23 16:39:37,755, 161578] BackgroundChannelWriter.LoggerThread - INFO  logging.channels.BackgroundChannelWriter  : Background channel logger shutdown has been interrupted
[04-23 16:39:37,755, 161578] BackgroundChannelWriter.LoggerThread - INFO  logging.channels.BackgroundChannelWriter  : Background channel logger stopped
[04-23 16:39:38,755, 162578] main - INFO  logging.init.Logging  : Completed shutdown of channel engines [ChannelEngineImpl[null]]
[04-23 16:39:38,802, 162625] net selector_1 - INFO  masterServerConnector.b  : connection name "localServer<->masterServer"; socket /127.0.0.1:9513 -> /127.0.0.1:49282; closed true to master server closed, reason is listen thread stopped, exception null, reconnecting
 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
235
Reaction score
124
any ideas ?

part of shard.log

Code:
...
[04-23 16:39:31,458, 155281] main - [B]ERROR verify  : unable to start server
system.base.bc: Cant connect to[/B] [COLOR=#ff0000][B]time checker[/B][/COLOR] at 127.0.0.1:9514
    ...
mentioned in the log time checker.
likely to be added here is that component folder server_bin and finish the startTimechecker.bat file. for the start of this component.



and that file TimeCheckerEMU.jar in the folder
server_bin > jars
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jan 21, 2015
Messages
48
Reaction score
6
Yop,

I've found one file for mysql database, you need to create a database, it's called : a1_reports
Here is the file in attatchment,

In this archive there are two sql files, you must use the create_db.sql file in db a1_reports
For the second file i'd foud it in the same folder that create_db.sql but i don't know its utility but i give you ^^
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 21, 2015
Messages
48
Reaction score
6
Anyone has managed to create an account since wampServer?

I'd try but i've an error in accountExample.php :

( ! ) Fatal error: Uncaught exception 'HttpError' with message 'HttpError: Malformed HTTP header' in C:\wamp\www\Allods4.0\hessian\Http.php on line 318
( ! ) HttpError: HttpError: Malformed HTTP header in C:\wamp\www\Allods4.0\hessian\Http.php on line 318

And in startAccount.bat i've this :

[04-23 20:52:53,512, 1270298] net_worker_1 - ERROR verify : [CIE] Last byte of msg is 110, 0 expected in ReadTask@account server
[04-23 20:52:53,516, 1270302] net_worker_1 - ERROR verify : [CIE] Invalid End-of-Message: message buffer = [79, 83, 84, 32, 104, 116, 116, 112, 58, 47, 47, 49, 50, 55, 46, 48, 46, 48, 46, 49, 58, 57, 51, 51, 55, 47, 65, 99, 99, 111, 117, 110, 116, 65, 80, 73, 86, 101, 114, 115, 105, 111, 110, 32, 72, 84, 84, 80, 47, 49, 46, 49, 13, 10, 72, 111, 115, 116, 58, 32, 49, 50, 55, 46, 48, 46, 48, 46, 49, 13, 10, 67, 111, 110, 110, 101, 99, 116, 105, 111], inputPipe = accountserver.w$c_@26904420
[04-23 20:52:53,518, 1270304] net_worker_1 - ERROR verify : [CIE] accountserver.w$c_ msg = NetVersionMsg{version=79}
[04-23 20:52:53,521, 1270307] net_worker_1 - ERROR verify : [CIE] Invalid End-of-Message: message buffer = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], inputPipe = accountserver.w$b_@7511f597
[04-23 20:52:53,532, 1270318] net_worker_1 - ERROR verify : [CIE] accountserver.w$b_ msg = 4f53542068747470 3a2f2f3132372e30
[04-23 20:52:53,535, 1270321] net_worker_1 - ERROR verify : [CIE] accountserver.w$b_ msg = 2e302e313a393333 372f4163636f756e
[04-23 20:52:53,539, 1270325] net_worker_1 - ERROR verify : [CIE] Invalid End-of-Message: message buffer = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], inputPipe = accountserver.w$b_@7511f597
[04-23 20:52:53,549, 1270335] net_worker_1 - WARN verify : serialization error
ioBase.SerializationException: Cant read object of class clientMsgsFactory.h.d_
at io.cppSerialization.y.d(y.java:44)
at netVersion.a.b(a.java:17)
at netVersion.a.receiveData(a.java:74)
at net.connection.k$c_.a(k$c_.java:39)
at net.connection.p.g(p.java:27)
at net.connection.p.a(p.java:51)
at net.connection.k$c_.c(k$c_.java:98)
at net.connection.k$c_.run(k$c_.java:27)
at tools.concurrent.threadPool.c.run(c.java:25)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at io.cppSerialization.y.d(y.java:149)
... 9 more
Caused by: net.connection.a$a_: not enough data to read byte
at net.connection.a.readByte(a.java:44)
at io.cppSerialization.f.readShort(f.java:17)
at io.cppSerialization.y.b(y.java:197)
at io.cppSerialization.f.readUTF(f.java:33)
at clientMsgsFactory.f.<init>(f.java:1)
at clientMsgsFactory.h$d_.<init>(h$d_.java:3)
... 14 more
[04-23 20:52:53,566, 1270352] net_worker_1 - INFO accountserver.w : name "account server"; socket /127.0.0.1:57018 -> /127.0.0.1:9337; closed true closed (serialization error while checking msg factory version; ioBase.SerializationException: Cant read object of class clientMsgsFactory.h.d_)
[04-23 20:52:53,570, 1270356] net_worker_1 - ERROR verify : [CIE] Last byte of msg is 50, 0 expected in ReadTask@account server
 
Newbie Spellweaver
Joined
Feb 27, 2012
Messages
9
Reaction score
4
Anyone has managed to create an account since wampServer?

I'd try but i've an error in accountExample.php :

( ! ) Fatal error: Uncaught exception 'HttpError' with message 'HttpError: Malformed HTTP header' in C:\wamp\www\Allods4.0\hessian\Http.php on line 318
( ! ) HttpError: HttpError: Malformed HTTP header in C:\wamp\www\Allods4.0\hessian\Http.php on line 318

And in startAccount.bat i've this :

[04-23 20:52:53,512, 1270298] net_worker_1 - ERROR verify : [CIE] Last byte of msg is 110, 0 expected in ReadTask@account server
[04-23 20:52:53,516, 1270302] net_worker_1 - ERROR verify : [CIE] Invalid End-of-Message: message buffer = [79, 83, 84, 32, 104, 116, 116, 112, 58, 47, 47, 49, 50, 55, 46, 48, 46, 48, 46, 49, 58, 57, 51, 51, 55, 47, 65, 99, 99, 111, 117, 110, 116, 65, 80, 73, 86, 101, 114, 115, 105, 111, 110, 32, 72, 84, 84, 80, 47, 49, 46, 49, 13, 10, 72, 111, 115, 116, 58, 32, 49, 50, 55, 46, 48, 46, 48, 46, 49, 13, 10, 67, 111, 110, 110, 101, 99, 116, 105, 111], inputPipe = accountserver.w$c_@26904420
[04-23 20:52:53,518, 1270304] net_worker_1 - ERROR verify : [CIE] accountserver.w$c_ msg = NetVersionMsg{version=79}
[04-23 20:52:53,521, 1270307] net_worker_1 - ERROR verify : [CIE] Invalid End-of-Message: message buffer = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], inputPipe = accountserver.w$b_@7511f597
[04-23 20:52:53,532, 1270318] net_worker_1 - ERROR verify : [CIE] accountserver.w$b_ msg = 4f53542068747470 3a2f2f3132372e30
[04-23 20:52:53,535, 1270321] net_worker_1 - ERROR verify : [CIE] accountserver.w$b_ msg = 2e302e313a393333 372f4163636f756e
[04-23 20:52:53,539, 1270325] net_worker_1 - ERROR verify : [CIE] Invalid End-of-Message: message buffer = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], inputPipe = accountserver.w$b_@7511f597
[04-23 20:52:53,549, 1270335] net_worker_1 - WARN verify : serialization error
ioBase.SerializationException: Cant read object of class clientMsgsFactory.h.d_
at io.cppSerialization.y.d(y.java:44)
at netVersion.a.b(a.java:17)
at netVersion.a.receiveData(a.java:74)
at net.connection.k$c_.a(k$c_.java:39)
at net.connection.p.g(p.java:27)
at net.connection.p.a(p.java:51)
at net.connection.k$c_.c(k$c_.java:98)
at net.connection.k$c_.run(k$c_.java:27)
at tools.concurrent.threadPool.c.run(c.java:25)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at io.cppSerialization.y.d(y.java:149)
... 9 more
Caused by: net.connection.a$a_: not enough data to read byte
at net.connection.a.readByte(a.java:44)
at io.cppSerialization.f.readShort(f.java:17)
at io.cppSerialization.y.b(y.java:197)
at io.cppSerialization.f.readUTF(f.java:33)
at clientMsgsFactory.f.<init>(f.java:1)
at clientMsgsFactory.h$d_.<init>(h$d_.java:3)
... 14 more
[04-23 20:52:53,566, 1270352] net_worker_1 - INFO accountserver.w : name "account server"; socket /127.0.0.1:57018 -> /127.0.0.1:9337; closed true closed (serialization error while checking msg factory version; ioBase.SerializationException: Cant read object of class clientMsgsFactory.h.d_)
[04-23 20:52:53,570, 1270356] net_worker_1 - ERROR verify : [CIE] Last byte of msg is 50, 0 expected in ReadTask@account server

here you go

it works for me
 
Newbie Spellweaver
Joined
Jan 21, 2015
Messages
48
Reaction score
6
config.inc.php

'account_server_host' => '127.0.0.1',
'account_server_port' => 9357,

Go work guy, it's work perfectly!

Thanks to you too metakeddr ;)



Hummm... Like we say, a problem never come alone!

Now i've a problem with startMaster.bat

[04-23 21:11:18,670, 17504] main - ERROR verify : unable to start server
system.base.bc: dbcommons.c: tools.reflection.cb$b_: java.lang.reflect.InvocationTargetException
at masterServer.MasterServerStarter.createDatabaseService(MasterServerStarter.java:30)
at masterServer.MasterServerStarter.startSync(MasterServerStarter.java:1)
at launch.b.a(b.java:21)
at launch.a.a(a.java:4)
at launch.c.a(c.java:55)
at launch.c.a(c.java:4)
at launch.c.a(c.java:35)
at masterServer.MasterServerMain.main(MasterServerMain.java:1)
Caused by: dbcommons.c: tools.reflection.cb$b_: java.lang.reflect.InvocationTargetException
at masterServer.db.MasterServerDBContextFactory.createInstance(MasterServerDBContextFactory.java:4)
at masterServer.MasterServerStarter.createDatabaseService(MasterServerStarter.java:20)
... 7 more
Caused by: tools.reflection.cb$b_: java.lang.reflect.InvocationTargetException
at tools.reflection.cb.a(cb.java:116)
at masterServer.db.MasterServerDBContextFactory.createInstance(MasterServerDBContextFactory.java:7)
... 8 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at tools.reflection.cb.a(cb.java:607)
... 9 more
Caused by: dbcommons.b: org.apache.commons.configuration.ConfigurationException: Undefined params in config file "null":
{:user,:replica-host,:replica-user,:replica-password,:host,:password}
at dbcommons.jdbc.a.a(a.java:89)
at masterServer.db.jdbcimpl.MasterServerDBContextFactoryImpl.<init>(MasterServerDBContextFactoryImpl.java:6)
... 14 more
Caused by: org.apache.commons.configuration.ConfigurationException: Undefined params in config file "null": {:user,:repl
ica-host,:replica-user,:replica-password,:host,:password}
at tools.commons.ConfigurationHelper.applyConfigWithReplaces(ConfigurationHelper.java:81)
at tools.commons.ConfigurationHelper.readConfigWithReplaces(ConfigurationHelper.java:3)
at tools.commons.ConfigurationHelper.readConfigWithReplaces(ConfigurationHelper.java:36)
at dbcommons.jdbc.a.a(a.java:8)
... 15 more
[04-23 21:11:18,685, 17519] main - INFO masterServer.MasterServerMain : shut down request received, shutting down...
[04-23 21:11:18,685, 17519] main - INFO masterServer.MasterServerMain : master server shut down
[04-23 21:11:18,779, 17613] Thread-2 - INFO launch.c : shutting down...
[04-23 21:11:18,779, 17613] Thread-2 - INFO launch.c : finished


Yet, i've configured shard_local.xml and even shard.xml
 
Newbie Spellweaver
Joined
Feb 22, 2013
Messages
19
Reaction score
2
shard_local.xml

<?xml version="1.0" encoding="utf-8"?>
<config>
<resourceSystem restrictedMapsLoading="true" checkResourceSystemIndex="false"/>
<masterServer memory="512" ip="127.0.0.1" lang="ru">
<db host="127.0.0.1" user="allods_online" password="spm123"/>
<net ip="127.0.0.1" port="9513"/>
<api ip="127.0.0.1" port="10500"/>
</masterServer>
</config>
 
Newbie Spellweaver
Joined
Jan 21, 2015
Messages
48
Reaction score
6
It's still doesn't work

Code:
<?xml version="1.0" encoding="utf-8"?><config>
  <resourceSystem restrictedMapsLoading="true" checkResourceSystemIndex="false"/>


  <masterServer memory="1024" ip="127.0.0.1" lang="ru">
    <db host="127.0.0.1" user="root" password="" />
    <net ip="127.0.0.1" port="9513"/>
    <api ip="127.0.0.1" port="10500"/>
  </masterServer>
</config>

And masterServer say me

C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>call startMasterServerCustom.bat cfg/shard.xml


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>call ../scripts/startServer.bat 64 512 ../jars masterServ
r.MasterServerMain.jar -maps ../cfg/shard.xml


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>REM 64 - permanent memory size (MB)


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>REM 512 - memory min/max size (MB)


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>REM ../jars, ... - other params


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>call ../../vendors/defineJavaHome.bat
'C:\Users\Liightman\Desktop\Server' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>cd cfg


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer\cfg>"C:\Program Files\Java\jdk1.7.0_03/bin/java.exe" -ser
er -XX:-OmitStackTraceInFastThrow -XX:MaxPermSize=64m -Xmx512M -Xms512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=-maps -jar ../../jars/masterServer.MasterServerMain.ja
../cfg/shard.xml
Listening for transport dt_socket at address: 57430
log4j:WARN No appenders could be found for logger (ao.ig).
log4j:WARN Please initialize the log4j system properly.
[04-23 21:45:42,176, 1078] main - INFO root : Creating async logger
log4j:ERROR Could not instantiate class [masterServerConnector.WarningAppender].
java.lang.ClassNotFoundException: masterServerConnector.WarningAppender
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at org.apache.log4j.helpers.Loader.loadClass(Loader.java:178)
at org.apache.log4j.helpers.OptionConverter.instantiateByClassName(OptionConverter.java:319)
at org.apache.log4j.helpers.OptionConverter.instantiateByKey(OptionConverter.java:120)
at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:629)
at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:612)
at org.apache.log4j.PropertyConfigurator.parseCatsAndRenderers(PropertyConfigurator.java:533)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:417)
at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:349)
at tools.commons.logs.Logs.configure(Logs.java:39)
at tools.commons.logs.Logs.configure(Logs.java:24)
at launch.c.a(c.java:13)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at masterServer.MasterServerMain.main(MasterServerMain.java:1)
log4j:ERROR Could not instantiate appender named "ShardWarnings".
[04-23 21:45:42,644, 1546] main - ERROR launch.c : Failed to make symlink ..\out\04-23.21_45_41.rev_390809\server.log(
>/logs/server.log)
java.nio.file.FileSystemException: ..\out\04-23.21_45_41.rev_390809\server.log: Le client ne dispose pas dÆun privilÞge
nÚcessaire.


at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:593)
at java.nio.file.Files.createSymbolicLink(Files.java:988)
at launch.c.a(c.java:8)
at launch.c.a(c.java:9)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at masterServer.MasterServerMain.main(MasterServerMain.java:1)
[04-23 21:45:42,660, 1562] main - ERROR launch.c : Failed to make symlink ..\out\04-23.21_45_41.rev_390809\lags.txt(->
statistics/System/Performance/LagDetector/lags.txt)
java.nio.file.FileSystemException: ..\out\04-23.21_45_41.rev_390809\lags.txt: Le client ne dispose pas dÆun privilÞge n
cessaire.


at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:593)
at java.nio.file.Files.createSymbolicLink(Files.java:988)
at launch.c.a(c.java:8)
at launch.c.a(c.java:40)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at masterServer.MasterServerMain.main(MasterServerMain.java:1)
[04-23 21:45:42,676, 1578] main - ERROR launch.c : Failed to make symlink ..\out\04-23.21_45_41.rev_390809\..\00_LAST(
>/)
java.nio.file.FileSystemException: ..\out\04-23.21_45_41.rev_390809\..\00_LAST: Le client ne dispose pas dÆun privilÞge
nÚcessaire.


at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:593)
at java.nio.file.Files.createSymbolicLink(Files.java:988)
at launch.c.a(c.java:8)
at launch.c.a(c.java:54)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at masterServer.MasterServerMain.main(MasterServerMain.java:1)
[04-23 21:45:42,723, 1625] main - INFO launch.c : Current process id from jvm name = 136
[04-23 21:45:42,723, 1625] main - INFO launch.c : Starting server at revision 390809 (RC_4.0.02)
[04-23 21:45:42,738, 1640] main - INFO launch.c : Starting server of client net version 8455
[04-23 21:45:42,738, 1640] main - INFO launch.c : Starting server of client-account net version 73
[04-23 21:45:42,738, 1640] main - INFO launch.c : Starting server of account-frontEnd net version 48
[04-23 21:45:42,957, 1859] main - INFO launch.c : loading config from ../cfg/shard.xml
[04-23 21:45:49,975, 8877] main - INFO launch.c : loading from cfg "../cfg/shard.xml", server "masterServer", deploy
127.0.0.1
[04-23 21:45:49,991, 8893] main - INFO launch.c : Server type is "masterServer"
[04-23 21:45:50,022, 8924] main - INFO tools.reflection.classLoading.l : Using URLClassLoader classpath
[04-23 21:45:50,038, 8940] main - INFO tools.reflection.classLoading.h : Loading classes from [C:\Users\Liightman\Des
top\Server 4.0\server_bin\masterServer\cfg\server\bin|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], C:\Users\Liightman\Deskt
p\Server 4.0\server_bin\masterServer\cfg\jars|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], C:\Users\Liightman\Desktop\Serve
4.0\server_bin\masterServer\cfg\vendor|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\
erver_bin\masterServer\cfg\target\test-classes|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServ
r\cfg\target\test|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer\cfg\target\classes|[[WARN:
*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer\cfg\target\production|[[WARN:.*]], C:\Users\Liightma
\Desktop\Server 4.0\server_bin\masterServer\cfg\classes\production|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\s
rver_bin\masterServer\cfg\classes\test|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer\cfg\j
rs_local|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer\cfg\server_bin\jars|[[DEBUG:^(?=.*(
endor)).*$], [WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer\cfg\server_bin\jars_local|[[WARN
.*]]](cp = [C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\masterServer.MasterServerMain.jar])...
[04-23 21:45:50,053, 8955] main - INFO tools.reflection.classLoading.h : Current base path: C:\Users\Liightman\Deskto
\Server 4.0\server_bin\masterServer\cfg
[04-23 21:45:51,928, 10830] main - WARN tools.reflection.classLoading.h : Duplicated 1 classes in [C:\Users\Liightman
Desktop\Server 4.0\server_bin\jars\masterServerApi.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\masterSer
erApi2.jar], for example 'api.masterserver.MasterServerException"
[04-23 21:45:51,944, 10846] main - WARN tools.reflection.classLoading.h : Duplicated 19 classes in [C:\Users\Liightma
\Desktop\Server 4.0\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, C:\Users\Liightman\Desktop\Server 4.0\server_b
n\jars\vendors\commons-beanutils-bean-collections-1.8.0.jar], for example 'org.apache.commons.beanutils.BeanMap$Entry"
[04-23 21:45:51,944, 10846] main - WARN tools.reflection.classLoading.h : Duplicated 108 classes in [C:\Users\Liightm
n\Desktop\Server 4.0\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, C:\Users\Liightman\Desktop\Server 4.0\server_
in\jars\vendors\commons-beanutils-core-1.8.0.jar], for example 'org.apache.commons.beanutils.locale.converters.DateLoca
eConverter"
[04-23 21:45:51,944, 10846] main - WARN tools.reflection.classLoading.h : Duplicated 10 classes in [C:\Users\Liightma
\Desktop\Server 4.0\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, C:\Users\Liightman\Desktop\Server 4.0\server_b
n\jars\vendors\commons-beanutils-core-1.8.0.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\vendors\commons-
ollections-3.1.jar], for example 'org.apache.commons.collections.FastHashMap$KeySet"
[04-23 21:45:51,960, 10862] main - WARN tools.reflection.classLoading.h : Duplicated 3765 classes in [C:\Users\Liight
an\Desktop\Server 4.0\server_bin\jars\vendors\gwt-servlet.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\ve
dors\gwt-user.jar], for example 'com.google.gwt.event.logical.shared.ResizeEvent"
[04-23 21:45:51,960, 10862] main - WARN tools.reflection.classLoading.h : Duplicated 42 classes in [C:\Users\Liightma
\Desktop\Server 4.0\server_bin\jars\vendors\gwt-user.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\vendors
servlet-api-2.5-20081211.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\vendors\servlet-api-2.5-6.1.3.jar],
for example 'javax.servlet.http.HttpSessionEvent"
[04-23 21:45:51,960, 10862] main - WARN tools.reflection.classLoading.h : Duplicated 21 classes in [C:\Users\Liightma
\Desktop\Server 4.0\server_bin\jars\vendors\hamcrest-core-1.1.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jar
\vendors\junit-4.8.2.jar], for example 'org.hamcrest.internal.SelfDescribingValueIterator"
[04-23 21:45:51,975, 10877] main - WARN tools.reflection.classLoading.h : Duplicated 256 classes in [C:\Users\Liightm
n\Desktop\Server 4.0\server_bin\jars\vendors\log4j-1.2.14.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\ve
dors\log4j-1.2.16.jar], for example 'org.apache.log4j.lf5.viewer.LogBrokerMonitor$LogBrokerMonitorWindowAdaptor"
[04-23 21:45:51,975, 10877] main - WARN tools.reflection.classLoading.h : Duplicated 16 classes in [C:\Users\Liightma
\Desktop\Server 4.0\server_bin\jars\vendors\log4jdbc3-1.2beta2.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\ja
s\vendors\log4jdbc4-1.2beta2.jar], for example 'net.sf.log4jdbc.ConnectionSpy"
[04-23 21:45:52,350, 11252] main - INFO tools.reflection.classLoading.m : Loading 4223 classes...
[04-23 21:45:56,335, 15237] Task1 - WARN tools.reflection.classLoading.m : Can not load class linksstorage.tests.Link
StorageTest. class java.lang.NoClassDefFoundError: system/base/tester/SystemTester
[04-23 21:45:56,397, 15299] main - INFO tools.reflection.classLoading.m : Finished in 4.047 sec
[04-23 21:45:56,397, 15299] main - INFO tools.reflection.classLoading.m : Checking class dependencies
[04-23 21:45:56,741, 15643] Task2 - WARN tools.reflection.classLoading.m : Coud not load class class linksstorage.Pro
ectFilesLinksImpl. excluding from loading : Ltools/containers/hashMaps/MultiHashMap;
[04-23 21:45:56,944, 15846] Task0 - WARN tools.reflection.classLoading.m : Coud not load class class linksstorage.Sql
dbLinksImpl. excluding from loading : dbcommons/exception/DatabaseException
[04-23 21:45:57,272, 16174] main - INFO tools.reflection.classLoading.m : Finished in 0.875 sec
[04-23 21:45:57,272, 16174] main - INFO tools.reflection.classLoading.m : 3 classes loading errors
[04-23 21:45:57,538, 16440] main - INFO tools.reflection.classLoading.h : 4249 classes loaded in 7.5 sec
[04-23 21:45:58,429, 17331] main - INFO masterServer.MasterServerMain : MasterServer version: 1.0.15
[04-23 21:45:58,444, 17346] main - INFO masterServer.agent.commons.output.OutputCleaner : Removing old directory C:\U
ers\Liightman\Desktop\Server 4.0\server_bin\masterServer\out\04-22.15_46_14.rev_390809
[04-23 21:45:58,647, 17549] main - INFO masterServer.MasterServerMain : Using temp directory 'C:\Users\Liightman\Desk
op\Server 4.0\server_bin\masterServer\out\04-23.21_45_41.rev_390809\temp/'
[04-23 21:45:58,741, 17643] main - ERROR verify : unable to start server
system.base.bc: dbcommons.c: tools.reflection.cb$b_: java.lang.reflect.InvocationTargetException
at masterServer.MasterServerStarter.createDatabaseService(MasterServerStarter.java:30)
at masterServer.MasterServerStarter.startSync(MasterServerStarter.java:1)
at launch.b.a(b.java:21)
at launch.a.a(a.java:4)
at launch.c.a(c.java:55)
at launch.c.a(c.java:4)
at launch.c.a(c.java:35)
at masterServer.MasterServerMain.main(MasterServerMain.java:1)
Caused by: dbcommons.c: tools.reflection.cb$b_: java.lang.reflect.InvocationTargetException
at masterServer.db.MasterServerDBContextFactory.createInstance(MasterServerDBContextFactory.java:4)
at masterServer.MasterServerStarter.createDatabaseService(MasterServerStarter.java:20)
... 7 more
Caused by: tools.reflection.cb$b_: java.lang.reflect.InvocationTargetException
at tools.reflection.cb.a(cb.java:116)
at masterServer.db.MasterServerDBContextFactory.createInstance(MasterServerDBContextFactory.java:7)
... 8 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at tools.reflection.cb.a(cb.java:607)
... 9 more
Caused by: dbcommons.b: org.apache.commons.configuration.ConfigurationException: Undefined params in config file "null"
{:user,:replica-host,:replica-user,:replica-password,:host,:password}
at dbcommons.jdbc.a.a(a.java:89)
at masterServer.db.jdbcimpl.MasterServerDBContextFactoryImpl.<init>(MasterServerDBContextFactoryImpl.java:6)
... 14 more
Caused by: org.apache.commons.configuration.ConfigurationException: Undefined params in config file "null": {:user,:rep
ica-host,:replica-user,:replica-password,:host,:password}
at tools.commons.ConfigurationHelper.applyConfigWithReplaces(ConfigurationHelper.java:81)
at tools.commons.ConfigurationHelper.readConfigWithReplaces(ConfigurationHelper.java:3)
at tools.commons.ConfigurationHelper.readConfigWithReplaces(ConfigurationHelper.java:36)
at dbcommons.jdbc.a.a(a.java:8)
... 15 more
[04-23 21:45:58,757, 17659] main - INFO masterServer.MasterServerMain : shut down request received, shutting down...
[04-23 21:45:58,757, 17659] main - INFO masterServer.MasterServerMain : master server shut down
[04-23 21:45:58,897, 17799] Thread-2 - INFO launch.c : shutting down...
[04-23 21:45:58,897, 17799] Thread-2 - INFO launch.c : finished
 
Newbie Spellweaver
Joined
Feb 27, 2012
Messages
9
Reaction score
4
It's still doesn't work

Code:
<?xml version="1.0" encoding="utf-8"?><config>
  <resourceSystem restrictedMapsLoading="true" checkResourceSystemIndex="false"/>


  <masterServer memory="1024" ip="127.0.0.1" lang="ru">
    <db host="127.0.0.1" user="root" password="" />
    <net ip="127.0.0.1" port="9513"/>
    <api ip="127.0.0.1" port="10500"/>
  </masterServer>
</config>

And masterServer say me

C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>call startMasterServerCustom.bat cfg/shard.xml


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>call ../scripts/startServer.bat 64 512 ../jars masterServ
r.MasterServerMain.jar -maps ../cfg/shard.xml


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>REM 64 - permanent memory size (MB)


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>REM 512 - memory min/max size (MB)


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>REM ../jars, ... - other params


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>call ../../vendors/defineJavaHome.bat
'C:\Users\Liightman\Desktop\Server' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer>cd cfg


C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer\cfg>"C:\Program Files\Java\jdk1.7.0_03/bin/java.exe" -ser
er -XX:-OmitStackTraceInFastThrow -XX:MaxPermSize=64m -Xmx512M -Xms512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=-maps -jar ../../jars/masterServer.MasterServerMain.ja
../cfg/shard.xml
Listening for transport dt_socket at address: 57430
log4j:WARN No appenders could be found for logger (ao.ig).
log4j:WARN Please initialize the log4j system properly.
[04-23 21:45:42,176, 1078] main - INFO root : Creating async logger
log4j:ERROR Could not instantiate class [masterServerConnector.WarningAppender].
java.lang.ClassNotFoundException: masterServerConnector.WarningAppender
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at org.apache.log4j.helpers.Loader.loadClass(Loader.java:178)
at org.apache.log4j.helpers.OptionConverter.instantiateByClassName(OptionConverter.java:319)
at org.apache.log4j.helpers.OptionConverter.instantiateByKey(OptionConverter.java:120)
at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:629)
at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:612)
at org.apache.log4j.PropertyConfigurator.parseCatsAndRenderers(PropertyConfigurator.java:533)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:417)
at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:349)
at tools.commons.logs.Logs.configure(Logs.java:39)
at tools.commons.logs.Logs.configure(Logs.java:24)
at launch.c.a(c.java:13)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at masterServer.MasterServerMain.main(MasterServerMain.java:1)
log4j:ERROR Could not instantiate appender named "ShardWarnings".
[04-23 21:45:42,644, 1546] main - ERROR launch.c : Failed to make symlink ..\out\04-23.21_45_41.rev_390809\server.log(
>/logs/server.log)
java.nio.file.FileSystemException: ..\out\04-23.21_45_41.rev_390809\server.log: Le client ne dispose pas dÆun privilÞge
nÚcessaire.


at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:593)
at java.nio.file.Files.createSymbolicLink(Files.java:988)
at launch.c.a(c.java:8)
at launch.c.a(c.java:9)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at masterServer.MasterServerMain.main(MasterServerMain.java:1)
[04-23 21:45:42,660, 1562] main - ERROR launch.c : Failed to make symlink ..\out\04-23.21_45_41.rev_390809\lags.txt(->
statistics/System/Performance/LagDetector/lags.txt)
java.nio.file.FileSystemException: ..\out\04-23.21_45_41.rev_390809\lags.txt: Le client ne dispose pas dÆun privilÞge n
cessaire.


at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:593)
at java.nio.file.Files.createSymbolicLink(Files.java:988)
at launch.c.a(c.java:8)
at launch.c.a(c.java:40)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at masterServer.MasterServerMain.main(MasterServerMain.java:1)
[04-23 21:45:42,676, 1578] main - ERROR launch.c : Failed to make symlink ..\out\04-23.21_45_41.rev_390809\..\00_LAST(
>/)
java.nio.file.FileSystemException: ..\out\04-23.21_45_41.rev_390809\..\00_LAST: Le client ne dispose pas dÆun privilÞge
nÚcessaire.


at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:593)
at java.nio.file.Files.createSymbolicLink(Files.java:988)
at launch.c.a(c.java:8)
at launch.c.a(c.java:54)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at masterServer.MasterServerMain.main(MasterServerMain.java:1)
[04-23 21:45:42,723, 1625] main - INFO launch.c : Current process id from jvm name = 136
[04-23 21:45:42,723, 1625] main - INFO launch.c : Starting server at revision 390809 (RC_4.0.02)
[04-23 21:45:42,738, 1640] main - INFO launch.c : Starting server of client net version 8455
[04-23 21:45:42,738, 1640] main - INFO launch.c : Starting server of client-account net version 73
[04-23 21:45:42,738, 1640] main - INFO launch.c : Starting server of account-frontEnd net version 48
[04-23 21:45:42,957, 1859] main - INFO launch.c : loading config from ../cfg/shard.xml
[04-23 21:45:49,975, 8877] main - INFO launch.c : loading from cfg "../cfg/shard.xml", server "masterServer", deploy
127.0.0.1
[04-23 21:45:49,991, 8893] main - INFO launch.c : Server type is "masterServer"
[04-23 21:45:50,022, 8924] main - INFO tools.reflection.classLoading.l : Using URLClassLoader classpath
[04-23 21:45:50,038, 8940] main - INFO tools.reflection.classLoading.h : Loading classes from [C:\Users\Liightman\Des
top\Server 4.0\server_bin\masterServer\cfg\server\bin|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], C:\Users\Liightman\Deskt
p\Server 4.0\server_bin\masterServer\cfg\jars|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], C:\Users\Liightman\Desktop\Serve
4.0\server_bin\masterServer\cfg\vendor|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\
erver_bin\masterServer\cfg\target\test-classes|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServ
r\cfg\target\test|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer\cfg\target\classes|[[WARN:
*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer\cfg\target\production|[[WARN:.*]], C:\Users\Liightma
\Desktop\Server 4.0\server_bin\masterServer\cfg\classes\production|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\s
rver_bin\masterServer\cfg\classes\test|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer\cfg\j
rs_local|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer\cfg\server_bin\jars|[[DEBUG:^(?=.*(
endor)).*$], [WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\masterServer\cfg\server_bin\jars_local|[[WARN
.*]]](cp = [C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\masterServer.MasterServerMain.jar])...
[04-23 21:45:50,053, 8955] main - INFO tools.reflection.classLoading.h : Current base path: C:\Users\Liightman\Deskto
\Server 4.0\server_bin\masterServer\cfg
[04-23 21:45:51,928, 10830] main - WARN tools.reflection.classLoading.h : Duplicated 1 classes in [C:\Users\Liightman
Desktop\Server 4.0\server_bin\jars\masterServerApi.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\masterSer
erApi2.jar], for example 'api.masterserver.MasterServerException"
[04-23 21:45:51,944, 10846] main - WARN tools.reflection.classLoading.h : Duplicated 19 classes in [C:\Users\Liightma
\Desktop\Server 4.0\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, C:\Users\Liightman\Desktop\Server 4.0\server_b
n\jars\vendors\commons-beanutils-bean-collections-1.8.0.jar], for example 'org.apache.commons.beanutils.BeanMap$Entry"
[04-23 21:45:51,944, 10846] main - WARN tools.reflection.classLoading.h : Duplicated 108 classes in [C:\Users\Liightm
n\Desktop\Server 4.0\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, C:\Users\Liightman\Desktop\Server 4.0\server_
in\jars\vendors\commons-beanutils-core-1.8.0.jar], for example 'org.apache.commons.beanutils.locale.converters.DateLoca
eConverter"
[04-23 21:45:51,944, 10846] main - WARN tools.reflection.classLoading.h : Duplicated 10 classes in [C:\Users\Liightma
\Desktop\Server 4.0\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, C:\Users\Liightman\Desktop\Server 4.0\server_b
n\jars\vendors\commons-beanutils-core-1.8.0.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\vendors\commons-
ollections-3.1.jar], for example 'org.apache.commons.collections.FastHashMap$KeySet"
[04-23 21:45:51,960, 10862] main - WARN tools.reflection.classLoading.h : Duplicated 3765 classes in [C:\Users\Liight
an\Desktop\Server 4.0\server_bin\jars\vendors\gwt-servlet.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\ve
dors\gwt-user.jar], for example 'com.google.gwt.event.logical.shared.ResizeEvent"
[04-23 21:45:51,960, 10862] main - WARN tools.reflection.classLoading.h : Duplicated 42 classes in [C:\Users\Liightma
\Desktop\Server 4.0\server_bin\jars\vendors\gwt-user.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\vendors
servlet-api-2.5-20081211.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\vendors\servlet-api-2.5-6.1.3.jar],
for example 'javax.servlet.http.HttpSessionEvent"
[04-23 21:45:51,960, 10862] main - WARN tools.reflection.classLoading.h : Duplicated 21 classes in [C:\Users\Liightma
\Desktop\Server 4.0\server_bin\jars\vendors\hamcrest-core-1.1.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jar
\vendors\junit-4.8.2.jar], for example 'org.hamcrest.internal.SelfDescribingValueIterator"
[04-23 21:45:51,975, 10877] main - WARN tools.reflection.classLoading.h : Duplicated 256 classes in [C:\Users\Liightm
n\Desktop\Server 4.0\server_bin\jars\vendors\log4j-1.2.14.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\ve
dors\log4j-1.2.16.jar], for example 'org.apache.log4j.lf5.viewer.LogBrokerMonitor$LogBrokerMonitorWindowAdaptor"
[04-23 21:45:51,975, 10877] main - WARN tools.reflection.classLoading.h : Duplicated 16 classes in [C:\Users\Liightma
\Desktop\Server 4.0\server_bin\jars\vendors\log4jdbc3-1.2beta2.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\ja
s\vendors\log4jdbc4-1.2beta2.jar], for example 'net.sf.log4jdbc.ConnectionSpy"
[04-23 21:45:52,350, 11252] main - INFO tools.reflection.classLoading.m : Loading 4223 classes...
[04-23 21:45:56,335, 15237] Task1 - WARN tools.reflection.classLoading.m : Can not load class linksstorage.tests.Link
StorageTest. class java.lang.NoClassDefFoundError: system/base/tester/SystemTester
[04-23 21:45:56,397, 15299] main - INFO tools.reflection.classLoading.m : Finished in 4.047 sec
[04-23 21:45:56,397, 15299] main - INFO tools.reflection.classLoading.m : Checking class dependencies
[04-23 21:45:56,741, 15643] Task2 - WARN tools.reflection.classLoading.m : Coud not load class class linksstorage.Pro
ectFilesLinksImpl. excluding from loading : Ltools/containers/hashMaps/MultiHashMap;
[04-23 21:45:56,944, 15846] Task0 - WARN tools.reflection.classLoading.m : Coud not load class class linksstorage.Sql
dbLinksImpl. excluding from loading : dbcommons/exception/DatabaseException
[04-23 21:45:57,272, 16174] main - INFO tools.reflection.classLoading.m : Finished in 0.875 sec
[04-23 21:45:57,272, 16174] main - INFO tools.reflection.classLoading.m : 3 classes loading errors
[04-23 21:45:57,538, 16440] main - INFO tools.reflection.classLoading.h : 4249 classes loaded in 7.5 sec
[04-23 21:45:58,429, 17331] main - INFO masterServer.MasterServerMain : MasterServer version: 1.0.15
[04-23 21:45:58,444, 17346] main - INFO masterServer.agent.commons.output.OutputCleaner : Removing old directory C:\U
ers\Liightman\Desktop\Server 4.0\server_bin\masterServer\out\04-22.15_46_14.rev_390809
[04-23 21:45:58,647, 17549] main - INFO masterServer.MasterServerMain : Using temp directory 'C:\Users\Liightman\Desk
op\Server 4.0\server_bin\masterServer\out\04-23.21_45_41.rev_390809\temp/'
[04-23 21:45:58,741, 17643] main - ERROR verify : unable to start server
system.base.bc: dbcommons.c: tools.reflection.cb$b_: java.lang.reflect.InvocationTargetException
at masterServer.MasterServerStarter.createDatabaseService(MasterServerStarter.java:30)
at masterServer.MasterServerStarter.startSync(MasterServerStarter.java:1)
at launch.b.a(b.java:21)
at launch.a.a(a.java:4)
at launch.c.a(c.java:55)
at launch.c.a(c.java:4)
at launch.c.a(c.java:35)
at masterServer.MasterServerMain.main(MasterServerMain.java:1)
Caused by: dbcommons.c: tools.reflection.cb$b_: java.lang.reflect.InvocationTargetException
at masterServer.db.MasterServerDBContextFactory.createInstance(MasterServerDBContextFactory.java:4)
at masterServer.MasterServerStarter.createDatabaseService(MasterServerStarter.java:20)
... 7 more
Caused by: tools.reflection.cb$b_: java.lang.reflect.InvocationTargetException
at tools.reflection.cb.a(cb.java:116)
at masterServer.db.MasterServerDBContextFactory.createInstance(MasterServerDBContextFactory.java:7)
... 8 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at tools.reflection.cb.a(cb.java:607)
... 9 more
Caused by: dbcommons.b: org.apache.commons.configuration.ConfigurationException: Undefined params in config file "null"
{:user,:replica-host,:replica-user,:replica-password,:host,:password}
at dbcommons.jdbc.a.a(a.java:89)
at masterServer.db.jdbcimpl.MasterServerDBContextFactoryImpl.<init>(MasterServerDBContextFactoryImpl.java:6)
... 14 more
Caused by: org.apache.commons.configuration.ConfigurationException: Undefined params in config file "null": {:user,:rep
ica-host,:replica-user,:replica-password,:host,:password}
at tools.commons.ConfigurationHelper.applyConfigWithReplaces(ConfigurationHelper.java:81)
at tools.commons.ConfigurationHelper.readConfigWithReplaces(ConfigurationHelper.java:3)
at tools.commons.ConfigurationHelper.readConfigWithReplaces(ConfigurationHelper.java:36)
at dbcommons.jdbc.a.a(a.java:8)
... 15 more
[04-23 21:45:58,757, 17659] main - INFO masterServer.MasterServerMain : shut down request received, shutting down...
[04-23 21:45:58,757, 17659] main - INFO masterServer.MasterServerMain : master server shut down
[04-23 21:45:58,897, 17799] Thread-2 - INFO launch.c : shutting down...
[04-23 21:45:58,897, 17799] Thread-2 - INFO launch.c : finished

working one, should help
still have no idea how to launch shard ._.
 
Junior Spellweaver
Joined
Feb 21, 2013
Messages
132
Reaction score
25
Okay so
Accountserver running
Masterserver running too
But Shard fails to connect to masterserver
here's the logs

Code:
[04-23 22:05:52,258, 329] main - INFO  launch.c  : Current process id from jvm name = 1132[04-23 22:05:52,260, 331] main - INFO  launch.c  : Starting server at revision 390809 (RC_4.0.02)
[04-23 22:05:52,264, 335] main - INFO  launch.c  : Starting server of client net version 8455
[04-23 22:05:52,265, 336] main - INFO  launch.c  : Starting server of client-account net version 73
[04-23 22:05:52,266, 337] main - INFO  launch.c  : Starting server of account-frontEnd net version 48
[04-23 22:05:52,329, 400] main - INFO  launch.c  : loading config from ../cfg/shard.xml
[04-23 22:05:54,807, 2878] main - INFO  launch.c  : loading from cfg "../cfg/shard.xml", server "shard", deploy = 127.0.0.1
[04-23 22:05:54,808, 2879] main - INFO  launch.c  : Server type is "shard"
[04-23 22:05:54,809, 2880] main - INFO  launch.c  : Server name "branch_local"
[04-23 22:05:54,822, 2893] main - INFO  tools.reflection.classLoading.l  : Using URLClassLoader classpath
[04-23 22:05:54,822, 2893] main - INFO  tools.reflection.classLoading.h  : Loading classes from [D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\server\bin|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\jars|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\vendor|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\target\test-classes|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\target\test|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\target\classes|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\target\production|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\classes\production|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\classes\test|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\jars_local|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\server_bin\jars|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\server_bin\jars_local|[[WARN:.*]]](cp = [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\shardstarter.ShardMain.jar])...
[04-23 22:05:54,822, 2893] main - INFO  tools.reflection.classLoading.h  : Current base path: D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg
[04-23 22:05:55,451, 3522] main - WARN  tools.reflection.classLoading.h  : Duplicated 19 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-beanutils-bean-collections-1.8.0.jar], for example 'org.apache.commons.beanutils.BeanMap$Entry"
[04-23 22:05:55,451, 3522] main - WARN  tools.reflection.classLoading.h  : Duplicated 108 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-beanutils-core-1.8.0.jar], for example 'org.apache.commons.beanutils.locale.converters.DateLocaleConverter"
[04-23 22:05:55,456, 3527] main - WARN  tools.reflection.classLoading.h  : Duplicated 10 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-beanutils-core-1.8.0.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-collections-3.1.jar], for example 'org.apache.commons.collections.FastHashMap$KeySet"
[04-23 22:05:55,456, 3527] main - WARN  tools.reflection.classLoading.h  : Duplicated 21 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\hamcrest-core-1.1.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\junit-4.8.2.jar], for example 'org.hamcrest.internal.SelfDescribingValueIterator"
[04-23 22:05:55,456, 3527] main - WARN  tools.reflection.classLoading.h  : Duplicated 256 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\log4j-1.2.14.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\log4j-1.2.16.jar], for example 'org.apache.log4j.lf5.viewer.LogBrokerMonitor$LogBrokerMonitorWindowAdaptor"
[04-23 22:05:55,466, 3537] main - WARN  tools.reflection.classLoading.h  : Duplicated 16 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\log4jdbc3-1.2beta2.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\log4jdbc4-1.2beta2.jar], for example 'net.sf.log4jdbc.ConnectionSpy"
[04-23 22:05:55,466, 3537] main - WARN  tools.reflection.classLoading.h  : Duplicated 42 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\servlet-api-2.5-20081211.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\servlet-api-2.5-6.1.3.jar], for example 'javax.servlet.Filter"
[04-23 22:05:55,471, 3542] main - WARN  tools.reflection.classLoading.h  : Duplicated 29 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\uncommons-math-1.0.2.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\uncommons-maths-1.0.2.jar], for example 'org.uncommons.maths.statistics.EmptyDataSetException"
[04-23 22:05:55,829, 3900] main - INFO  tools.reflection.classLoading.m  : Loading 29936 classes...
[04-23 22:06:02,725, 10796] Task3 - WARN  tools.reflection.classLoading.m  : Can not load class codegen.test.SourceCodeStaticTest. class java.lang.NoClassDefFoundError: testsSupport/baseTestsRunners/BaseTester
[04-23 22:06:09,623, 17694] Task3 - WARN  tools.reflection.classLoading.m  : Can not load class codegen.test.JavaSourceCodeTest. class java.lang.NoClassDefFoundError: testsSupport/baseTestsRunners/BaseTester
[04-23 22:06:15,957, 24028] Task0 - WARN  tools.reflection.classLoading.m  : Can not load class linksstorage.tests.LinksStorageTest. class java.lang.NoClassDefFoundError: system/base/tester/SystemTester
[04-23 22:06:18,820, 26891] Task2 - WARN  tools.reflection.classLoading.m  : Can not load class codegen.test.SourceCodeTest. class java.lang.NoClassDefFoundError: testsSupport/baseTestsRunners/BaseTester
[04-23 22:06:20,266, 28337] main - INFO  tools.reflection.classLoading.m  : Finished in 24.437 sec
[04-23 22:06:20,266, 28337] main - INFO  tools.reflection.classLoading.m  : Checking class dependencies
[04-23 22:06:21,166, 29237] Task2 - WARN  tools.reflection.classLoading.m  : Coud not load class class linksstorage.ProjectFilesLinksImpl. excluding from loading : Ltools/containers/hashMaps/MultiHashMap;
[04-23 22:06:22,461, 30532] Task2 - WARN  tools.reflection.classLoading.m  : Coud not load class class linksstorage.SqlXdbLinksImpl. excluding from loading : dbcommons/exception/DatabaseException
[04-23 22:06:24,669, 32740] main - INFO  tools.reflection.classLoading.m  : Finished in 4.403 sec
[04-23 22:06:24,670, 32741] main - INFO  tools.reflection.classLoading.m  : 6 classes loading errors
[04-23 22:06:25,082, 33153] main - INFO  tools.reflection.classLoading.h  : 29959 classes loaded in 30.26 sec
[04-23 22:06:26,357, 34428] main - INFO  shardstarter.a  : loading maps from "D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\maps.cfg"
[04-23 22:06:26,642, 34713] main - INFO  shardstarter.a  : loading content from "D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\content.cfg"
[04-23 22:06:26,762, 34833] main - INFO  shardstarter.f  : JVM name is 1132@toshiba-PC
[04-23 22:06:26,763, 34834] main - INFO  shardstarter.e  : loading servers configurations...
[04-23 22:06:26,770, 34841] main - WARN  io.ib  : Underlying file system is not case-sensitive, additional checks will be enabled and can cause performance degradation. To avoid this, use case sensitive file systems (which are usually provided by Linux systems).
[04-23 22:06:50,836, 58907] main - INFO  resourceDB.r  : /System/index.all loaded  in 7.954 sec
[04-23 22:06:50,836, 58907] main - INFO  resourceDB.n  : Resource system index-for-loading loaded from /System/index.all
[04-23 22:06:50,837, 58908] main - INFO  resourceDB.n  : /xmlPatcher.cfg not loaded: File /xmlPatcher.cfg not found
[04-23 22:06:51,907, 59978] main - INFO  shardstarter.e  : Server build: Debug
[04-23 22:06:51,908, 59979] main - INFO  shardstarter.e  : Server role: LocalShard
[04-23 22:06:52,281, 60352] main - INFO  shardstarter.e  : servers configurations loaded in 25.518 sec
[04-23 22:07:06,434, 74505] main - INFO  resourceDB.n  : Resource system index loaded from /System/index.srv
[04-23 22:07:06,434, 74505] main - INFO  resourceDB.n  : Using int resource ids.
[04-23 22:07:14,490, 82561] main - INFO  resourceDB.r  : /System/index.all loaded  in 8.056 sec
[04-23 22:07:14,491, 82562] main - INFO  resourceDB.n  : Resource system index-for-loading loaded from /System/index.all
[04-23 22:07:14,491, 82562] main - INFO  resourceDB.n  : /xmlPatcher.cfg not loaded: File /xmlPatcher.cfg not found
[04-23 22:07:14,492, 82563] main - INFO  resourceDB.localization.c  : Loading languages...
[04-23 22:07:15,999, 84070] main - INFO  resourceDB.localization.c  :    lang "rus" uses D:\Allods_server 4.0\Us4.0.0.2\game\data\Packs\Langs\rus.pak
[04-23 22:07:15,999, 84070] main - INFO  resourceDB.localization.c  :   default language is rus
[04-23 22:07:15,999, 84070] main - INFO  resourceDB.localization.c  : Languages loaded successfuly.
[04-23 22:07:16,090, 84161] main - INFO  shardstarter.e  : loading default resources
[04-23 22:07:39,725, 107796] main - INFO  resourceDB stats  : ResourceDB loaded 7,244 resources with total size of 18,954KB, reading takes 11,605 ms
[04-23 22:07:39,726, 107797] main - INFO  resourceDB stats  : Cleaning prototypes storage since there are no pending requests exist
[04-23 22:07:39,726, 107797] main - INFO  resourceDB stats  : ResourceDB factory contains 6,846 resources
[04-23 22:07:39,730, 107801] main - INFO  shardstarter.e  : default resources loaded in 23.64 sec
[04-23 22:07:39,734, 107805] main - INFO  shardstarter.e  : loading required resources
[04-23 22:07:39,761, 107832] main - INFO  shardstarter.e  : required resources loaded in 0.027 sec
[04-23 22:07:39,806, 107877] main - ERROR ErrorsContainer  : NotNullElements constraint is not available for lazy references array fields such as Territory.contentKeys
[04-23 22:07:39,806, 107877] main - ERROR ErrorsContainer  : NotNullElements constraint is not available for lazy references array fields such as ContentPack.contentKeys
[04-23 22:07:39,811, 107882] main - ERROR ErrorsContainer  : NotNullElements constraint is not available for lazy references array fields such as ContentPack.disabledContentKeys
[04-23 22:07:39,816, 107887] main - ERROR ErrorsContainer  : Field /dropAction value should be specified explicitly in /System/Corks/CheatRoot.xdb near 11:42 (resource: gameMechanics.world.gameRoot.CheatRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,821, 107892] main - ERROR ErrorsContainer  : Field /itemCreatedByUsingScrollNotify value should be specified explicitly in /System/Corks/ItemRoot.xdb near 25:41 (resource: gameMechanics.world.gameRoot.ItemRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,826, 107897] main - ERROR ErrorsContainer  : Array field /dungeon/doors length 0 is too small, should be greater or equal to 1 in /System/Corks/StrongholdRoot.xdb near 10:12 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,826, 107897] main - ERROR ErrorsContainer  : Field /pillage value should be specified explicitly in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,826, 107897] main - ERROR ErrorsContainer  : Field /dungeon/roomBuildCurrency value should be specified explicitly in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,831, 107902] main - ERROR ErrorsContainer  : Field /dungeon/notEnoughSpaceForRoom value should be specified explicitly in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,831, 107902] main - ERROR ErrorsContainer  : Field /dungeon/bosses value should be specified explicitly in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,831, 107902] main - ERROR ErrorsContainer  : Field /dungeon/beastTypeWeights value should be specified explicitly in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,836, 107907] main - ERROR ErrorsContainer  : Field /caps value should be specified explicitly in /System/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,836, 107907] main - ERROR ErrorsContainer  : Field /decors value should be specified explicitly in /System/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,836, 107907] main - ERROR ErrorsContainer  : Field /startRoom value should be specified explicitly in /System/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,841, 107912] main - ERROR ErrorsContainer  : Field /startPos value should be specified explicitly in /System/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,841, 107912] main - ERROR ErrorsContainer  : Field /rooms value should be specified explicitly in /System/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,841, 107912] main - ERROR ErrorsContainer  : Field /initialRuneLevel value should be specified explicitly in /System/Corks/StrongholdCategory.xdb near 9:53 (resource: gameMechanics.world.stronghold.StrongholdCategory) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,846, 107917] main - ERROR ErrorsContainer  : Field /productionEfficiency value should be specified explicitly in /System/Corks/StrongholdCategory.xdb near 9:53 (resource: gameMechanics.world.stronghold.StrongholdCategory) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,846, 107917] main - ERROR ErrorsContainer  : Field /weight value should be specified explicitly in /System/Corks/StrongholdCategory.xdb near 9:53 (resource: gameMechanics.world.stronghold.StrongholdCategory) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,846, 107917] main - ERROR ErrorsContainer  : Field /onBoardMobsDamageImpacts value should be specified explicitly in /System/Corks/AstralRoot.xdb near 68:43 (resource: gameMechanics.world.gameRoot.AstralRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,851, 107922] main - ERROR ErrorsContainer  : Field /astralStormWarning value should be specified explicitly in /System/Corks/AstralRoot.xdb near 68:43 (resource: gameMechanics.world.gameRoot.AstralRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,851, 107922] main - ERROR ErrorsContainer  : Field /astralStormStart value should be specified explicitly in /System/Corks/AstralRoot.xdb near 68:43 (resource: gameMechanics.world.gameRoot.AstralRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,851, 107922] main - ERROR ErrorsContainer  : Field /manaTypes value should be specified explicitly in /System/Corks/CharacterRoot.xdb near 38:57 (resource: gameMechanics.world.characterVariations.CharacterRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,856, 107927] main - ERROR ErrorsContainer  : NotNullElements constraint is not available for lazy references array fields such as VariationsTable.mainTexturesRefs
[04-23 22:07:39,856, 107927] main - ERROR ErrorsContainer  : NotNullElements constraint is not available for lazy references array fields such as VariationsTable.mainTexturesChargeable
[04-23 22:07:39,856, 107927] main - ERROR ErrorsContainer  : Field /duration value should be specified explicitly in /System/Corks/GuildAllod.xdb near 47:54 (resource: gameMechanics.constructor.schemes.guild.GuildAllod) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,856, 107927] main - ERROR ErrorsContainer  : Field /prepareTime value should be specified explicitly in /System/Corks/GuildAllod.xdb near 47:54 (resource: gameMechanics.constructor.schemes.guild.GuildAllod) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,861, 107932] main - ERROR ErrorsContainer  : NotNullElements constraint is not available for lazy references array fields such as LimitsRoot$NoCode.demoMaps
[04-23 22:07:39,861, 107932] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/ChangelogConfig.xdb near 1:55 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.logExporter.xdb.LogReportSettingsResource"
[04-23 22:07:39,861, 107932] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/ChangelogReport.xdb near 2:47 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.logExporter.xdb.ChangeLogResource"
[04-23 22:07:39,861, 107932] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/FilterResource.xdb near 1:48 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.logExporter.filters.FilterResource"
[04-23 22:07:39,862, 107933] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/TestCombatSettingsResource.xdb near 2:44 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo.TestCombatSettingsResource"
[04-23 22:07:39,862, 107933] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/MentorConfigBasic.xdb near 2:35 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo.MentorConfigBasic"
[04-23 22:07:39,862, 107933] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/MentorConfigQuest.xdb near 2:35 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo.MentorConfigQuest"
[04-23 22:07:39,862, 107933] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/MentorConfigResource.xdb near 2:38 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo.MentorConfigResource"
[04-23 22:07:39,863, 107934] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/AstralBossesDropConfig.xdb near 2:40 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo.AstralBossesDropConfig"
[04-23 22:07:39,863, 107934] main - ERROR ErrorsContainer  : Field /maxMountGrade value should be specified explicitly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,865, 107936] main - ERROR ErrorsContainer  : Field /elderBuff value should be specified explicitly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,867, 107938] main - ERROR ErrorsContainer  : Field /afterTeleportBuff value should be specified explicitly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,867, 107938] main - ERROR ErrorsContainer  : Field /teleportSpellStub value should be specified explicitly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,869, 107940] main - ERROR ErrorsContainer  : Field /contentKey value should be specified explicitly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,869, 107940] main - ERROR ErrorsContainer  : Field /notifications value should be specified explicitly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,870, 107941] main - ERROR ErrorsContainer  : Array field /timePeriods length 0 is too small, should be greater or equal to 1 in /System/Corks/TimePeriodTable.xdb near 6:17 (resource: timeperiod.TimePeriodTable) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,870, 107941] main - ERROR ErrorsContainer  : Field /notifications value should be specified explicitly in /System/Corks/MatchMakingRoot.xdb near 13:72 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.MatchMakingRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,875, 107946] main - ERROR ErrorsContainer  : Field /strategies value should be specified explicitly in /System/Corks/LFGRoot.xdb near 5:68 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.LFGRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,875, 107946] main - ERROR ErrorsContainer  : Field /allowedClasses value should be specified explicitly in /System/Corks/LFGRole.xdb near 5:68 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.LFGRole) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,875, 107946] main - ERROR ErrorsContainer  : Field /destinations value should be specified explicitly in /System/Corks/LFGResource.xdb near 5:87 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.DefaultLFGStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,875, 107946] main - ERROR ErrorsContainer  : Field /impactsOnEnter value should be specified explicitly in /System/Corks/LFGResource.xdb near 5:87 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.DefaultLFGStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,880, 107951] main - ERROR ErrorsContainer  : Field /impactsOnEnterFailed value should be specified explicitly in /System/Corks/LFGResource.xdb near 5:87 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.DefaultLFGStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,880, 107951] main - ERROR ErrorsContainer  : Field /lfgGroupSenderResource value should be specified explicitly in /System/Corks/LFGResource.xdb near 5:87 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.DefaultLFGStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,880, 107951] main - ERROR ErrorsContainer  : Field /compensationImpacts value should be specified explicitly in /System/Corks/MixingLFGStrategyResource.xdb near 10:86 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.MixingLFGStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,885, 107956] main - ERROR ErrorsContainer  : Field /duration value should be specified explicitly in /System/Corks/InstancedEventResource.xdb near 17:79 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.InstancedEventResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,885, 107956] main - ERROR ErrorsContainer  : Field /prepareTime value should be specified explicitly in /System/Corks/InstancedEventResource.xdb near 17:79 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.InstancedEventResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,885, 107956] main - ERROR ErrorsContainer  : Field /eventType/minAvatarLevel value should be specified explicitly in /System/Corks/InstancedEventResource.xdb near 17:79 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.InstancedEventResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,885, 107956] main - ERROR ErrorsContainer  : Field /eventType/map value should be specified explicitly in /System/Corks/InstancedEventResource.xdb near 17:79 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.InstancedEventResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,890, 107961] main - ERROR ErrorsContainer  : Field /duration value should be specified explicitly in /System/Corks/BattleEventResource.xdb near 8:50 (resource: gameMechanics.battleground.BattleEventResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,890, 107961] main - ERROR ErrorsContainer  : Field /prepareTime value should be specified explicitly in /System/Corks/BattleEventResource.xdb near 8:50 (resource: gameMechanics.battleground.BattleEventResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,895, 107966] main - ERROR ErrorsContainer  : Field /notifications value should be specified explicitly in /System/Corks/ChangeFactionRoot.xdb near 10:47 (resource: itemService.basicElements.ChangeFactionRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,895, 107966] main - ERROR ErrorsContainer  : Field /staticObj value should be specified explicitly in /System/Corks/ShipSkin.xdb near 6:37 (resource: gameMechanics.world.ship.ShipSkin) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,895, 107966] main - ERROR ErrorsContainer  : Field /flagCosts value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,895, 107966] main - ERROR ErrorsContainer  : Field /notifications/cantStakeAlreadyInAttack value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,900, 107971] main - ERROR ErrorsContainer  : Field /notifications/championFightStarted value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,900, 107971] main - ERROR ErrorsContainer  : Field /notifications/commonFightStarted value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,900, 107971] main - ERROR ErrorsContainer  : Field /notifications/flagPlacementDenied value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,905, 107976] main - ERROR ErrorsContainer  : Field /notifications/championFightWin value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,910, 107981] main - ERROR ErrorsContainer  : Field /notifications/championFightAutoWin value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,910, 107981] main - ERROR ErrorsContainer  : Field /notifications/sectorFightStarted value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,910, 107981] main - ERROR ErrorsContainer  : Field /notifications/guildGroupsInCombat value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,910, 107981] main - ERROR ErrorsContainer  : Field /notifications/sectorFightDenied value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,910, 107981] main - ERROR ErrorsContainer  : Field /auction value should be specified explicitly in /System/Corks/AuctionTemplate.xdb near 7:54 (resource: gameMechanics.interactions.auction.AuctionTemplate) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,915, 107986] main - ERROR ErrorsContainer  : Field /name value should be specified explicitly in /System/Corks/AuctionTemplate.xdb near 7:54 (resource: gameMechanics.interactions.auction.AuctionTemplate) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,915, 107986] main - ERROR ErrorsContainer  : Field /suiteEntries[0]/guaranteedPrizeCounter value should be specified explicitly in /System/Corks/RouletteBoxResource.xdb near 17:56 (resource: itemService.elements.roulettebox.RouletteBoxResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,915, 107986] main - ERROR ErrorsContainer  : Field /firstLoginNotification value should be specified explicitly in /System/Corks/LoginLottery.xdb near 10:58 (resource: itemService.elements.loginLottery.LoginLotteryResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,920, 107991] main - ERROR ErrorsContainer  : Field /daysTillReceiveNotification value should be specified explicitly in /System/Corks/LoginLottery.xdb near 10:58 (resource: itemService.elements.loginLottery.LoginLotteryResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,920, 107991] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[232] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,920, 107991] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[233] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,920, 107991] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[234] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,925, 107996] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[235] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,925, 107996] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[236] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,925, 107996] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[237] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,925, 107996] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[238] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,930, 108001] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[239] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,930, 108001] main - ERROR ErrorsContainer  : Array field DungeonRoot$NoCode.bosses length 0 is too small, should be greater or equal to 1, missing elements will be complemented with corks (during field default value check)
[04-23 22:07:39,930, 108001] main - ERROR ErrorsContainer  : Array field DungeonSetting.caps length 0 is too small, should be greater or equal to 1, missing elements will be complemented with corks (during field default value check)
[04-23 22:07:39,930, 108001] main - ERROR ErrorsContainer  : Array field DungeonSetting.decors length 0 is too small, should be greater or equal to 1, missing elements will be complemented with corks (during field default value check)
[04-23 22:07:39,935, 108006] main - ERROR ErrorsContainer  : Failed to load resource content in /Interface/Ingame/ContextFXPlayer/RelatedVisObjects.(UIRelatedVisObjects).xdb near 2:22 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "UIRelatedVisObjects"
[04-23 22:07:39,935, 108006] main - ERROR ErrorsContainer  : Failed to load resource content in /Interface/System/SlonSettings.(SlonRoot).xdb near 2:11 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "SlonRoot"
[04-23 22:07:39,940, 108011] main - ERROR ErrorsContainer  : Failed to load resource content in /Interface/System/UIGameRoot.(UIGameRoot).xdb near 2:13 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "UIGameRoot"
[04-23 22:07:39,940, 108011] main - ERROR ErrorsContainer  : Failed to load resource content in /SFX/Interface/Interface.(FMODProject).xdb near 2:14 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "FMODProject"
[04-23 22:07:39,940, 108011] main - ERROR ErrorsContainer  : Failed to load resource content in /Items/DefaultDressSlotSettings.(DressSlotSettings).xdb near 2:20 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "DressSlotSettings"
[04-23 22:07:39,940, 108011] main - ERROR ErrorsContainer  : Failed to load resource content in /Client/Social/WebRoot.(WebRoot).xdb near 2:10 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "WebRoot"
[04-23 22:07:39,945, 108016] main - ERROR ErrorsContainer  : Failed to load resource content in /Client/Scene3DRoot.xdb near 2:14 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "Scene3DRoot"
[04-23 22:07:39,945, 108016] main - ERROR ErrorsContainer  : Failed to open file /World/Generic/Water/Textures/WaterWave.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterWave.(Texture).xdb not found
[04-23 22:07:39,945, 108016] main - ERROR ErrorsContainer  : Failed to open file /World/Generic/Water/Textures/WaterWaveDiffuse.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterWaveDiffuse.(Texture).xdb not found
[04-23 22:07:39,945, 108016] main - ERROR ErrorsContainer  : Failed to open file /World/Generic/Water/Textures/WaterNoise.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterNoise.(Texture).xdb not found
[04-23 22:07:39,950, 108021] main - ERROR ErrorsContainer  : Failed to open file /World/Generic/Water/Textures/WaterFresnel.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterFresnel.(Texture).xdb not found
[04-23 22:07:39,950, 108021] main - ERROR ErrorsContainer  : Failed to open file /World/Generic/Water/Textures/WaterRing.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterRing.(Texture).xdb not found
[04-23 22:07:39,950, 108021] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[0] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,950, 108021] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[1] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,955, 108026] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[2] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,960, 108031] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[4] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,960, 108031] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[5] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,960, 108031] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[7] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,960, 108031] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[8] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,960, 108031] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[9] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,960, 108031] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[10] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,965, 108036] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[11] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,965, 108036] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[12] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,965, 108036] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[13] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,965, 108036] main - ERROR ErrorsContainer  : Field /isHelpful value should be specified explicitly in /Mechanics/Spells/CommonBuffs/MobMoveSpeedSlow/Buff01.xdb near 45:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/StrongholdMobs/Goblins/BombThrow/Spell01.xdb
[04-23 22:07:39,970, 108041] main - ERROR ErrorsContainer  : No value specified for variable "tierLevel" in /Mechanics/Unlocks/AstralTLUnlock.Prototype.(UnlockResource).xdb near 14:33 (resource: gameMechanics.constructor.schemes.unlock.UnlockResource) referenced from /Mechanics/Unlocks/AstralTier1Unlock.xdb
[04-23 22:07:39,970, 108041] main - ERROR ErrorsContainer  : Value is already set into field /effects[0]/minTierLevel in /Mechanics/Spells/ItemMall/AstralLootMultiplier/Buff02.(BuffResource).xdb near 172:18 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/ItemMall/AstralLootMultiplier/Spell01.xdb
[04-23 22:07:39,970, 108041] main - ERROR ErrorsContainer  : Field /isHelpful value should be specified explicitly in /Mechanics/Spells/Priest/PassiveTalents/ExtendedDoTs/Buff01.xdb near 20:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/Mercenaries/Healer/CleansingFire/Buff01.xdb
[04-23 22:07:39,975, 108046] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /effects[0]/predicates[0]/predicate/mobs[0] and will be removed in /Mechanics/Spells/PsionicNew/Mislead/Dummy.xdb (resource: gameMechanics.world.mob.MobWorld) referenced from /Mechanics/Spells/CommonBuffs/ClassesGroupBuffs/HpMpEnMax/Buff.xdb
[04-23 22:07:39,975, 108046] main - ERROR ErrorsContainer  : Field /effects[0]/impactsOn[0]/impacts[0]/cases[0]/impacts[0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61 (resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 22:07:39,975, 108046] main - ERROR ErrorsContainer  : Field /effects[0]/impactsOn[0]/impacts[0]/cases[1]/impacts[0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61 (resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 22:07:39,980, 108051] main - ERROR ErrorsContainer  : Field /effects[0]/impactsOn[0]/impacts[0]/cases[2]/impacts[0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61 (resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 22:07:39,980, 108051] main - ERROR ErrorsContainer  : Field /effects[0]/impactsOn[0]/impacts[0]/cases[3]/impacts[0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61 (resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 22:07:39,980, 108051] main - ERROR ErrorsContainer  : Field /effects[0]/impactsOn[0]/impacts[0]/cases[4]/impacts[0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61 (resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 22:07:39,985, 108056] main - ERROR ErrorsContainer  : Field /effects[0]/impactsOn[0]/impacts[0]/defaultImpacts[0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61 (resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 22:07:39,985, 108056] main - ERROR ErrorsContainer  : Field /isHelpful value should be specified explicitly in /Mechanics/Spells/DruidV2/BuffAfterKnockDown/Buff01.xdb near 22:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/DruidV2/PetGetIt/Spell.xdb
[04-23 22:07:39,985, 108056] main - ERROR ErrorsContainer  : Array field /mechanics/casterConditions[0]/predicates[1]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCGoToTheThroat/Spell01.xdb near 38:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Talents/Druid/DruidTalentsTable.xdb
[04-23 22:07:39,990, 108061] main - ERROR ErrorsContainer  : Array field /mechanics/casterConditions[0]/predicates[1]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCKillThemAll/Spell01.xdb near 22:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Talents/Druid/DruidTalentsTable.xdb
[04-23 22:07:39,990, 108061] main - ERROR ErrorsContainer  : AllowDefault, DenyDefault or XDBTransient annotation missing for field ItemQualityCalcer.dressSlot
[04-23 22:07:39,990, 108061] main - ERROR ErrorsContainer  : Array field /effects[0]/effects[1]/impacts[1]/predicates[0]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/Necromancer/BloodShield/Buff01.xdb near 13:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/Necromancer/BloodShield/Spell01.xdb
[04-23 22:07:39,995, 108066] main - ERROR ErrorsContainer  : Array field /mechanics/casterConditions[0]/predicates[1]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCGoToTheThroat/Spell02.xdb near 38:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/PCGoToTheThroat/Spell.xdb
[04-23 22:07:39,995, 108066] main - ERROR ErrorsContainer  : Array field /mechanics/casterConditions[0]/predicates[1]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCGoToTheThroat/Spell03.xdb near 38:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/PCGoToTheThroat/Spell.xdb
[04-23 22:07:40,000, 108071] main - ERROR ErrorsContainer  : Array field /mechanics/casterConditions[0]/predicates[1]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCKillThemAll/Spell02.xdb near 22:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/PCKillThemAll/Spell.xdb
[04-23 22:07:40,000, 108071] main - ERROR ErrorsContainer  : Array field /mechanics/casterConditions[0]/predicates[1]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCKillThemAll/Spell03.xdb near 22:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/PCKillThemAll/Spell.xdb
[04-23 22:07:40,000, 108071] main - ERROR ErrorsContainer  : Array field /effects[0]/effects[1]/impacts[1]/predicates[0]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/Necromancer/BloodShield/Buff02.xdb near 13:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/Necromancer/BloodShield/Spell02.xdb
[04-23 22:07:40,005, 108076] main - ERROR ErrorsContainer  : Array field /effects[0]/effects[1]/impacts[1]/predicates[0]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/Necromancer/BloodShield/Buff03.xdb near 13:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/Necromancer/BloodShield/Spell03.xdb
[04-23 22:07:40,010, 108081] main - ERROR ErrorsContainer  : Array field /mechanics/targetConditions[0]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/DrowsingPotion/Spell03.xdb near 20:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/DrowsingPotion/Proxy.(SpellSingleTarget).xdb
[04-23 22:07:40,010, 108081] main - ERROR ErrorsContainer  : Array field /mechanics/targetConditions[0]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/DrowsingPotion/Spell02.xdb near 20:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/DrowsingPotion/Proxy.(SpellSingleTarget).xdb
[04-23 22:07:40,010, 108081] main - ERROR ErrorsContainer  : Array field /mechanics/targetConditions[0]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/DrowsingPotion/Spell01.xdb near 20:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/DrowsingPotion/Proxy.(SpellSingleTarget).xdb
[04-23 22:07:40,015, 108086] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/0_2_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,015, 108086] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/0_3_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,015, 108086] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/0_4_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,020, 108091] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/0_5_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,020, 108091] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/1_0_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,020, 108091] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/2_0_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,020, 108091] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/2_7_MapRegion.xdb near 559:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,025, 108096] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/3_0_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,025, 108096] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/3_7_MapRegion.xdb near 559:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,025, 108096] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/4_0_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,025, 108096] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/6_6_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,030, 108101] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/7_6_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,030, 108101] main - ERROR ErrorsContainer  : Field /isHelpful value should be specified explicitly in /Maps/PetRealm/ScriptZones/LigaGrass1.(BuffResource).xdb near 15:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Maps/PetRealm/ScriptZones/LigaGrass1.(ScriptZone).xdb
[04-23 22:07:40,030, 108101] main - ERROR ErrorsContainer  : /Maps/PetRealm/000_000/3_7_MapRegion.xdb has no corresponding /Maps/PetRealm/000_000/3_7_ServerObjects.xdb
[04-23 22:07:40,030, 108101] main - ERROR ErrorsContainer  : /Maps/PetRealm/000_000/2_7_MapRegion.xdb has no corresponding /Maps/PetRealm/000_000/2_7_ServerObjects.xdb
[04-23 22:07:40,035, 108106] main - ERROR ErrorsContainer  : ItemResource level error: Level must be >= requiredLevel in ItemResource:/ItemMall/Services/Bags/20LvlBagUpgrade.xdb
[04-23 22:07:40,035, 108106] main - ERROR ErrorsContainer  : Tuning param not found, inconsistent code: /System/Defaults/TuningParamsDefaults.xdb: antirelativisticLengthFactor
[04-23 22:07:40,035, 108106] main - ERROR ErrorsContainer  : Field /addMountClientData value should be specified explicitly in /Mechanics/GameRoot/MountRoot.xdb near 29:42 (resource: gameMechanics.world.gameRoot.MountRoot)
[04-23 22:07:40,531, 108602] main - INFO  logging.init.Logging  : About to shutdown channel engines: []
[04-23 22:07:40,531, 108602] main - INFO  logging.init.Logging  : Completed shutdown of channel engines []
[04-23 22:07:40,676, 108747] BackgroundChannelWriter.LoggerThread - INFO  logging.channels.BackgroundChannelWriter  : Background channel logger started
[04-23 22:07:40,811, 108882] main - INFO  TextLogger  : Create logger `statistics.Debug.SetPriority.set_priority_stats`, file `../statistics/Debug/SetPriority/set_priority_stats`, without rolling
[04-23 22:07:40,816, 108887] main - INFO  TextLogger  : Create logger `statistics.Debug.ReplicaRequest.replicate_reqest`, file `../statistics/Debug/ReplicaRequest/replicate_reqest`, without rolling
[04-23 22:07:40,821, 108892] main - INFO  TextLogger  : Create logger `statistics.System.Alarms.RemoteServerOut.RemoteServerOutPipeAlarm`, file `../statistics/System/Alarms/RemoteServerOut/RemoteServerOutPipeAlarm`, without rolling
[04-23 22:07:40,821, 108892] main - INFO  TextLogger  : Create logger `statistics.System.Alarms.MsgProcessor.MsgProcessorAlarm`, file `../statistics/System/Alarms/MsgProcessor/MsgProcessorAlarm`, without rolling
[04-23 22:07:40,826, 108897] main - INFO  TextLogger  : Create logger `statistics.System.Alarms.Serialization.SerializationAlarms`, file `../statistics/System/Alarms/Serialization/SerializationAlarms`, without rolling
[04-23 22:07:41,237, 109308] main - INFO  shardstarter.main.a  : Connecting to masterServer 192.168.206.130:9513
[04-23 22:08:02,272, 130343] main - WARN  shardstarter.main.a  : Failed to connect to masterServer, retrying (error was 'net i/o exception connecting to java.nio.channels.SocketChannel[closed])
[04-23 22:08:35,279, 163350] main - WARN  shardstarter.main.a  : Failed to connect to masterServer, retrying (error was 'net i/o exception connecting to java.nio.channels.SocketChannel[closed])
[04-23 22:09:08,284, 196355] main - WARN  shardstarter.main.a  : Failed to connect to masterServer, retrying (error was 'net i/o exception connecting to java.nio.channels.SocketChannel[closed])
 
Newbie Spellweaver
Joined
Jan 21, 2015
Messages
48
Reaction score
6
It will make us mad...

Here is my log of startServer

C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard>startServerCustom.bat cfg/shard.xml maps.cfg 2048


C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard>REM to run common shard build


C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard>REM cfg/shard.xml - shard config


C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard>REM maps.cfg - map list


C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard>REM 2048 - memory min/max size (MB)


C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard>call ../scripts/startServer.bat 512 2048 ../jars shardstarter.Sha
rdMain.jar 5005 ../cfg/shard.xml -maps maps.cfg


C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard>REM 512 - permanent memory size (MB)


C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard>REM 2048 - memory min/max size (MB)


C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard>REM ../jars, ... - other params


C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard>call ../../vendors/defineJavaHome.bat
'C:\Users\Liightman\Desktop\Server' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.


C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard>cd cfg


C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard\cfg>"C:\Program Files\Java\jdk1.7.0_03/bin/java.exe" -server -XX:
-OmitStackTraceInFastThrow -XX:MaxPermSize=512m -Xmx2048M -Xms2048M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -Xde
bug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar ../../jars/shardstarter.ShardMain.jar ../cfg/shar
d.xml -maps maps.cfg
Listening for transport dt_socket at address: 5005
22:58:51,867 WARN main RevisionId:<clinit>:55 - No revision information found for Data
[04-23 22:58:52,027, 161] main - INFO root : Creating async logger
[04-23 22:58:52,677, 811] main - ERROR launch.c : Failed to make symlink ..\out\04-23.22_58_51.rev_390809\server.log(->
/logs/server.log)
java.nio.file.FileSystemException: ..\out\04-23.22_58_51.rev_390809\server.log: Le client ne dispose pas dÆun privilÞge
nÚcessaire.


at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:593)
at java.nio.file.Files.createSymbolicLink(Files.java:988)
at launch.c.a(c.java:8)
at launch.c.a(c.java:9)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at shardstarter.ShardMain.main(ShardMain.java:1)
[04-23 22:58:52,701, 835] main - ERROR launch.c : Failed to make symlink ..\out\04-23.22_58_51.rev_390809\lags.txt(->/s
tatistics/System/Performance/LagDetector/lags.txt)
java.nio.file.FileSystemException: ..\out\04-23.22_58_51.rev_390809\lags.txt: Le client ne dispose pas dÆun privilÞge nÚ
cessaire.


at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:593)
at java.nio.file.Files.createSymbolicLink(Files.java:988)
at launch.c.a(c.java:8)
at launch.c.a(c.java:40)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at shardstarter.ShardMain.main(ShardMain.java:1)
[04-23 22:58:52,720, 854] main - ERROR launch.c : Failed to make symlink ..\out\04-23.22_58_51.rev_390809\..\00_LAST(->
/)
java.nio.file.FileSystemException: ..\out\04-23.22_58_51.rev_390809\..\00_LAST: Le client ne dispose pas dÆun privilÞge
nÚcessaire.


at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.createSymbolicLink(WindowsFileSystemProvider.java:593)
at java.nio.file.Files.createSymbolicLink(Files.java:988)
at launch.c.a(c.java:8)
at launch.c.a(c.java:54)
at launch.c.a(c.java:28)
at launch.c.a(c.java:35)
at shardstarter.ShardMain.main(ShardMain.java:1)
[04-23 22:58:52,834, 968] main - INFO launch.c : Current process id from jvm name = 7036
[04-23 22:58:52,839, 973] main - INFO launch.c : Starting server at revision 390809 (RC_4.0.02)
[04-23 22:58:52,839, 973] main - INFO launch.c : Starting server of client net version 8455
[04-23 22:58:52,839, 973] main - INFO launch.c : Starting server of client-account net version 73
[04-23 22:58:52,839, 973] main - INFO launch.c : Starting server of account-frontEnd net version 48
[04-23 22:58:53,171, 1305] main - INFO launch.c : loading config from ../cfg/shard.xml
[04-23 22:59:00,467, 8601] main - INFO launch.c : loading from cfg "../cfg/shard.xml", server "shard", deploy = 127.0.
0.1
[04-23 22:59:00,467, 8601] main - INFO launch.c : Server type is "shard"
[04-23 22:59:00,483, 8617] main - INFO launch.c : Server name "branch_local"
[04-23 22:59:00,577, 8711] main - INFO tools.reflection.classLoading.l : Using URLClassLoader classpath
[04-23 22:59:00,608, 8742] main - INFO tools.reflection.classLoading.h : Loading classes from [C:\Users\Liightman\Desk
top\Server 4.0\server_bin\shard\cfg\server\bin|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], C:\Users\Liightman\Desktop\Serve
r 4.0\server_bin\shard\cfg\jars|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bi
n\shard\cfg\vendor|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard\cfg\t
arget\test-classes|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard\cfg\target\test|[[WARN:.*]], C:\U
sers\Liightman\Desktop\Server 4.0\server_bin\shard\cfg\target\classes|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0
\server_bin\shard\cfg\target\production|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard\cfg\classes\
production|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\shard\cfg\classes\test|[[WARN:.*]], C:\Users\Li
ightman\Desktop\Server 4.0\server_bin\shard\cfg\jars_local|[[WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin
\shard\cfg\server_bin\jars|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], C:\Users\Liightman\Desktop\Server 4.0\server_bin\sha
rd\cfg\server_bin\jars_local|[[WARN:.*]]](cp = [C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\shardstarter.Shard
Main.jar])...
[04-23 22:59:00,623, 8757] main - INFO tools.reflection.classLoading.h : Current base path: C:\Users\Liightman\Desktop
\Server 4.0\server_bin\shard\cfg
[04-23 22:59:05,972, 14106] main - WARN tools.reflection.classLoading.h : Duplicated 19 classes in [C:\Users\Liightman
\Desktop\Server 4.0\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bi
n\jars\vendors\commons-beanutils-bean-collections-1.8.0.jar], for example 'org.apache.commons.beanutils.BeanMap$Entry"
[04-23 22:59:06,019, 14153] main - WARN tools.reflection.classLoading.h : Duplicated 108 classes in [C:\Users\Liightma
n\Desktop\Server 4.0\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, C:\Users\Liightman\Desktop\Server 4.0\server_b
in\jars\vendors\commons-beanutils-core-1.8.0.jar], for example 'org.apache.commons.beanutils.locale.converters.DateLocal
eConverter"
[04-23 22:59:06,019, 14153] main - WARN tools.reflection.classLoading.h : Duplicated 10 classes in [C:\Users\Liightman
\Desktop\Server 4.0\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bi
n\jars\vendors\commons-beanutils-core-1.8.0.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\vendors\commons-c
ollections-3.1.jar], for example 'org.apache.commons.collections.FastHashMap$KeySet"
[04-23 22:59:06,035, 14169] main - WARN tools.reflection.classLoading.h : Duplicated 21 classes in [C:\Users\Liightman
\Desktop\Server 4.0\server_bin\jars\vendors\hamcrest-core-1.1.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars
\vendors\junit-4.8.2.jar], for example 'org.hamcrest.internal.SelfDescribingValueIterator"
[04-23 22:59:06,035, 14169] main - WARN tools.reflection.classLoading.h : Duplicated 256 classes in [C:\Users\Liightma
n\Desktop\Server 4.0\server_bin\jars\vendors\log4j-1.2.14.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jars\ven
dors\log4j-1.2.16.jar], for example 'org.apache.log4j.lf5.viewer.LogBrokerMonitor$LogBrokerMonitorWindowAdaptor"
[04-23 22:59:06,050, 14184] main - WARN tools.reflection.classLoading.h : Duplicated 16 classes in [C:\Users\Liightman
\Desktop\Server 4.0\server_bin\jars\vendors\log4jdbc3-1.2beta2.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\jar
s\vendors\log4jdbc4-1.2beta2.jar], for example 'net.sf.log4jdbc.ConnectionSpy"
[04-23 22:59:06,066, 14200] main - WARN tools.reflection.classLoading.h : Duplicated 42 classes in [C:\Users\Liightman
\Desktop\Server 4.0\server_bin\jars\vendors\servlet-api-2.5-20081211.jar, C:\Users\Liightman\Desktop\Server 4.0\server_b
in\jars\vendors\servlet-api-2.5-6.1.3.jar], for example 'javax.servlet.Filter"
[04-23 22:59:06,066, 14200] main - WARN tools.reflection.classLoading.h : Duplicated 29 classes in [C:\Users\Liightman
\Desktop\Server 4.0\server_bin\jars\vendors\uncommons-math-1.0.2.jar, C:\Users\Liightman\Desktop\Server 4.0\server_bin\j
ars\vendors\uncommons-maths-1.0.2.jar], for example 'org.uncommons.maths.statistics.EmptyDataSetException"
[04-23 22:59:08,585, 16719] main - INFO tools.reflection.classLoading.m : Loading 29936 classes...
________________________________________________________________
....[04-23 22:59:14,732, 22866] Task1 - WARN tools.reflection.classLoading.m : Can not load class codegen.test.SourceC
odeStaticTest. class java.lang.NoClassDefFoundError: testsSupport/baseTestsRunners/BaseTester
.................[04-23 22:59:42,012, 50146] Task2 - WARN tools.reflection.classLoading.m : Can not load class codegen
.test.JavaSourceCodeTest. class java.lang.NoClassDefFoundError: testsSupport/baseTestsRunners/BaseTester
.............[04-23 22:59:51,351, 59485] Task1 - WARN tools.reflection.classLoading.m : Can not load class linksstorag
e.tests.LinksStorageTest. class java.lang.NoClassDefFoundError: system/base/tester/SystemTester
..................[04-23 23:00:03,084, 71218] Task3 - WARN tools.reflection.classLoading.m : Can not load class codege
n.test.SourceCodeTest. class java.lang.NoClassDefFoundError: testsSupport/baseTestsRunners/BaseTester
............
[04-23 23:00:08,512, 76646] main - INFO tools.reflection.classLoading.m : Finished in 59.927 sec
[04-23 23:00:08,527, 76661] main - INFO tools.reflection.classLoading.m : Checking class dependencies
[04-23 23:00:11,758, 79892] Task3 - WARN tools.reflection.classLoading.m : Coud not load class class linksstorage.SqlX
dbLinksImpl. excluding from loading : dbcommons/exception/DatabaseException
________________________________________________________________
....................................................[04-23 23:00:20,612, 88746] Task2 - WARN tools.reflection.classLoad
ing.m : Coud not load class class linksstorage.ProjectFilesLinksImpl. excluding from loading : Ltools/containers/hashMa
ps/MultiHashMap;
............
[04-23 23:00:22,013, 90147] main - INFO tools.reflection.classLoading.m : Finished in 13.486 sec
[04-23 23:00:22,013, 90147] main - INFO tools.reflection.classLoading.m : 6 classes loading errors
[04-23 23:00:23,817, 91951] main - INFO tools.reflection.classLoading.h : 29959 classes loaded in 83.209 sec
[04-23 23:00:30,048, 98182] main - INFO shardstarter.a : loading maps from "C:\Users\Liightman\Desktop\Server 4.0\serv
er_bin\shard\cfg\maps.cfg"
[04-23 23:00:30,085, 98219] main - INFO shardstarter.a : loading content from "C:\Users\Liightman\Desktop\Server 4.0\s
erver_bin\shard\cfg\content.cfg"
[04-23 23:00:30,101, 98235] main - INFO shardstarter.f : JVM name is 7036@WIN-0CG8RN09454
[04-23 23:00:30,101, 98235] main - INFO shardstarter.e : loading servers configurations...
[04-23 23:00:30,132, 98266] main - WARN io.ib : Underlying file system is not case-sensitive, additional checks will b
e enabled and can cause performance degradation. To avoid this, use case sensitive file systems (which are usually provi
ded by Linux systems).
[04-23 23:01:45,874, 174008] main - INFO resourceDB.r : /System/index.all loaded in 45.377 sec
[04-23 23:01:45,876, 174010] main - INFO resourceDB.n : Resource system index-for-loading loaded from /System/index.al
l
[04-23 23:01:45,885, 174019] main - INFO resourceDB.n : /xmlPatcher.cfg not loaded: File /xmlPatcher.cfg not found
[04-23 23:01:49,978, 178112] main - INFO shardstarter.e : Server build: Debug
[04-23 23:01:49,978, 178112] main - INFO shardstarter.e : Server role: LocalShard
[04-23 23:01:50,679, 178813] main - INFO shardstarter.e : servers configurations loaded in 80.578 sec
[04-23 23:02:26,250, 214384] main - INFO resourceDB.n : Resource system index loaded from /System/index.srv
[04-23 23:02:26,253, 214387] main - INFO resourceDB.n : Using int resource ids.
[04-23 23:02:49,282, 237416] main - INFO resourceDB.r : /System/index.all loaded in 23.027 sec
[04-23 23:02:49,285, 237419] main - INFO resourceDB.n : Resource system index-for-loading loaded from /System/index.al
l
[04-23 23:02:49,293, 237427] main - INFO resourceDB.n : /xmlPatcher.cfg not loaded: File /xmlPatcher.cfg not found
[04-23 23:02:49,297, 237431] main - INFO resourceDB.localization.c : Loading languages...
[04-23 23:02:49,299, 237433] main - INFO resourceDB.localization.c : default lang "rus" created using main VFSReade
r.
[04-23 23:02:49,301, 237435] main - INFO resourceDB.localization.c : default language is rus
[04-23 23:02:49,305, 237439] main - INFO resourceDB.localization.c : Languages loaded successfuly.
[04-23 23:02:49,417, 237551] main - INFO shardstarter.e : loading default resources
[04-23 23:03:35,700, 283834] main - INFO resourceDB stats : ResourceDB loaded 5á780 resources with total size of 11á83
9KB, reading takes 10á282 ms
[04-23 23:03:35,718, 283852] main - INFO resourceDB stats : Cleaning prototypes storage since there are no pending req
uests exist
[04-23 23:03:35,722, 283856] main - INFO resourceDB stats : ResourceDB factory contains 5á398 resources
[04-23 23:03:35,728, 283862] main - INFO shardstarter.e : default resources loaded in 46.311 sec
[04-23 23:03:35,732, 283866] main - INFO shardstarter.e : loading required resources
[04-23 23:03:35,814, 283948] main - INFO shardstarter.e : required resources loaded in 0.082 sec
[04-23 23:03:36,064, 284198] main - ERROR ErrorsContainer : NotNullElements constraint is not available for lazy refere
nces array fields such as Territory.contentKeys
[04-23 23:03:36,064, 284198] main - ERROR ErrorsContainer : NotNullElements constraint is not available for lazy refere
nces array fields such as ContentPack.contentKeys
[04-23 23:03:36,080, 284214] main - ERROR ErrorsContainer : NotNullElements constraint is not available for lazy refere
nces array fields such as ContentPack.disabledContentKeys
[04-23 23:03:36,080, 284214] main - ERROR ErrorsContainer : Field /dropAction value should be specified explicitly in /
System/Corks/CheatRoot.xdb near 11:42 (resource: gameMechanics.world.gameRoot.CheatRoot) referenced from /System/Default
Factory.xdb
[04-23 23:03:36,080, 284214] main - ERROR ErrorsContainer : Field /itemCreatedByUsingScrollNotify value should be speci
fied explicitly in /System/Corks/ItemRoot.xdb near 25:41 (resource: gameMechanics.world.gameRoot.ItemRoot) referenced fr
om /System/DefaultFactory.xdb
[04-23 23:03:36,096, 284230] main - ERROR ErrorsContainer : Array field /dungeon/doors length 0 is too small, should be
greater or equal to 1 in /System/Corks/StrongholdRoot.xdb near 10:12 (resource: gameMechanics.world.stronghold.Strongho
ldRoot) referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,096, 284230] main - ERROR ErrorsContainer : Field /pillage value should be specified explicitly in /Sys
tem/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from /Syste
m/DefaultFactory.xdb
[04-23 23:03:36,096, 284230] main - ERROR ErrorsContainer : Field /dungeon/roomBuildCurrency value should be specified
explicitly in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) refe
renced from /System/DefaultFactory.xdb
[04-23 23:03:36,096, 284230] main - ERROR ErrorsContainer : Field /dungeon/notEnoughSpaceForRoom value should be specif
ied explicitly in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot)
referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,096, 284230] main - ERROR ErrorsContainer : Field /dungeon/bosses value should be specified explicitly
in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from
/System/DefaultFactory.xdb
[04-23 23:03:36,111, 284245] main - ERROR ErrorsContainer : Field /dungeon/beastTypeWeights value should be specified e
xplicitly in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) refer
enced from /System/DefaultFactory.xdb
[04-23 23:03:36,111, 284245] main - ERROR ErrorsContainer : Field /caps value should be specified explicitly in /System
/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /System/De
faultFactory.xdb
[04-23 23:03:36,111, 284245] main - ERROR ErrorsContainer : Field /decors value should be specified explicitly in /Syst
em/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /System/
DefaultFactory.xdb
[04-23 23:03:36,111, 284245] main - ERROR ErrorsContainer : Field /startRoom value should be specified explicitly in /S
ystem/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /Syst
em/DefaultFactory.xdb
[04-23 23:03:36,127, 284261] main - ERROR ErrorsContainer : Field /startPos value should be specified explicitly in /Sy
stem/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /Syste
m/DefaultFactory.xdb
[04-23 23:03:36,127, 284261] main - ERROR ErrorsContainer : Field /rooms value should be specified explicitly in /Syste
m/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /System/D
efaultFactory.xdb
[04-23 23:03:36,127, 284261] main - ERROR ErrorsContainer : Field /initialRuneLevel value should be specified explicitl
y in /System/Corks/StrongholdCategory.xdb near 9:53 (resource: gameMechanics.world.stronghold.StrongholdCategory) refere
nced from /System/DefaultFactory.xdb
[04-23 23:03:36,127, 284261] main - ERROR ErrorsContainer : Field /productionEfficiency value should be specified expli
citly in /System/Corks/StrongholdCategory.xdb near 9:53 (resource: gameMechanics.world.stronghold.StrongholdCategory) re
ferenced from /System/DefaultFactory.xdb
[04-23 23:03:36,142, 284276] main - ERROR ErrorsContainer : Field /weight value should be specified explicitly in /Syst
em/Corks/StrongholdCategory.xdb near 9:53 (resource: gameMechanics.world.stronghold.StrongholdCategory) referenced from
/System/DefaultFactory.xdb
[04-23 23:03:36,142, 284276] main - ERROR ErrorsContainer : Field /onBoardMobsDamageImpacts value should be specified e
xplicitly in /System/Corks/AstralRoot.xdb near 68:43 (resource: gameMechanics.world.gameRoot.AstralRoot) referenced from
/System/DefaultFactory.xdb
[04-23 23:03:36,142, 284276] main - ERROR ErrorsContainer : Field /astralStormWarning value should be specified explici
tly in /System/Corks/AstralRoot.xdb near 68:43 (resource: gameMechanics.world.gameRoot.AstralRoot) referenced from /Syst
em/DefaultFactory.xdb
[04-23 23:03:36,142, 284276] main - ERROR ErrorsContainer : Field /astralStormStart value should be specified explicitl
y in /System/Corks/AstralRoot.xdb near 68:43 (resource: gameMechanics.world.gameRoot.AstralRoot) referenced from /System
/DefaultFactory.xdb
[04-23 23:03:36,158, 284292] main - ERROR ErrorsContainer : Field /manaTypes value should be specified explicitly in /S
ystem/Corks/CharacterRoot.xdb near 38:57 (resource: gameMechanics.world.characterVariations.CharacterRoot) referenced fr
om /System/DefaultFactory.xdb
[04-23 23:03:36,174, 284308] main - ERROR ErrorsContainer : NotNullElements constraint is not available for lazy refere
nces array fields such as VariationsTable.mainTexturesRefs
[04-23 23:03:36,174, 284308] main - ERROR ErrorsContainer : NotNullElements constraint is not available for lazy refere
nces array fields such as VariationsTable.mainTexturesChargeable
[04-23 23:03:36,174, 284308] main - ERROR ErrorsContainer : Field /duration value should be specified explicitly in /Sy
stem/Corks/GuildAllod.xdb near 47:54 (resource: gameMechanics.constructor.schemes.guild.GuildAllod) referenced from /Sys
tem/DefaultFactory.xdb
[04-23 23:03:36,174, 284308] main - ERROR ErrorsContainer : Field /prepareTime value should be specified explicitly in
/System/Corks/GuildAllod.xdb near 47:54 (resource: gameMechanics.constructor.schemes.guild.GuildAllod) referenced from /
System/DefaultFactory.xdb
[04-23 23:03:36,189, 284323] main - ERROR ErrorsContainer : NotNullElements constraint is not available for lazy refere
nces array fields such as LimitsRoot$NoCode.demoMaps
[04-23 23:03:36,189, 284323] main - ERROR ErrorsContainer : Failed to load resource content in /System/Corks/ChangelogC
onfig.xdb near 1:55 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.logExporte
r.xdb.LogReportSettingsResource"
[04-23 23:03:36,189, 284323] main - ERROR ErrorsContainer : Failed to load resource content in /System/Corks/ChangelogR
eport.xdb near 2:47 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.logExporte
r.xdb.ChangeLogResource"
[04-23 23:03:36,189, 284323] main - ERROR ErrorsContainer : Failed to load resource content in /System/Corks/FilterReso
urce.xdb near 1:48 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.logExporter
.filters.FilterResource"
[04-23 23:03:36,205, 284339] main - ERROR ErrorsContainer : Failed to load resource content in /System/Corks/TestCombat
SettingsResource.xdb near 2:44 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools
.zoo.TestCombatSettingsResource"
[04-23 23:03:36,205, 284339] main - ERROR ErrorsContainer : Failed to load resource content in /System/Corks/MentorConf
igBasic.xdb near 2:35 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo.Ment
orConfigBasic"
[04-23 23:03:36,205, 284339] main - ERROR ErrorsContainer : Failed to load resource content in /System/Corks/MentorConf
igQuest.xdb near 2:35 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo.Ment
orConfigQuest"
[04-23 23:03:36,221, 284355] main - ERROR ErrorsContainer : Failed to load resource content in /System/Corks/MentorConf
igResource.xdb near 2:38 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo.M
entorConfigResource"
[04-23 23:03:36,221, 284355] main - ERROR ErrorsContainer : Failed to load resource content in /System/Corks/AstralBoss
esDropConfig.xdb near 2:40 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo
.AstralBossesDropConfig"
[04-23 23:03:36,221, 284355] main - ERROR ErrorsContainer : Field /maxMountGrade value should be specified explicitly i
n /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /
System/DefaultFactory.xdb
[04-23 23:03:36,237, 284371] main - ERROR ErrorsContainer : Field /elderBuff value should be specified explicitly in /S
ystem/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /Syst
em/DefaultFactory.xdb
[04-23 23:03:36,239, 284373] main - ERROR ErrorsContainer : Field /afterTeleportBuff value should be specified explicit
ly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced fr
om /System/DefaultFactory.xdb
[04-23 23:03:36,242, 284376] main - ERROR ErrorsContainer : Field /teleportSpellStub value should be specified explicit
ly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced fr
om /System/DefaultFactory.xdb
[04-23 23:03:36,242, 284376] main - ERROR ErrorsContainer : Field /contentKey value should be specified explicitly in /
System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /Sys
tem/DefaultFactory.xdb
[04-23 23:03:36,242, 284376] main - ERROR ErrorsContainer : Field /notifications value should be specified explicitly i
n /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /
System/DefaultFactory.xdb
[04-23 23:03:36,242, 284376] main - ERROR ErrorsContainer : Array field /timePeriods length 0 is too small, should be g
reater or equal to 1 in /System/Corks/TimePeriodTable.xdb near 6:17 (resource: timeperiod.TimePeriodTable) referenced fr
om /System/DefaultFactory.xdb
[04-23 23:03:36,257, 284391] main - ERROR ErrorsContainer : Field /notifications value should be specified explicitly i
n /System/Corks/MatchMakingRoot.xdb near 13:72 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.MatchMaki
ngRoot) referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,257, 284391] main - ERROR ErrorsContainer : Field /strategies value should be specified explicitly in /
System/Corks/LFGRoot.xdb near 5:68 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.LFGRoot) referenc
ed from /System/DefaultFactory.xdb
[04-23 23:03:36,257, 284391] main - ERROR ErrorsContainer : Field /allowedClasses value should be specified explicitly
in /System/Corks/LFGRole.xdb near 5:68 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.LFGRole) refe
renced from /System/DefaultFactory.xdb
[04-23 23:03:36,273, 284407] main - ERROR ErrorsContainer : Field /destinations value should be specified explicitly in
/System/Corks/LFGResource.xdb near 5:87 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.DefaultLFGS
trategyResource) referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,273, 284407] main - ERROR ErrorsContainer : Field /impactsOnEnter value should be specified explicitly
in /System/Corks/LFGResource.xdb near 5:87 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.DefaultLF
GStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,273, 284407] main - ERROR ErrorsContainer : Field /impactsOnEnterFailed value should be specified expli
citly in /System/Corks/LFGResource.xdb near 5:87 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.Def
aultLFGStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,289, 284423] main - ERROR ErrorsContainer : Field /lfgGroupSenderResource value should be specified exp
licitly in /System/Corks/LFGResource.xdb near 5:87 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.D
efaultLFGStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,289, 284423] main - ERROR ErrorsContainer : Field /compensationImpacts value should be specified explic
itly in /System/Corks/MixingLFGStrategyResource.xdb near 10:86 (resource: avatarPopulation.service.impl.lookingForGroupI
mpl.scheme.MixingLFGStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,289, 284423] main - ERROR ErrorsContainer : Field /duration value should be specified explicitly in /Sy
stem/Corks/InstancedEventResource.xdb near 17:79 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.Instanc
edEventResource) referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,289, 284423] main - ERROR ErrorsContainer : Field /prepareTime value should be specified explicitly in
/System/Corks/InstancedEventResource.xdb near 17:79 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.Inst
ancedEventResource) referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,304, 284438] main - ERROR ErrorsContainer : Field /eventType/minAvatarLevel value should be specified e
xplicitly in /System/Corks/InstancedEventResource.xdb near 17:79 (resource: avatarPopulation.service.impl.matchMakingImp
l.scheme.InstancedEventResource) referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,304, 284438] main - ERROR ErrorsContainer : Field /eventType/map value should be specified explicitly i
n /System/Corks/InstancedEventResource.xdb near 17:79 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.In
stancedEventResource) referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,304, 284438] main - ERROR ErrorsContainer : Field /duration value should be specified explicitly in /Sy
stem/Corks/BattleEventResource.xdb near 8:50 (resource: gameMechanics.battleground.BattleEventResource) referenced from
/System/DefaultFactory.xdb
[04-23 23:03:36,304, 284438] main - ERROR ErrorsContainer : Field /prepareTime value should be specified explicitly in
/System/Corks/BattleEventResource.xdb near 8:50 (resource: gameMechanics.battleground.BattleEventResource) referenced fr
om /System/DefaultFactory.xdb
[04-23 23:03:36,322, 284456] main - ERROR ErrorsContainer : Field /notifications value should be specified explicitly i
n /System/Corks/ChangeFactionRoot.xdb near 10:47 (resource: itemService.basicElements.ChangeFactionRoot) referenced from
/System/DefaultFactory.xdb
[04-23 23:03:36,330, 284464] main - ERROR ErrorsContainer : Field /staticObj value should be specified explicitly in /S
ystem/Corks/ShipSkin.xdb near 6:37 (resource: gameMechanics.world.ship.ShipSkin) referenced from /System/DefaultFactory.
xdb
[04-23 23:03:36,333, 284467] main - ERROR ErrorsContainer : Field /flagCosts value should be specified explicitly in /S
ystem/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFac
tory.xdb
[04-23 23:03:36,337, 284471] main - ERROR ErrorsContainer : Field /notifications/cantStakeAlreadyInAttack value should
be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) refer
enced from /System/DefaultFactory.xdb
[04-23 23:03:36,341, 284475] main - ERROR ErrorsContainer : Field /notifications/championFightStarted value should be s
pecified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) reference
d from /System/DefaultFactory.xdb
[04-23 23:03:36,349, 284483] main - ERROR ErrorsContainer : Field /notifications/commonFightStarted value should be spe
cified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced
from /System/DefaultFactory.xdb
[04-23 23:03:36,355, 284489] main - ERROR ErrorsContainer : Field /notifications/flagPlacementDenied value should be sp
ecified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced
from /System/DefaultFactory.xdb
[04-23 23:03:36,357, 284491] main - ERROR ErrorsContainer : Field /notifications/championFightWin value should be speci
fied explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced fr
om /System/DefaultFactory.xdb
[04-23 23:03:36,357, 284491] main - ERROR ErrorsContainer : Field /notifications/championFightAutoWin value should be s
pecified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) reference
d from /System/DefaultFactory.xdb
[04-23 23:03:36,357, 284491] main - ERROR ErrorsContainer : Field /notifications/sectorFightStarted value should be spe
cified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced
from /System/DefaultFactory.xdb
[04-23 23:03:36,357, 284491] main - ERROR ErrorsContainer : Field /notifications/guildGroupsInCombat value should be sp
ecified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced
from /System/DefaultFactory.xdb
[04-23 23:03:36,372, 284506] main - ERROR ErrorsContainer : Field /notifications/sectorFightDenied value should be spec
ified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced f
rom /System/DefaultFactory.xdb
[04-23 23:03:36,372, 284506] main - ERROR ErrorsContainer : Field /auction value should be specified explicitly in /Sys
tem/Corks/AuctionTemplate.xdb near 7:54 (resource: gameMechanics.interactions.auction.AuctionTemplate) referenced from /
System/DefaultFactory.xdb
[04-23 23:03:36,372, 284506] main - ERROR ErrorsContainer : Field /name value should be specified explicitly in /System
/Corks/AuctionTemplate.xdb near 7:54 (resource: gameMechanics.interactions.auction.AuctionTemplate) referenced from /Sys
tem/DefaultFactory.xdb
[04-23 23:03:36,372, 284506] main - ERROR ErrorsContainer : Field /suiteEntries[0]/guaranteedPrizeCounter value should
be specified explicitly in /System/Corks/RouletteBoxResource.xdb near 17:56 (resource: itemService.elements.roulettebox.
RouletteBoxResource) referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,388, 284522] main - ERROR ErrorsContainer : Field /firstLoginNotification value should be specified exp
licitly in /System/Corks/LoginLottery.xdb near 10:58 (resource: itemService.elements.loginLottery.LoginLotteryResource)
referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,388, 284522] main - ERROR ErrorsContainer : Field /daysTillReceiveNotification value should be specifie
d explicitly in /System/Corks/LoginLottery.xdb near 10:58 (resource: itemService.elements.loginLottery.LoginLotteryResou
rce) referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,404, 284538] main - ERROR ErrorsContainer : Array item is not expected to be null in field /corks[232]
and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality)
referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,404, 284538] main - ERROR ErrorsContainer : Array item is not expected to be null in field /corks[233]
and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality)
referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,419, 284553] main - ERROR ErrorsContainer : Array item is not expected to be null in field /corks[234]
and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality)
referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,419, 284553] main - ERROR ErrorsContainer : Array item is not expected to be null in field /corks[235]
and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality)
referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,419, 284553] main - ERROR ErrorsContainer : Array item is not expected to be null in field /corks[236]
and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality)
referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,419, 284553] main - ERROR ErrorsContainer : Array item is not expected to be null in field /corks[237]
and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality)
referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,419, 284553] main - ERROR ErrorsContainer : Array item is not expected to be null in field /corks[238]
and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality)
referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,435, 284569] main - ERROR ErrorsContainer : Array item is not expected to be null in field /corks[239]
and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality)
referenced from /System/DefaultFactory.xdb
[04-23 23:03:36,435, 284569] main - ERROR ErrorsContainer : Array field DungeonRoot$NoCode.bosses length 0 is too small
, should be greater or equal to 1, missing elements will be complemented with corks (during field default value check)
[04-23 23:03:36,435, 284569] main - ERROR ErrorsContainer : Array field DungeonSetting.caps length 0 is too small, shou
ld be greater or equal to 1, missing elements will be complemented with corks (during field default value check)
[04-23 23:03:36,451, 284585] main - ERROR ErrorsContainer : Array field DungeonSetting.decors length 0 is too small, sh
ould be greater or equal to 1, missing elements will be complemented with corks (during field default value check)
[04-23 23:03:36,451, 284585] main - ERROR ErrorsContainer : Failed to load resource content in /Interface/Ingame/Contex
tFXPlayer/RelatedVisObjects.(UIRelatedVisObjects).xdb near 2:22 referenced from /System/Defaults/DemoRoot.xdb - Error re
solving class with name: "UIRelatedVisObjects"
[04-23 23:03:36,451, 284585] main - ERROR ErrorsContainer : Failed to load resource content in /Interface/System/SlonSe
ttings.(SlonRoot).xdb near 2:11 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "SlonRo
ot"
[04-23 23:03:36,451, 284585] main - ERROR ErrorsContainer : Failed to load resource content in /Interface/System/UIGame
Root.(UIGameRoot).xdb near 2:13 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "UIGame
Root"
[04-23 23:03:36,471, 284605] main - ERROR ErrorsContainer : Failed to load resource content in /SFX/Interface/Interface
.(FMODProject).xdb near 2:14 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "FMODProje
ct"
[04-23 23:03:36,474, 284608] main - ERROR ErrorsContainer : Failed to load resource content in /Items/DefaultDressSlotS
ettings.(DressSlotSettings).xdb near 2:20 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with nam
e: "DressSlotSettings"
[04-23 23:03:36,481, 284615] main - ERROR ErrorsContainer : Failed to load resource content in /Client/Social/WebRoot.(
WebRoot).xdb near 2:10 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "WebRoot"
[04-23 23:03:36,483, 284617] main - ERROR ErrorsContainer : Failed to load resource content in /Client/Scene3DRoot.xdb
near 2:14 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "Scene3DRoot"
[04-23 23:03:36,487, 284621] main - ERROR ErrorsContainer : Failed to open file /World/Generic/Water/Textures/WaterWave
.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterWave.(Texture).xd
b not found
[04-23 23:03:36,493, 284627] main - ERROR ErrorsContainer : Failed to open file /World/Generic/Water/Textures/WaterWave
Diffuse.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterWaveDiffus
e.(Texture).xdb not found
[04-23 23:03:36,499, 284633] main - ERROR ErrorsContainer : Failed to open file /World/Generic/Water/Textures/WaterNois
e.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterNoise.(Texture).
xdb not found
[04-23 23:03:36,501, 284635] main - ERROR ErrorsContainer : Failed to open file /World/Generic/Water/Textures/WaterFres
nel.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterFresnel.(Textu
re).xdb not found
[04-23 23:03:36,506, 284640] main - ERROR ErrorsContainer : Failed to open file /World/Generic/Water/Textures/WaterRing
.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterRing.(Texture).xd
b not found
[04-23 23:03:36,509, 284643] main - ERROR ErrorsContainer : Array item is not expected to be null in field /demoExterna
lRoots[0] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 23:03:36,519, 284653] main - ERROR ErrorsContainer : Array item is not expected to be null in field /demoExterna
lRoots[1] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 23:03:36,521, 284655] main - ERROR ErrorsContainer : Array item is not expected to be null in field /demoExterna
lRoots[2] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 23:03:36,525, 284659] main - ERROR ErrorsContainer : Array item is not expected to be null in field /demoExterna
lRoots[4] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 23:03:36,534, 284668] main - ERROR ErrorsContainer : Array item is not expected to be null in field /demoExterna
lRoots[5] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 23:03:36,537, 284671] main - ERROR ErrorsContainer : Array item is not expected to be null in field /demoExterna
lRoots[7] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 23:03:36,541, 284675] main - ERROR ErrorsContainer : Array item is not expected to be null in field /demoExterna
lRoots[8] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 23:03:36,549, 284683] main - ERROR ErrorsContainer : Array item is not expected to be null in field /demoExterna
lRoots[9] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 23:03:36,550, 284684] main - ERROR ErrorsContainer : Array item is not expected to be null in field /demoExterna
lRoots[10] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 23:03:36,550, 284684] main - ERROR ErrorsContainer : Array item is not expected to be null in field /demoExterna
lRoots[11] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 23:03:36,550, 284684] main - ERROR ErrorsContainer : Array item is not expected to be null in field /demoExterna
lRoots[12] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 23:03:36,550, 284684] main - ERROR ErrorsContainer : Array item is not expected to be null in field /demoExterna
lRoots[13] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 23:03:36,566, 284700] main - ERROR ErrorsContainer : Field /isHelpful value should be specified explicitly in /M
echanics/Spells/CommonBuffs/MobMoveSpeedSlow/Buff01.xdb near 45:55 (resource: gameMechanics.constructor.schemes.buff.Buf
fResource) referenced from /Mechanics/Spells/StrongholdMobs/Goblins/BombThrow/Spell01.xdb
[04-23 23:03:36,566, 284700] main - ERROR ErrorsContainer : No value specified for variable "tierLevel" in /Mechanics/U
nlocks/AstralTLUnlock.Prototype.(UnlockResource).xdb near 14:33 (resource: gameMechanics.constructor.schemes.unlock.Unlo
ckResource) referenced from /Mechanics/Unlocks/AstralTier1Unlock.xdb
[04-23 23:03:36,566, 284700] main - ERROR ErrorsContainer : Value is already set into field /effects[0]/minTierLevel in
/Mechanics/Spells/ItemMall/AstralLootMultiplier/Buff02.(BuffResource).xdb near 172:18 (resource: gameMechanics.construc
tor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/ItemMall/AstralLootMultiplier/Spell01.xdb
[04-23 23:03:36,566, 284700] main - ERROR ErrorsContainer : Field /isHelpful value should be specified explicitly in /M
echanics/Spells/Priest/PassiveTalents/ExtendedDoTs/Buff01.xdb near 20:55 (resource: gameMechanics.constructor.schemes.bu
ff.BuffResource) referenced from /Mechanics/Spells/Mercenaries/Healer/CleansingFire/Buff01.xdb
[04-23 23:03:36,581, 284715] main - ERROR ErrorsContainer : Array item is not expected to be null in field /effects[0]/
predicates[0]/predicate/mobs[0] and will be removed in /Mechanics/Spells/PsionicNew/Mislead/Dummy.xdb (resource: gameMec
hanics.world.mob.MobWorld) referenced from /Mechanics/Spells/CommonBuffs/ClassesGroupBuffs/HpMpEnMax/Buff.xdb
[04-23 23:03:36,581, 284715] main - ERROR ErrorsContainer : Field /effects[0]/impactsOn[0]/impacts[0]/cases[0]/impacts[
0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61
(resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 23:03:36,581, 284715] main - ERROR ErrorsContainer : Field /effects[0]/impactsOn[0]/impacts[0]/cases[1]/impacts[
0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61
(resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 23:03:36,601, 284735] main - ERROR ErrorsContainer : Field /effects[0]/impactsOn[0]/impacts[0]/cases[2]/impacts[
0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61
(resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 23:03:36,606, 284740] main - ERROR ErrorsContainer : Field /effects[0]/impactsOn[0]/impacts[0]/cases[3]/impacts[
0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61
(resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 23:03:36,616, 284750] main - ERROR ErrorsContainer : Field /effects[0]/impactsOn[0]/impacts[0]/cases[4]/impacts[
0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61
(resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 23:03:36,621, 284755] main - ERROR ErrorsContainer : Field /effects[0]/impactsOn[0]/impacts[0]/defaultImpacts[0]
/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61 (r
esource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 23:03:36,626, 284760] main - ERROR ErrorsContainer : Field /isHelpful value should be specified explicitly in /M
echanics/Spells/DruidV2/BuffAfterKnockDown/Buff01.xdb near 22:55 (resource: gameMechanics.constructor.schemes.buff.BuffR
esource) referenced from /Mechanics/Spells/DruidV2/PetGetIt/Spell.xdb
[04-23 23:03:36,632, 284766] main - ERROR ErrorsContainer : Array field /mechanics/casterConditions[0]/predicates[1]/pr
edicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCGoToTheThroat/Spell01.xdb
near 38:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanic
s/Talents/Druid/DruidTalentsTable.xdb
[04-23 23:03:36,639, 284773] main - ERROR ErrorsContainer : Array field /mechanics/casterConditions[0]/predicates[1]/pr
edicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCKillThemAll/Spell01.xdb n
ear 22:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/
Talents/Druid/DruidTalentsTable.xdb
[04-23 23:03:36,643, 284777] main - ERROR ErrorsContainer : AllowDefault, DenyDefault or XDBTransient annotation missin
g for field ItemQualityCalcer.dressSlot
[04-23 23:03:36,661, 284795] main - ERROR ErrorsContainer : Array field /effects[0]/effects[1]/impacts[1]/predicates[0]
/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/Necromancer/BloodShield/Buff01.x
db near 13:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/Necroman
cer/BloodShield/Spell01.xdb
[04-23 23:03:36,661, 284795] main - ERROR ErrorsContainer : Array field /mechanics/casterConditions[0]/predicates[1]/pr
edicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCGoToTheThroat/Spell02.xdb
near 38:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanic
s/Spells/DruidV2/PCGoToTheThroat/Spell.xdb
[04-23 23:03:36,661, 284795] main - ERROR ErrorsContainer : Array field /mechanics/casterConditions[0]/predicates[1]/pr
edicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCGoToTheThroat/Spell03.xdb
near 38:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanic
s/Spells/DruidV2/PCGoToTheThroat/Spell.xdb
[04-23 23:03:36,677, 284811] main - ERROR ErrorsContainer : Array field /mechanics/casterConditions[0]/predicates[1]/pr
edicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCKillThemAll/Spell02.xdb n
ear 22:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/
Spells/DruidV2/PCKillThemAll/Spell.xdb
[04-23 23:03:36,677, 284811] main - ERROR ErrorsContainer : Array field /mechanics/casterConditions[0]/predicates[1]/pr
edicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCKillThemAll/Spell03.xdb n
ear 22:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/
Spells/DruidV2/PCKillThemAll/Spell.xdb
[04-23 23:03:36,677, 284811] main - ERROR ErrorsContainer : Array field /effects[0]/effects[1]/impacts[1]/predicates[0]
/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/Necromancer/BloodShield/Buff02.x
db near 13:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/Necroman
cer/BloodShield/Spell02.xdb
[04-23 23:03:36,692, 284826] main - ERROR ErrorsContainer : Array field /effects[0]/effects[1]/impacts[1]/predicates[0]
/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/Necromancer/BloodShield/Buff03.x
db near 13:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/Necroman
cer/BloodShield/Spell03.xdb
[04-23 23:03:36,692, 284826] main - ERROR ErrorsContainer : Array field /mechanics/targetConditions[0]/predicates lengt
h 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/DrowsingPotion/Spell03.xdb near 20:74 (re
source: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV
2/DrowsingPotion/Proxy.(SpellSingleTarget).xdb
[04-23 23:03:36,708, 284842] main - ERROR ErrorsContainer : Array field /mechanics/targetConditions[0]/predicates lengt
h 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/DrowsingPotion/Spell02.xdb near 20:74 (re
source: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV
2/DrowsingPotion/Proxy.(SpellSingleTarget).xdb
[04-23 23:03:36,713, 284847] main - ERROR ErrorsContainer : Array field /mechanics/targetConditions[0]/predicates lengt
h 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/DrowsingPotion/Spell01.xdb near 20:74 (re
source: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV
2/DrowsingPotion/Proxy.(SpellSingleTarget).xdb
[04-23 23:03:36,713, 284847] main - ERROR ErrorsContainer : ItemResource level error: Level must be >= requiredLevel in
ItemResource:/ItemMall/Services/Bags/20LvlBagUpgrade.xdb
[04-23 23:03:36,713, 284847] main - ERROR ErrorsContainer : Tuning param not found, inconsistent code: /System/Defaults
/TuningParamsDefaults.xdb: antirelativisticLengthFactor
[04-23 23:03:36,713, 284847] main - ERROR ErrorsContainer : Field /addMountClientData value should be specified explici
tly in /Mechanics/GameRoot/MountRoot.xdb near 29:42 (resource: gameMechanics.world.gameRoot.MountRoot)
[04-23 23:03:38,683, 286817] main - INFO logging.init.Logging : About to shutdown channel engines: []
[04-23 23:03:38,683, 286817] main - INFO logging.init.Logging : Completed shutdown of channel engines []
[04-23 23:03:38,746, 286880] BackgroundChannelWriter.LoggerThread - INFO logging.channels.BackgroundChannelWriter : Ba
ckground channel logger started
[04-23 23:03:38,784, 286918] main - INFO TextLogger : Create logger `statistics.Debug.SetPriority.set_priority_stats`,
file `../statistics/Debug/SetPriority/set_priority_stats`, without rolling
[04-23 23:03:38,862, 286996] main - INFO TextLogger : Create logger `statistics.Debug.ReplicaRequest.replicate_reqest`
, file `../statistics/Debug/ReplicaRequest/replicate_reqest`, without rolling
[04-23 23:03:38,893, 287027] main - INFO TextLogger : Create logger `statistics.System.Alarms.RemoteServerOut.RemoteSe
rverOutPipeAlarm`, file `../statistics/System/Alarms/RemoteServerOut/RemoteServerOutPipeAlarm`, without rolling
[04-23 23:03:38,921, 287055] main - INFO TextLogger : Create logger `statistics.System.Alarms.MsgProcessor.MsgProcesso
rAlarm`, file `../statistics/System/Alarms/MsgProcessor/MsgProcessorAlarm`, without rolling
[04-23 23:03:38,972, 287106] main - INFO TextLogger : Create logger `statistics.System.Alarms.Serialization.Serializat
ionAlarms`, file `../statistics/System/Alarms/Serialization/SerializationAlarms`, without rolling
[04-23 23:03:39,129, 287263] main - INFO shardstarter.main.a : Connecting to masterServer 127.0.0.1:9513
[04-23 23:03:39,277, 287411] main - INFO shardstarter.main.a : Exchanging protocol version information
[04-23 23:03:39,433, 287567] main - INFO masterServerConnector.k : Warning publishing connection is not configured. Sk
ipping.
[04-23 23:03:40,702, 288836] main - ERROR verify : unable to start server
system.base.bc: Cant connect to time checker at 127.0.0.1:9514
at shardstarter.b.<init>(b.java:12)
at shardstarter.b.a(b.java:13)
at shardstarter.a.a(a.java:61)
at launch.a.a(a.java:4)
at launch.c.a(c.java:55)
at launch.c.a(c.java:4)
at launch.c.a(c.java:35)
at shardstarter.ShardMain.main(ShardMain.java:1)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:69)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:208)
at shardstarter.b.<init>(b.java:6)
... 7 more
[04-23 23:03:40,717, 288851] main - INFO shardstarter.a : launcher shutdown called
[04-23 23:03:46,394, 294528] main - INFO logging.init.Logging : About to shutdown channel engines: [ChannelEngineImpl[
null]]
[04-23 23:03:46,398, 294532] main - INFO logging.channels.BackgroundChannelWriter : Background channel logger shutdown
initiated
[04-23 23:03:46,403, 294537] BackgroundChannelWriter.LoggerThread - INFO logging.channels.BackgroundChannelWriter : Ba
ckground channel logger shutdown has been interrupted
[04-23 23:03:46,422, 294556] BackgroundChannelWriter.LoggerThread - INFO logging.channels.BackgroundChannelWriter : Ba
ckground channel logger stopped
[04-23 23:03:47,402, 295536] main - INFO logging.init.Logging : Completed shutdown of channel engines [ChannelEngineIm
pl[null]]
[04-23 23:03:47,423, 295557] net selector_1 - INFO masterServerConnector.b : connection name "localServer<->masterServ
er"; socket /127.0.0.1:9513 -> /127.0.0.1:58301; closed true to master server closed, reason is listen thread stopped, e
xception null, reconnecting
[04-23 23:03:47,529, 295663] Thread-2 - INFO launch.c : shutting down...

And masterServer say :

Code:
[04-23 23:03:39,277, 3052601] net selector_1 - INFO  masterServer.main.MasterServer  : new connection "name "master_server"; socket /127.0.0.1:58301 -> /127.0.0.1:9513; closed false"
[04-23 23:03:47,455, 3060779] master_server_thread - INFO  masterServer.main.MasterServer  : Connection to shard app closed, reason = 'End-of-stream', exception = none, connection = name "master_server"; socket /127.0.0.1:58301 -> /127.0.0.1:9513; closed true



Okay so
Accountserver running
Masterserver running too
But Shard fails to connect to masterserver
here's the logs

Code:
[04-23 22:05:52,258, 329] main - INFO  launch.c  : Current process id from jvm name = 1132[04-23 22:05:52,260, 331] main - INFO  launch.c  : Starting server at revision 390809 (RC_4.0.02)
[04-23 22:05:52,264, 335] main - INFO  launch.c  : Starting server of client net version 8455
[04-23 22:05:52,265, 336] main - INFO  launch.c  : Starting server of client-account net version 73
[04-23 22:05:52,266, 337] main - INFO  launch.c  : Starting server of account-frontEnd net version 48
[04-23 22:05:52,329, 400] main - INFO  launch.c  : loading config from ../cfg/shard.xml
[04-23 22:05:54,807, 2878] main - INFO  launch.c  : loading from cfg "../cfg/shard.xml", server "shard", deploy = 127.0.0.1
[04-23 22:05:54,808, 2879] main - INFO  launch.c  : Server type is "shard"
[04-23 22:05:54,809, 2880] main - INFO  launch.c  : Server name "branch_local"
[04-23 22:05:54,822, 2893] main - INFO  tools.reflection.classLoading.l  : Using URLClassLoader classpath
[04-23 22:05:54,822, 2893] main - INFO  tools.reflection.classLoading.h  : Loading classes from [D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\server\bin|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\jars|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\vendor|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\target\test-classes|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\target\test|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\target\classes|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\target\production|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\classes\production|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\classes\test|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\jars_local|[[WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\server_bin\jars|[[DEBUG:^(?=.*(vendor)).*$], [WARN:.*]], D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\server_bin\jars_local|[[WARN:.*]]](cp = [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\shardstarter.ShardMain.jar])...
[04-23 22:05:54,822, 2893] main - INFO  tools.reflection.classLoading.h  : Current base path: D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg
[04-23 22:05:55,451, 3522] main - WARN  tools.reflection.classLoading.h  : Duplicated 19 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-beanutils-bean-collections-1.8.0.jar], for example 'org.apache.commons.beanutils.BeanMap$Entry"
[04-23 22:05:55,451, 3522] main - WARN  tools.reflection.classLoading.h  : Duplicated 108 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-beanutils-core-1.8.0.jar], for example 'org.apache.commons.beanutils.locale.converters.DateLocaleConverter"
[04-23 22:05:55,456, 3527] main - WARN  tools.reflection.classLoading.h  : Duplicated 10 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-beanutils-1.8.0.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-beanutils-core-1.8.0.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\commons-collections-3.1.jar], for example 'org.apache.commons.collections.FastHashMap$KeySet"
[04-23 22:05:55,456, 3527] main - WARN  tools.reflection.classLoading.h  : Duplicated 21 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\hamcrest-core-1.1.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\junit-4.8.2.jar], for example 'org.hamcrest.internal.SelfDescribingValueIterator"
[04-23 22:05:55,456, 3527] main - WARN  tools.reflection.classLoading.h  : Duplicated 256 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\log4j-1.2.14.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\log4j-1.2.16.jar], for example 'org.apache.log4j.lf5.viewer.LogBrokerMonitor$LogBrokerMonitorWindowAdaptor"
[04-23 22:05:55,466, 3537] main - WARN  tools.reflection.classLoading.h  : Duplicated 16 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\log4jdbc3-1.2beta2.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\log4jdbc4-1.2beta2.jar], for example 'net.sf.log4jdbc.ConnectionSpy"
[04-23 22:05:55,466, 3537] main - WARN  tools.reflection.classLoading.h  : Duplicated 42 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\servlet-api-2.5-20081211.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\servlet-api-2.5-6.1.3.jar], for example 'javax.servlet.Filter"
[04-23 22:05:55,471, 3542] main - WARN  tools.reflection.classLoading.h  : Duplicated 29 classes in [D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\uncommons-math-1.0.2.jar, D:\Allods_server 4.0\Us4.0.0.2\server_bin\jars\vendors\uncommons-maths-1.0.2.jar], for example 'org.uncommons.maths.statistics.EmptyDataSetException"
[04-23 22:05:55,829, 3900] main - INFO  tools.reflection.classLoading.m  : Loading 29936 classes...
[04-23 22:06:02,725, 10796] Task3 - WARN  tools.reflection.classLoading.m  : Can not load class codegen.test.SourceCodeStaticTest. class java.lang.NoClassDefFoundError: testsSupport/baseTestsRunners/BaseTester
[04-23 22:06:09,623, 17694] Task3 - WARN  tools.reflection.classLoading.m  : Can not load class codegen.test.JavaSourceCodeTest. class java.lang.NoClassDefFoundError: testsSupport/baseTestsRunners/BaseTester
[04-23 22:06:15,957, 24028] Task0 - WARN  tools.reflection.classLoading.m  : Can not load class linksstorage.tests.LinksStorageTest. class java.lang.NoClassDefFoundError: system/base/tester/SystemTester
[04-23 22:06:18,820, 26891] Task2 - WARN  tools.reflection.classLoading.m  : Can not load class codegen.test.SourceCodeTest. class java.lang.NoClassDefFoundError: testsSupport/baseTestsRunners/BaseTester
[04-23 22:06:20,266, 28337] main - INFO  tools.reflection.classLoading.m  : Finished in 24.437 sec
[04-23 22:06:20,266, 28337] main - INFO  tools.reflection.classLoading.m  : Checking class dependencies
[04-23 22:06:21,166, 29237] Task2 - WARN  tools.reflection.classLoading.m  : Coud not load class class linksstorage.ProjectFilesLinksImpl. excluding from loading : Ltools/containers/hashMaps/MultiHashMap;
[04-23 22:06:22,461, 30532] Task2 - WARN  tools.reflection.classLoading.m  : Coud not load class class linksstorage.SqlXdbLinksImpl. excluding from loading : dbcommons/exception/DatabaseException
[04-23 22:06:24,669, 32740] main - INFO  tools.reflection.classLoading.m  : Finished in 4.403 sec
[04-23 22:06:24,670, 32741] main - INFO  tools.reflection.classLoading.m  : 6 classes loading errors
[04-23 22:06:25,082, 33153] main - INFO  tools.reflection.classLoading.h  : 29959 classes loaded in 30.26 sec
[04-23 22:06:26,357, 34428] main - INFO  shardstarter.a  : loading maps from "D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\maps.cfg"
[04-23 22:06:26,642, 34713] main - INFO  shardstarter.a  : loading content from "D:\Allods_server 4.0\Us4.0.0.2\server_bin\shard\cfg\content.cfg"
[04-23 22:06:26,762, 34833] main - INFO  shardstarter.f  : JVM name is 1132@toshiba-PC
[04-23 22:06:26,763, 34834] main - INFO  shardstarter.e  : loading servers configurations...
[04-23 22:06:26,770, 34841] main - WARN  io.ib  : Underlying file system is not case-sensitive, additional checks will be enabled and can cause performance degradation. To avoid this, use case sensitive file systems (which are usually provided by Linux systems).
[04-23 22:06:50,836, 58907] main - INFO  resourceDB.r  : /System/index.all loaded  in 7.954 sec
[04-23 22:06:50,836, 58907] main - INFO  resourceDB.n  : Resource system index-for-loading loaded from /System/index.all
[04-23 22:06:50,837, 58908] main - INFO  resourceDB.n  : /xmlPatcher.cfg not loaded: File /xmlPatcher.cfg not found
[04-23 22:06:51,907, 59978] main - INFO  shardstarter.e  : Server build: Debug
[04-23 22:06:51,908, 59979] main - INFO  shardstarter.e  : Server role: LocalShard
[04-23 22:06:52,281, 60352] main - INFO  shardstarter.e  : servers configurations loaded in 25.518 sec
[04-23 22:07:06,434, 74505] main - INFO  resourceDB.n  : Resource system index loaded from /System/index.srv
[04-23 22:07:06,434, 74505] main - INFO  resourceDB.n  : Using int resource ids.
[04-23 22:07:14,490, 82561] main - INFO  resourceDB.r  : /System/index.all loaded  in 8.056 sec
[04-23 22:07:14,491, 82562] main - INFO  resourceDB.n  : Resource system index-for-loading loaded from /System/index.all
[04-23 22:07:14,491, 82562] main - INFO  resourceDB.n  : /xmlPatcher.cfg not loaded: File /xmlPatcher.cfg not found
[04-23 22:07:14,492, 82563] main - INFO  resourceDB.localization.c  : Loading languages...
[04-23 22:07:15,999, 84070] main - INFO  resourceDB.localization.c  :    lang "rus" uses D:\Allods_server 4.0\Us4.0.0.2\game\data\Packs\Langs\rus.pak
[04-23 22:07:15,999, 84070] main - INFO  resourceDB.localization.c  :   default language is rus
[04-23 22:07:15,999, 84070] main - INFO  resourceDB.localization.c  : Languages loaded successfuly.
[04-23 22:07:16,090, 84161] main - INFO  shardstarter.e  : loading default resources
[04-23 22:07:39,725, 107796] main - INFO  resourceDB stats  : ResourceDB loaded 7,244 resources with total size of 18,954KB, reading takes 11,605 ms
[04-23 22:07:39,726, 107797] main - INFO  resourceDB stats  : Cleaning prototypes storage since there are no pending requests exist
[04-23 22:07:39,726, 107797] main - INFO  resourceDB stats  : ResourceDB factory contains 6,846 resources
[04-23 22:07:39,730, 107801] main - INFO  shardstarter.e  : default resources loaded in 23.64 sec
[04-23 22:07:39,734, 107805] main - INFO  shardstarter.e  : loading required resources
[04-23 22:07:39,761, 107832] main - INFO  shardstarter.e  : required resources loaded in 0.027 sec
[04-23 22:07:39,806, 107877] main - ERROR ErrorsContainer  : NotNullElements constraint is not available for lazy references array fields such as Territory.contentKeys
[04-23 22:07:39,806, 107877] main - ERROR ErrorsContainer  : NotNullElements constraint is not available for lazy references array fields such as ContentPack.contentKeys
[04-23 22:07:39,811, 107882] main - ERROR ErrorsContainer  : NotNullElements constraint is not available for lazy references array fields such as ContentPack.disabledContentKeys
[04-23 22:07:39,816, 107887] main - ERROR ErrorsContainer  : Field /dropAction value should be specified explicitly in /System/Corks/CheatRoot.xdb near 11:42 (resource: gameMechanics.world.gameRoot.CheatRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,821, 107892] main - ERROR ErrorsContainer  : Field /itemCreatedByUsingScrollNotify value should be specified explicitly in /System/Corks/ItemRoot.xdb near 25:41 (resource: gameMechanics.world.gameRoot.ItemRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,826, 107897] main - ERROR ErrorsContainer  : Array field /dungeon/doors length 0 is too small, should be greater or equal to 1 in /System/Corks/StrongholdRoot.xdb near 10:12 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,826, 107897] main - ERROR ErrorsContainer  : Field /pillage value should be specified explicitly in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,826, 107897] main - ERROR ErrorsContainer  : Field /dungeon/roomBuildCurrency value should be specified explicitly in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,831, 107902] main - ERROR ErrorsContainer  : Field /dungeon/notEnoughSpaceForRoom value should be specified explicitly in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,831, 107902] main - ERROR ErrorsContainer  : Field /dungeon/bosses value should be specified explicitly in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,831, 107902] main - ERROR ErrorsContainer  : Field /dungeon/beastTypeWeights value should be specified explicitly in /System/Corks/StrongholdRoot.xdb near 15:49 (resource: gameMechanics.world.stronghold.StrongholdRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,836, 107907] main - ERROR ErrorsContainer  : Field /caps value should be specified explicitly in /System/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,836, 107907] main - ERROR ErrorsContainer  : Field /decors value should be specified explicitly in /System/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,836, 107907] main - ERROR ErrorsContainer  : Field /startRoom value should be specified explicitly in /System/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,841, 107912] main - ERROR ErrorsContainer  : Field /startPos value should be specified explicitly in /System/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,841, 107912] main - ERROR ErrorsContainer  : Field /rooms value should be specified explicitly in /System/Corks/DungeonSetting.xdb near 6:49 (resource: gameMechanics.world.stronghold.DungeonSetting) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,841, 107912] main - ERROR ErrorsContainer  : Field /initialRuneLevel value should be specified explicitly in /System/Corks/StrongholdCategory.xdb near 9:53 (resource: gameMechanics.world.stronghold.StrongholdCategory) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,846, 107917] main - ERROR ErrorsContainer  : Field /productionEfficiency value should be specified explicitly in /System/Corks/StrongholdCategory.xdb near 9:53 (resource: gameMechanics.world.stronghold.StrongholdCategory) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,846, 107917] main - ERROR ErrorsContainer  : Field /weight value should be specified explicitly in /System/Corks/StrongholdCategory.xdb near 9:53 (resource: gameMechanics.world.stronghold.StrongholdCategory) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,846, 107917] main - ERROR ErrorsContainer  : Field /onBoardMobsDamageImpacts value should be specified explicitly in /System/Corks/AstralRoot.xdb near 68:43 (resource: gameMechanics.world.gameRoot.AstralRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,851, 107922] main - ERROR ErrorsContainer  : Field /astralStormWarning value should be specified explicitly in /System/Corks/AstralRoot.xdb near 68:43 (resource: gameMechanics.world.gameRoot.AstralRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,851, 107922] main - ERROR ErrorsContainer  : Field /astralStormStart value should be specified explicitly in /System/Corks/AstralRoot.xdb near 68:43 (resource: gameMechanics.world.gameRoot.AstralRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,851, 107922] main - ERROR ErrorsContainer  : Field /manaTypes value should be specified explicitly in /System/Corks/CharacterRoot.xdb near 38:57 (resource: gameMechanics.world.characterVariations.CharacterRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,856, 107927] main - ERROR ErrorsContainer  : NotNullElements constraint is not available for lazy references array fields such as VariationsTable.mainTexturesRefs
[04-23 22:07:39,856, 107927] main - ERROR ErrorsContainer  : NotNullElements constraint is not available for lazy references array fields such as VariationsTable.mainTexturesChargeable
[04-23 22:07:39,856, 107927] main - ERROR ErrorsContainer  : Field /duration value should be specified explicitly in /System/Corks/GuildAllod.xdb near 47:54 (resource: gameMechanics.constructor.schemes.guild.GuildAllod) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,856, 107927] main - ERROR ErrorsContainer  : Field /prepareTime value should be specified explicitly in /System/Corks/GuildAllod.xdb near 47:54 (resource: gameMechanics.constructor.schemes.guild.GuildAllod) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,861, 107932] main - ERROR ErrorsContainer  : NotNullElements constraint is not available for lazy references array fields such as LimitsRoot$NoCode.demoMaps
[04-23 22:07:39,861, 107932] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/ChangelogConfig.xdb near 1:55 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.logExporter.xdb.LogReportSettingsResource"
[04-23 22:07:39,861, 107932] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/ChangelogReport.xdb near 2:47 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.logExporter.xdb.ChangeLogResource"
[04-23 22:07:39,861, 107932] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/FilterResource.xdb near 1:48 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.logExporter.filters.FilterResource"
[04-23 22:07:39,862, 107933] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/TestCombatSettingsResource.xdb near 2:44 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo.TestCombatSettingsResource"
[04-23 22:07:39,862, 107933] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/MentorConfigBasic.xdb near 2:35 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo.MentorConfigBasic"
[04-23 22:07:39,862, 107933] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/MentorConfigQuest.xdb near 2:35 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo.MentorConfigQuest"
[04-23 22:07:39,862, 107933] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/MentorConfigResource.xdb near 2:38 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo.MentorConfigResource"
[04-23 22:07:39,863, 107934] main - ERROR ErrorsContainer  : Failed to load resource content in /System/Corks/AstralBossesDropConfig.xdb near 2:40 referenced from /System/DefaultFactory.xdb - Error resolving class with name: "buildTools.zoo.AstralBossesDropConfig"
[04-23 22:07:39,863, 107934] main - ERROR ErrorsContainer  : Field /maxMountGrade value should be specified explicitly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,865, 107936] main - ERROR ErrorsContainer  : Field /elderBuff value should be specified explicitly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,867, 107938] main - ERROR ErrorsContainer  : Field /afterTeleportBuff value should be specified explicitly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,867, 107938] main - ERROR ErrorsContainer  : Field /teleportSpellStub value should be specified explicitly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,869, 107940] main - ERROR ErrorsContainer  : Field /contentKey value should be specified explicitly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,869, 107940] main - ERROR ErrorsContainer  : Field /notifications value should be specified explicitly in /System/Corks/BestFriendsRoot.xdb near 7:48 (resource: gameMechanics.world.gameRoot.BestFriendsRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,870, 107941] main - ERROR ErrorsContainer  : Array field /timePeriods length 0 is too small, should be greater or equal to 1 in /System/Corks/TimePeriodTable.xdb near 6:17 (resource: timeperiod.TimePeriodTable) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,870, 107941] main - ERROR ErrorsContainer  : Field /notifications value should be specified explicitly in /System/Corks/MatchMakingRoot.xdb near 13:72 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.MatchMakingRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,875, 107946] main - ERROR ErrorsContainer  : Field /strategies value should be specified explicitly in /System/Corks/LFGRoot.xdb near 5:68 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.LFGRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,875, 107946] main - ERROR ErrorsContainer  : Field /allowedClasses value should be specified explicitly in /System/Corks/LFGRole.xdb near 5:68 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.LFGRole) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,875, 107946] main - ERROR ErrorsContainer  : Field /destinations value should be specified explicitly in /System/Corks/LFGResource.xdb near 5:87 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.DefaultLFGStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,875, 107946] main - ERROR ErrorsContainer  : Field /impactsOnEnter value should be specified explicitly in /System/Corks/LFGResource.xdb near 5:87 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.DefaultLFGStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,880, 107951] main - ERROR ErrorsContainer  : Field /impactsOnEnterFailed value should be specified explicitly in /System/Corks/LFGResource.xdb near 5:87 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.DefaultLFGStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,880, 107951] main - ERROR ErrorsContainer  : Field /lfgGroupSenderResource value should be specified explicitly in /System/Corks/LFGResource.xdb near 5:87 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.DefaultLFGStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,880, 107951] main - ERROR ErrorsContainer  : Field /compensationImpacts value should be specified explicitly in /System/Corks/MixingLFGStrategyResource.xdb near 10:86 (resource: avatarPopulation.service.impl.lookingForGroupImpl.scheme.MixingLFGStrategyResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,885, 107956] main - ERROR ErrorsContainer  : Field /duration value should be specified explicitly in /System/Corks/InstancedEventResource.xdb near 17:79 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.InstancedEventResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,885, 107956] main - ERROR ErrorsContainer  : Field /prepareTime value should be specified explicitly in /System/Corks/InstancedEventResource.xdb near 17:79 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.InstancedEventResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,885, 107956] main - ERROR ErrorsContainer  : Field /eventType/minAvatarLevel value should be specified explicitly in /System/Corks/InstancedEventResource.xdb near 17:79 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.InstancedEventResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,885, 107956] main - ERROR ErrorsContainer  : Field /eventType/map value should be specified explicitly in /System/Corks/InstancedEventResource.xdb near 17:79 (resource: avatarPopulation.service.impl.matchMakingImpl.scheme.InstancedEventResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,890, 107961] main - ERROR ErrorsContainer  : Field /duration value should be specified explicitly in /System/Corks/BattleEventResource.xdb near 8:50 (resource: gameMechanics.battleground.BattleEventResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,890, 107961] main - ERROR ErrorsContainer  : Field /prepareTime value should be specified explicitly in /System/Corks/BattleEventResource.xdb near 8:50 (resource: gameMechanics.battleground.BattleEventResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,895, 107966] main - ERROR ErrorsContainer  : Field /notifications value should be specified explicitly in /System/Corks/ChangeFactionRoot.xdb near 10:47 (resource: itemService.basicElements.ChangeFactionRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,895, 107966] main - ERROR ErrorsContainer  : Field /staticObj value should be specified explicitly in /System/Corks/ShipSkin.xdb near 6:37 (resource: gameMechanics.world.ship.ShipSkin) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,895, 107966] main - ERROR ErrorsContainer  : Field /flagCosts value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,895, 107966] main - ERROR ErrorsContainer  : Field /notifications/cantStakeAlreadyInAttack value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,900, 107971] main - ERROR ErrorsContainer  : Field /notifications/championFightStarted value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,900, 107971] main - ERROR ErrorsContainer  : Field /notifications/commonFightStarted value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,900, 107971] main - ERROR ErrorsContainer  : Field /notifications/flagPlacementDenied value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,905, 107976] main - ERROR ErrorsContainer  : Field /notifications/championFightWin value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,910, 107981] main - ERROR ErrorsContainer  : Field /notifications/championFightAutoWin value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,910, 107981] main - ERROR ErrorsContainer  : Field /notifications/sectorFightStarted value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,910, 107981] main - ERROR ErrorsContainer  : Field /notifications/guildGroupsInCombat value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,910, 107981] main - ERROR ErrorsContainer  : Field /notifications/sectorFightDenied value should be specified explicitly in /System/Corks/MWarRoot.xdb near 29:41 (resource: gameMechanics.world.gameRoot.MWarRoot) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,910, 107981] main - ERROR ErrorsContainer  : Field /auction value should be specified explicitly in /System/Corks/AuctionTemplate.xdb near 7:54 (resource: gameMechanics.interactions.auction.AuctionTemplate) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,915, 107986] main - ERROR ErrorsContainer  : Field /name value should be specified explicitly in /System/Corks/AuctionTemplate.xdb near 7:54 (resource: gameMechanics.interactions.auction.AuctionTemplate) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,915, 107986] main - ERROR ErrorsContainer  : Field /suiteEntries[0]/guaranteedPrizeCounter value should be specified explicitly in /System/Corks/RouletteBoxResource.xdb near 17:56 (resource: itemService.elements.roulettebox.RouletteBoxResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,915, 107986] main - ERROR ErrorsContainer  : Field /firstLoginNotification value should be specified explicitly in /System/Corks/LoginLottery.xdb near 10:58 (resource: itemService.elements.loginLottery.LoginLotteryResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,920, 107991] main - ERROR ErrorsContainer  : Field /daysTillReceiveNotification value should be specified explicitly in /System/Corks/LoginLottery.xdb near 10:58 (resource: itemService.elements.loginLottery.LoginLotteryResource) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,920, 107991] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[232] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,920, 107991] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[233] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,920, 107991] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[234] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,925, 107996] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[235] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,925, 107996] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[236] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,925, 107996] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[237] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,925, 107996] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[238] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,930, 108001] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /corks[239] and will be removed in /System/Corks/DungeonMobQuality.xdb (resource: gameMechanics.world.stronghold.DungeonMobQuality) referenced from /System/DefaultFactory.xdb
[04-23 22:07:39,930, 108001] main - ERROR ErrorsContainer  : Array field DungeonRoot$NoCode.bosses length 0 is too small, should be greater or equal to 1, missing elements will be complemented with corks (during field default value check)
[04-23 22:07:39,930, 108001] main - ERROR ErrorsContainer  : Array field DungeonSetting.caps length 0 is too small, should be greater or equal to 1, missing elements will be complemented with corks (during field default value check)
[04-23 22:07:39,930, 108001] main - ERROR ErrorsContainer  : Array field DungeonSetting.decors length 0 is too small, should be greater or equal to 1, missing elements will be complemented with corks (during field default value check)
[04-23 22:07:39,935, 108006] main - ERROR ErrorsContainer  : Failed to load resource content in /Interface/Ingame/ContextFXPlayer/RelatedVisObjects.(UIRelatedVisObjects).xdb near 2:22 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "UIRelatedVisObjects"
[04-23 22:07:39,935, 108006] main - ERROR ErrorsContainer  : Failed to load resource content in /Interface/System/SlonSettings.(SlonRoot).xdb near 2:11 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "SlonRoot"
[04-23 22:07:39,940, 108011] main - ERROR ErrorsContainer  : Failed to load resource content in /Interface/System/UIGameRoot.(UIGameRoot).xdb near 2:13 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "UIGameRoot"
[04-23 22:07:39,940, 108011] main - ERROR ErrorsContainer  : Failed to load resource content in /SFX/Interface/Interface.(FMODProject).xdb near 2:14 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "FMODProject"
[04-23 22:07:39,940, 108011] main - ERROR ErrorsContainer  : Failed to load resource content in /Items/DefaultDressSlotSettings.(DressSlotSettings).xdb near 2:20 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "DressSlotSettings"
[04-23 22:07:39,940, 108011] main - ERROR ErrorsContainer  : Failed to load resource content in /Client/Social/WebRoot.(WebRoot).xdb near 2:10 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "WebRoot"
[04-23 22:07:39,945, 108016] main - ERROR ErrorsContainer  : Failed to load resource content in /Client/Scene3DRoot.xdb near 2:14 referenced from /System/Defaults/DemoRoot.xdb - Error resolving class with name: "Scene3DRoot"
[04-23 22:07:39,945, 108016] main - ERROR ErrorsContainer  : Failed to open file /World/Generic/Water/Textures/WaterWave.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterWave.(Texture).xdb not found
[04-23 22:07:39,945, 108016] main - ERROR ErrorsContainer  : Failed to open file /World/Generic/Water/Textures/WaterWaveDiffuse.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterWaveDiffuse.(Texture).xdb not found
[04-23 22:07:39,945, 108016] main - ERROR ErrorsContainer  : Failed to open file /World/Generic/Water/Textures/WaterNoise.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterNoise.(Texture).xdb not found
[04-23 22:07:39,950, 108021] main - ERROR ErrorsContainer  : Failed to open file /World/Generic/Water/Textures/WaterFresnel.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterFresnel.(Texture).xdb not found
[04-23 22:07:39,950, 108021] main - ERROR ErrorsContainer  : Failed to open file /World/Generic/Water/Textures/WaterRing.(Texture).xdb referenced from /System/Defaults/DemoRoot.xdb - File /World/Generic/Water/Textures/WaterRing.(Texture).xdb not found
[04-23 22:07:39,950, 108021] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[0] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,950, 108021] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[1] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,955, 108026] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[2] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,960, 108031] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[4] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,960, 108031] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[5] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,960, 108031] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[7] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,960, 108031] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[8] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,960, 108031] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[9] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,960, 108031] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[10] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,965, 108036] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[11] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,965, 108036] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[12] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,965, 108036] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /demoExternalRoots[13] and will be removed referenced from /System/Defaults/DemoRoot.xdb
[04-23 22:07:39,965, 108036] main - ERROR ErrorsContainer  : Field /isHelpful value should be specified explicitly in /Mechanics/Spells/CommonBuffs/MobMoveSpeedSlow/Buff01.xdb near 45:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/StrongholdMobs/Goblins/BombThrow/Spell01.xdb
[04-23 22:07:39,970, 108041] main - ERROR ErrorsContainer  : No value specified for variable "tierLevel" in /Mechanics/Unlocks/AstralTLUnlock.Prototype.(UnlockResource).xdb near 14:33 (resource: gameMechanics.constructor.schemes.unlock.UnlockResource) referenced from /Mechanics/Unlocks/AstralTier1Unlock.xdb
[04-23 22:07:39,970, 108041] main - ERROR ErrorsContainer  : Value is already set into field /effects[0]/minTierLevel in /Mechanics/Spells/ItemMall/AstralLootMultiplier/Buff02.(BuffResource).xdb near 172:18 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/ItemMall/AstralLootMultiplier/Spell01.xdb
[04-23 22:07:39,970, 108041] main - ERROR ErrorsContainer  : Field /isHelpful value should be specified explicitly in /Mechanics/Spells/Priest/PassiveTalents/ExtendedDoTs/Buff01.xdb near 20:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/Mercenaries/Healer/CleansingFire/Buff01.xdb
[04-23 22:07:39,975, 108046] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /effects[0]/predicates[0]/predicate/mobs[0] and will be removed in /Mechanics/Spells/PsionicNew/Mislead/Dummy.xdb (resource: gameMechanics.world.mob.MobWorld) referenced from /Mechanics/Spells/CommonBuffs/ClassesGroupBuffs/HpMpEnMax/Buff.xdb
[04-23 22:07:39,975, 108046] main - ERROR ErrorsContainer  : Field /effects[0]/impactsOn[0]/impacts[0]/cases[0]/impacts[0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61 (resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 22:07:39,975, 108046] main - ERROR ErrorsContainer  : Field /effects[0]/impactsOn[0]/impacts[0]/cases[1]/impacts[0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61 (resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 22:07:39,980, 108051] main - ERROR ErrorsContainer  : Field /effects[0]/impactsOn[0]/impacts[0]/cases[2]/impacts[0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61 (resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 22:07:39,980, 108051] main - ERROR ErrorsContainer  : Field /effects[0]/impactsOn[0]/impacts[0]/cases[3]/impacts[0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61 (resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 22:07:39,980, 108051] main - ERROR ErrorsContainer  : Field /effects[0]/impactsOn[0]/impacts[0]/cases[4]/impacts[0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61 (resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 22:07:39,985, 108056] main - ERROR ErrorsContainer  : Field /effects[0]/impactsOn[0]/impacts[0]/defaultImpacts[0]/destination value should be specified explicitly in /Mechanics/Spells/DruidV2/DruidAbility/SummonPet.xdb near 189:61 (resource: gameMechanics.constructor.schemes.ability.AbilityResource) referenced from /Mechanics/Classes/Druid.xdb
[04-23 22:07:39,985, 108056] main - ERROR ErrorsContainer  : Field /isHelpful value should be specified explicitly in /Mechanics/Spells/DruidV2/BuffAfterKnockDown/Buff01.xdb near 22:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/DruidV2/PetGetIt/Spell.xdb
[04-23 22:07:39,985, 108056] main - ERROR ErrorsContainer  : Array field /mechanics/casterConditions[0]/predicates[1]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCGoToTheThroat/Spell01.xdb near 38:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Talents/Druid/DruidTalentsTable.xdb
[04-23 22:07:39,990, 108061] main - ERROR ErrorsContainer  : Array field /mechanics/casterConditions[0]/predicates[1]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCKillThemAll/Spell01.xdb near 22:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Talents/Druid/DruidTalentsTable.xdb
[04-23 22:07:39,990, 108061] main - ERROR ErrorsContainer  : AllowDefault, DenyDefault or XDBTransient annotation missing for field ItemQualityCalcer.dressSlot
[04-23 22:07:39,990, 108061] main - ERROR ErrorsContainer  : Array field /effects[0]/effects[1]/impacts[1]/predicates[0]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/Necromancer/BloodShield/Buff01.xdb near 13:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/Necromancer/BloodShield/Spell01.xdb
[04-23 22:07:39,995, 108066] main - ERROR ErrorsContainer  : Array field /mechanics/casterConditions[0]/predicates[1]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCGoToTheThroat/Spell02.xdb near 38:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/PCGoToTheThroat/Spell.xdb
[04-23 22:07:39,995, 108066] main - ERROR ErrorsContainer  : Array field /mechanics/casterConditions[0]/predicates[1]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCGoToTheThroat/Spell03.xdb near 38:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/PCGoToTheThroat/Spell.xdb
[04-23 22:07:40,000, 108071] main - ERROR ErrorsContainer  : Array field /mechanics/casterConditions[0]/predicates[1]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCKillThemAll/Spell02.xdb near 22:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/PCKillThemAll/Spell.xdb
[04-23 22:07:40,000, 108071] main - ERROR ErrorsContainer  : Array field /mechanics/casterConditions[0]/predicates[1]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/PCKillThemAll/Spell03.xdb near 22:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/PCKillThemAll/Spell.xdb
[04-23 22:07:40,000, 108071] main - ERROR ErrorsContainer  : Array field /effects[0]/effects[1]/impacts[1]/predicates[0]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/Necromancer/BloodShield/Buff02.xdb near 13:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/Necromancer/BloodShield/Spell02.xdb
[04-23 22:07:40,005, 108076] main - ERROR ErrorsContainer  : Array field /effects[0]/effects[1]/impacts[1]/predicates[0]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/Necromancer/BloodShield/Buff03.xdb near 13:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Mechanics/Spells/Necromancer/BloodShield/Spell03.xdb
[04-23 22:07:40,010, 108081] main - ERROR ErrorsContainer  : Array field /mechanics/targetConditions[0]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/DrowsingPotion/Spell03.xdb near 20:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/DrowsingPotion/Proxy.(SpellSingleTarget).xdb
[04-23 22:07:40,010, 108081] main - ERROR ErrorsContainer  : Array field /mechanics/targetConditions[0]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/DrowsingPotion/Spell02.xdb near 20:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/DrowsingPotion/Proxy.(SpellSingleTarget).xdb
[04-23 22:07:40,010, 108081] main - ERROR ErrorsContainer  : Array field /mechanics/targetConditions[0]/predicates length 1 is too small, should be greater or equal to 2 in /Mechanics/Spells/DruidV2/DrowsingPotion/Spell01.xdb near 20:74 (resource: gameMechanics.constructor.schemes.spell.singleTarget.SpellSingleTarget) referenced from /Mechanics/Spells/DruidV2/DrowsingPotion/Proxy.(SpellSingleTarget).xdb
[04-23 22:07:40,015, 108086] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/0_2_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,015, 108086] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/0_3_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,015, 108086] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/0_4_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,020, 108091] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/0_5_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,020, 108091] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/1_0_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,020, 108091] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/2_0_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,020, 108091] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/2_7_MapRegion.xdb near 559:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,025, 108096] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/3_0_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,025, 108096] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/3_7_MapRegion.xdb near 559:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,025, 108096] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/4_0_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,025, 108096] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/6_6_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,030, 108101] main - ERROR ErrorsContainer  : Array item is not expected to be null in field /zones[0] and will be removed in /Maps/PetRealm/000_000/7_6_MapRegion.xdb near 1138:10 (resource: mapLoader.MapRegion) referenced from /Maps/PetRealm/MapResource.xdb
[04-23 22:07:40,030, 108101] main - ERROR ErrorsContainer  : Field /isHelpful value should be specified explicitly in /Maps/PetRealm/ScriptZones/LigaGrass1.(BuffResource).xdb near 15:55 (resource: gameMechanics.constructor.schemes.buff.BuffResource) referenced from /Maps/PetRealm/ScriptZones/LigaGrass1.(ScriptZone).xdb
[04-23 22:07:40,030, 108101] main - ERROR ErrorsContainer  : /Maps/PetRealm/000_000/3_7_MapRegion.xdb has no corresponding /Maps/PetRealm/000_000/3_7_ServerObjects.xdb
[04-23 22:07:40,030, 108101] main - ERROR ErrorsContainer  : /Maps/PetRealm/000_000/2_7_MapRegion.xdb has no corresponding /Maps/PetRealm/000_000/2_7_ServerObjects.xdb
[04-23 22:07:40,035, 108106] main - ERROR ErrorsContainer  : ItemResource level error: Level must be >= requiredLevel in ItemResource:/ItemMall/Services/Bags/20LvlBagUpgrade.xdb
[04-23 22:07:40,035, 108106] main - ERROR ErrorsContainer  : Tuning param not found, inconsistent code: /System/Defaults/TuningParamsDefaults.xdb: antirelativisticLengthFactor
[04-23 22:07:40,035, 108106] main - ERROR ErrorsContainer  : Field /addMountClientData value should be specified explicitly in /Mechanics/GameRoot/MountRoot.xdb near 29:42 (resource: gameMechanics.world.gameRoot.MountRoot)
[04-23 22:07:40,531, 108602] main - INFO  logging.init.Logging  : About to shutdown channel engines: []
[04-23 22:07:40,531, 108602] main - INFO  logging.init.Logging  : Completed shutdown of channel engines []
[04-23 22:07:40,676, 108747] BackgroundChannelWriter.LoggerThread - INFO  logging.channels.BackgroundChannelWriter  : Background channel logger started
[04-23 22:07:40,811, 108882] main - INFO  TextLogger  : Create logger `statistics.Debug.SetPriority.set_priority_stats`, file `../statistics/Debug/SetPriority/set_priority_stats`, without rolling
[04-23 22:07:40,816, 108887] main - INFO  TextLogger  : Create logger `statistics.Debug.ReplicaRequest.replicate_reqest`, file `../statistics/Debug/ReplicaRequest/replicate_reqest`, without rolling
[04-23 22:07:40,821, 108892] main - INFO  TextLogger  : Create logger `statistics.System.Alarms.RemoteServerOut.RemoteServerOutPipeAlarm`, file `../statistics/System/Alarms/RemoteServerOut/RemoteServerOutPipeAlarm`, without rolling
[04-23 22:07:40,821, 108892] main - INFO  TextLogger  : Create logger `statistics.System.Alarms.MsgProcessor.MsgProcessorAlarm`, file `../statistics/System/Alarms/MsgProcessor/MsgProcessorAlarm`, without rolling
[04-23 22:07:40,826, 108897] main - INFO  TextLogger  : Create logger `statistics.System.Alarms.Serialization.SerializationAlarms`, file `../statistics/System/Alarms/Serialization/SerializationAlarms`, without rolling
[04-23 22:07:41,237, 109308] main - INFO  shardstarter.main.a  : Connecting to masterServer 192.168.206.130:9513
[04-23 22:08:02,272, 130343] main - WARN  shardstarter.main.a  : Failed to connect to masterServer, retrying (error was 'net i/o exception connecting to java.nio.channels.SocketChannel[closed])
[04-23 22:08:35,279, 163350] main - WARN  shardstarter.main.a  : Failed to connect to masterServer, retrying (error was 'net i/o exception connecting to java.nio.channels.SocketChannel[closed])
[04-23 22:09:08,284, 196355] main - WARN  shardstarter.main.a  : Failed to connect to masterServer, retrying (error was 'net i/o exception connecting to java.nio.channels.SocketChannel[closed])

You don't configure startServer to listen the good url; it's 127.0.0.1 and not "Connecting to masterServer 192.168.206.130:9513"
 
Last edited:
Junior Spellweaver
Joined
Feb 21, 2013
Messages
132
Reaction score
25
Just made new files forgot to change that thanks now the real problem is this time checker :)
[04-23 22:51:15,981, 86241] main - ERROR verify : unable to start serversystem.base.bc: Cant connect to time checker at 127.0.0.1:9514
at shardstarter.b.<init>(b.java:12)
at shardstarter.b.a(b.java:13)
at shardstarter.a.a(a.java:61)
at launch.a.a(a.java:4)
at launch.c.a(c.java:55)
at launch.c.a(c.java:4)
at launch.c.a(c.java:35)
at shardstarter.ShardMain.main(ShardMain.java:1)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at shardstarter.b.<init>(b.java:6)
... 7 more
[04-23 22:51:15,986, 86246] main - INFO shardstarter.a : launcher shutdown called
[04-23 22:51:21,059, 91319] main - INFO logging.init.Logging : About to shutdown channel engines: [ChannelEngineImpl[null]]
[04-23 22:51:21,059, 91319] main - INFO logging.channels.BackgroundChannelWriter : Background channel logger shutdown initiated
[04-23 22:51:21,134, 91394] BackgroundChannelWriter.LoggerThread - INFO logging.channels.BackgroundChannelWriter : Background channel logger shutdown has been interrupted
[04-23 22:51:21,134, 91394] BackgroundChannelWriter.LoggerThread - INFO logging.channels.BackgroundChannelWriter : Background channel logger stopped
[04-23 22:51:22,063, 92323] main - INFO logging.init.Logging : Completed shutdown of channel engines [ChannelEngineImpl[null]]
[04-23 22:51:22,073, 92333] net selector_1 - INFO masterServerConnector.b : connection name "localServer<->masterServer"; socket /127.0.0.1:9513 -> /127.0.0.1:55463; closed true to master server closed, reason is listen thread stopped, exception null, reconnecting
 
Back
Top