Advertisement
Guest User

Untitled

a guest
Jul 18th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 7.74 KB | None | 0 0
  1. Starting L2J Game Server.
  2.  
  3. Loading GameServer Configuration Files...
  4. L2Properties: Missing property for key - DatapackRoot
  5. Loaded 6 Filter Words.
  6. -----------------------------------------------------------------=[ Database ]
  7. MLog clients using java 1.4+ standard logging.
  8. Initializing c3p0-0.9.2-pre1 [built 27-May-2010 01:00:49 -0400; debug? true; tra
  9. ce: 10]
  10. Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireInc
  11. rement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnCl
  12. ose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailu
  13. re -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connec
  14. tionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSou
  15. rceName -> 1hge1368d1pqjlay76jxbq|46b8c8e6, debugUnreturnedConnectionStackTraces
  16.  -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryCla
  17. ssLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken ->
  18.  1hge1368d1pqjlay76jxbq|46b8c8e6, idleConnectionTestPeriod -> 3600, initialPoolS
  19. ize -> 10, jdbcUrl -> jdbc:mysql://localhost/l2jdb, maxAdministrativeTaskTime ->
  20.  0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0,
  21. maxPoolSize -> 100, maxStatements -> 0, maxStatementsPerConnection -> 100, minPo
  22. olSize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0,
  23.  preferredTestQuery -> null, properties -> {user=******, password=******}, prope
  24. rtyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, statementDestroyerNum
  25. ActiveThreads -> -1, statementDestroyerNumConnectionsInUseAllUsers -> -1, statem
  26. entDestroyerNumConnectionsInUseDefaultUser -> -1, statementDestroyerNumConnectio
  27. nsWithDeferredDestroyStatementsAllUsers -> -1, statementDestroyerNumConnectionsW
  28. ithDeferredDestroyStatementsDefaultUser -> -1, statementDestroyerNumDeferredDest
  29. royStatementsAllUsers -> -1, statementDestroyerNumDeferredDestroyStatementsDefau
  30. ltUser -> -1, statementDestroyerNumIdleThreads -> -1, statementDestroyerNumTasks
  31. Pending -> -1, statementDestroyerNumThreads -> -1, testConnectionOnCheckin -> fa
  32. lse, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTr
  33. aditionalReflectiveProxies -> false ]
  34. L2J Server Version:    4490
  35. L2J Datapack Version:  7765
  36. Updated characters online status.
  37. Cleaned 0 elements from database in 0 s
  38. Cleaned 0 expired timestamps from database.
  39. IDFactory: 102912 id's available.
  40. ------------------------------------------------------------------=[ Engines ]
  41. Initializing Script Engine Manager
  42. Script Engine: BeanShell Engine 1.1 - Language: BeanShell - Language Version: 2.
  43. 0b5
  44. *sys-package-mgr*: processing modified jar, 'C:\server\server\gameserver\l2jserv
  45. er.jar'
  46. Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1
  47. Script Engine: Mozilla Rhino 1.6 release 2 - Language: ECMAScript - Language Ver
  48. sion: 1.6
  49. Script Engine: java 1.6 - Language: java - Language Version: 1.6
  50. --------------------------------------------------------------------=[ World ]
  51. Initializing InstanceManager
  52. Loaded 146 instance names
  53. Multiverse Instance created
  54. Universe Instance created
  55. L2World: (128 by 136) World Region Grid set up.
  56. -------------------------------------------------------------------=[ Skills ]
  57. EnchantGroupsTable: Loaded 5 groups.
  58. SkillTreeTable: Loaded 42988 skills.
  59. FishingSkillTreeTable: Loaded 109 general skills.
  60. DwarvenCraftSkillTreeTable: Loaded 8 dwarven skills.
  61. PledgeSkillTreeTable: Loaded 44 pledge skills
  62. TransformSkillTreeTable: Loaded 50 transform skills
  63. SpecialSkillTreeTable: Loaded 3 special skills
  64. [Fatal Error] 00300-00399.xml:2434:3: The value of attribute "val" associated wi
  65. th an element type "null" must not contain the '<' character.
  66. Error loading file C:\server\server\gameserver\data\stats\skills\00300-00399.xml
  67.  
  68. org.xml.sax.SAXParseException: The value of attribute "val" associated with an e
  69. lement type "null" must not contain the '<' character.
  70.        at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown So
  71. urce)
  72.        at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unk
  73. nown Source)
  74.        at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
  75.        at com.l2jserver.gameserver.skills.DocumentBase.parse(DocumentBase.java:
  76. 138)
  77.        at com.l2jserver.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.
  78. java:79)
  79.        at com.l2jserver.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngi
  80. ne.java:88)
  81.        at com.l2jserver.gameserver.datatables.SkillTable.load(SkillTable.java:6
  82. 0)
  83.        at com.l2jserver.gameserver.datatables.SkillTable.<init>(SkillTable.java
  84. :45)
  85.        at com.l2jserver.gameserver.datatables.SkillTable.<init>(SkillTable.java
  86. :27)
  87.        at com.l2jserver.gameserver.datatables.SkillTable$SingletonHolder.<clini
  88. t>(SkillTable.java:164)
  89.        at com.l2jserver.gameserver.datatables.SkillTable.getInstance(SkillTable
  90. .java:37)
  91.        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:222)
  92.        at com.l2jserver.gameserver.GameServer.main(GameServer.java:493)
  93.  
  94. No skill info found for skill id 325 and skill level 1.
  95. No skill info found for skill id 325 and skill level 1.
  96. No skill info found for skill id 326 and skill level 1.
  97. No skill info found for skill id 327 and skill level 1.
  98. No skill info found for skill id 395 and skill level 1.
  99. No skill info found for skill id 396 and skill level 1.
  100. ResidentialSkillTable: Loaded 39 entities with associated skills.
  101. SubPledgeSkillTree: Loaded 18 SubUnit Skills
  102. PetSkillsTable: Loaded 1815 skills.
  103. --------------------------------------------------------------------=[ Items ]
  104. Highest item id used:22172
  105. Extractable skills data: Loaded 449 extractable skills!
  106. Summon items data: Loaded 57 summon items.
  107. Enchant HP Bonus registered for 1892 items!
  108. MerchantPriceConfigTable: Loaded 28 merchant price configs.
  109. TradeController: Loaded 680 Buylists.
  110. MultiSell: Loaded 193 lists.
  111. RecipeController: Loaded 1000 recipes.
  112. ArmorSetsTable: Loaded 198 armor sets.
  113. FishTable: Loaded 270 Fishes.
  114. ---------------------------------------------------------------=[ Characters ]
  115. CharTemplateTable: Loaded 103 Character Templates.
  116. CharNameTable: Loaded 2 char names.
  117. LevelUpData: Loaded 103 Character Level Up Templates.
  118. AccessLevels: Loaded 7 from database.
  119. AdminCommandAccessRights: Loaded 457 from database.
  120. RaidBossPointsManager: Loaded 0 Characters Raid Points.
  121. PetDataTable: Loaded 49 Pets.
  122. --------------------------------------------------------------------=[ Clans ]
  123. Loaded 4 forums. Last forum id used: 4
  124. Restored 0 clans from the database.
  125. Initializing ClanHallManager
  126. Initializing AuctionManager
  127. Loaded: 38 auction(s)
  128. Loaded: 0 clan halls
  129. Loaded: 44 free clan halls
  130. ------------------------------------------------------------------=[ Geodata ]
  131. Geodata Engine: Disabled.
  132. ---------------------------------------------------------------------=[ NPCs ]
  133. NpcTable: (Re)Loaded 10088 NPC template(s).
  134. NpcTable: Loaded 504 Minions.
  135. NPC AI Data Table: Loaded 10088 AI Data.
  136. NPC Elementals Data Table: Loaded 10088 elementals Data.
  137. Initializing Walkers Routes Table.
  138. WalkerRoutesTable: Loaded 34 Npc Walker Routes.
  139. Loading zones...
  140. Initializing GrandBossManager
  141. GrandBossManager: Queen Ant(29001) status is 0.
  142. GrandBossManager: Core(29006) status is 0.
  143. GrandBossManager: Orfen(29014) status is 0.
  144. GrandBossManager: Antharas(29019) status is 0.
  145. GrandBossManager: Baium(29020) status is 0.
  146. GrandBossManager: Zaken(29022) status is 0.
  147. GrandBossManager: Valakas(29028) status is 0.
  148. GrandBossManager: Frintezza(29045) status is 0.
  149. GrandBossManager: Antharas(29066) status is 0.
  150. GrandBossManager: Antharas(29067) status is 0.
  151. GrandBossManager: Antharas(29068) status is 0.
  152. GrandBossManager: Loaded 11 Instances
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement