Jump to content
  • 0

[help] game server consolo help


Question

Posted

hello guys im trying to make my own server this is my 5 time i never had a problem but i got a problem can some 1 help me ????

 

excepion in thread "main" java.lang.exceptionininitializerError

 

caused by java.lang.nullpointerexception

 

blablalba skilltrees

 

.... 3 more

6 answers to this question

Recommended Posts

  • 0
Posted

http://download.oracle.com/javase/1.4.2/docs/api/java/lang/NullPointerException.html

Thrown when an application attempts to use null in a case where an object is required.

 

Are you trying to build this in Eclipse or is this just output from the gameserver console window?

  • 0
Posted

nono its my gameserver console i dont use eclipse  i use Nightlies from = http://www.l2jserver.com/nightly/

 

 

but login nothing matters its says server ready on 2106 but gameserver console says

 

excepion in thread "main" java.lang.exceptionininitializerError

 

caused by java.lang.nullpointerexception

 

blablalba skilltrees

 

.... 3 more

 

if i go to gameserver map click on errors i get this

 

this is error1

 

nov 16, 2011 2:16:32 PM com.l2jserver.gameserver.instancemanager.MapRegionManager <init>

SEVERE: Failed loading MapRegion

java.lang.NullPointerException

at com.l2jserver.gameserver.instancemanager.MapRegionManager.load(MapRegionManager.java:97)

at com.l2jserver.gameserver.instancemanager.MapRegionManager.<init>(MapRegionManager.java:82)

at com.l2jserver.gameserver.instancemanager.MapRegionManager.<init>(MapRegionManager.java:52)

at com.l2jserver.gameserver.instancemanager.MapRegionManager$SingletonHolder.<clinit>(MapRegionManager.java:505)

at com.l2jserver.gameserver.instancemanager.MapRegionManager.getInstance(MapRegionManager.java:73)

at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:211)

at com.l2jserver.gameserver.GameServer.main(GameServer.java:482)

 

 

this is error 2

 

 

2011.11.16 14:16:31,313 INFO 1 com.l2jserver.Config Loading GameServer Configuration Files...

2011.11.16 14:16:31,437 WARNING 1 com.l2jserver.Config Could not load HexID file (./config/hexid.txt). Hopefully login will give us one.

2011.11.16 14:16:31,437 INFO 1 com.l2jserver.Config Loaded 6 Filter Words.

2011.11.16 14:16:31,453 INFO 1 com.l2jserver.gameserver.GameServer -----------------------------------------------------------------=[ Database ]

2011.11.16 14:16:31,469 INFO 1 com.mchange.v2.log.MLog MLog clients using java 1.4+ standard logging.

2011.11.16 14:16:31,593 INFO 1 com.mchange.v2.c3p0.C3P0Registry Initializing c3p0-0.9.2-pre1 [built 27-May-2010 01:00:49 -0400; debug? true; trace: 10]

2011.11.16 14:16:31,952 INFO 1 com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hge15z8j1bv9pqzx7sirn|7139e9f8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge15z8j1bv9pqzx7sirn|7139e9f8, idleConnectionTestPeriod -> 3600, initialPoolSize -> 10, jdbcUrl -> jdbc:mysql://localhost/l2jgs, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 100, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolSize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, statementDestroyerNumActiveThreads -> -1, statementDestroyerNumConnectionsInUseAllUsers -> -1, statementDestroyerNumConnectionsInUseDefaultUser -> -1, statementDestroyerNumConnectionsWithDeferredDestroyStatementsAllUsers -> -1, statementDestroyerNumConnectionsWithDeferredDestroyStatementsDefaultUser -> -1, statementDestroyerNumDeferredDestroyStatementsAllUsers -> -1, statementDestroyerNumDeferredDestroyStatementsDefaultUser -> -1, statementDestroyerNumIdleThreads -> -1, statementDestroyerNumTasksPending -> -1, statementDestroyerNumThreads -> -1, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]

2011.11.16 14:16:31,983 INFO 1 com.l2jserver.gameserver.GameServer L2J Server Version:    5079

2011.11.16 14:16:31,983 INFO 1 com.l2jserver.gameserver.GameServer L2J Datapack Version:  Unsupported Custom Version.

2011.11.16 14:16:31,999 INFO 1 com.l2jserver.gameserver.idfactory.IdFactory Updated characters online status.

2011.11.16 14:16:32,077 INFO 1 com.l2jserver.gameserver.idfactory.IdFactory Cleaned 0 elements from database in 0 s

2011.11.16 14:16:32,077 INFO 1 com.l2jserver.gameserver.idfactory.IdFactory Cleaned 0 expired timestamps from database.

2011.11.16 14:16:32,093 INFO 1 com.l2jserver.gameserver.idfactory.BitSetIDFactory IDFactory: 102912 id's available.

2011.11.16 14:16:32,093 INFO 1 com.l2jserver.gameserver.GameServer ------------------------------------------------------------------=[ Engines ]

2011.11.16 14:16:32,093 INFO 1 com.l2jserver.gameserver.scripting.L2ScriptEngineManager Initializing Script Engine Manager

2011.11.16 14:16:32,529 INFO 1 com.l2jserver.gameserver.scripting.L2ScriptEngineManager Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1

2011.11.16 14:16:32,561 INFO 1 com.l2jserver.gameserver.scripting.L2ScriptEngineManager Script Engine: BeanShell Engine 1.1 - Language: BeanShell - Language Version: 2.0b5

2011.11.16 14:16:32,576 INFO 1 com.l2jserver.gameserver.scripting.L2ScriptEngineManager Script Engine: java 1.7 - Language: java - Language Version: 1.7

2011.11.16 14:16:32,592 INFO 1 com.l2jserver.gameserver.scripting.L2ScriptEngineManager Script Engine: Mozilla Rhino 1.7 release 3 PRERELEASE - Language: ECMAScript - Language Version: 1.8

2011.11.16 14:16:32,685 INFO 1 com.l2jserver.gameserver.GameServer --------------------------------------------------------------------=[ World ]

2011.11.16 14:16:32,685 INFO 1 com.l2jserver.gameserver.instancemanager.InstanceManager Initializing InstanceManager

2011.11.16 14:16:32,685 WARNING 1 com.l2jserver.gameserver.instancemanager.InstanceManager instancenames.xml could not be loaded: file not found

2011.11.16 14:16:32,685 INFO 1 com.l2jserver.gameserver.instancemanager.InstanceManager Loaded 0 instance names

2011.11.16 14:16:32,701 INFO 1 com.l2jserver.gameserver.instancemanager.InstanceManager Multiverse Instance created

2011.11.16 14:16:32,701 INFO 1 com.l2jserver.gameserver.instancemanager.InstanceManager Universe Instance created

2011.11.16 14:16:32,800 INFO 1 com.l2jserver.gameserver.model.L2World L2World: (128 by 136) World Region Grid set up.

2011.11.16 14:16:32,822 SEVERE 1 com.l2jserver.gameserver.instancemanager.MapRegionManager Failed loading MapRegion

2011.11.16 14:16:32,831 WARNING 1 com.l2jserver.gameserver.Announcements data/announcements.txt doesn't exist

2011.11.16 14:16:32,834 INFO 1 com.l2jserver.gameserver.GameServer -------------------------------------------------------------------=[ Skills ]

2011.11.16 14:16:32,836 WARNING 1 com.l2jserver.gameserver.handler.EffectHandler Problems while running EffectMansterHandler

2011.11.16 14:16:32,848 CONFIG 1 com.l2jserver.gameserver.handler.EffectHandler Loaded 0 Effect handlers

2011.11.16 14:16:32,867 INFO 1 com.l2jserver.gameserver.datatables.EnchantGroupsTable EnchantGroupsTable: Loaded 5 groups.

2011.11.16 14:16:32,870 WARNING 1 com.l2jserver.gameserver.skills.SkillsEngine Dir C:\L2J\server\gameserver\data\stats\items not exists

2011.11.16 14:16:32,870 WARNING 1 com.l2jserver.gameserver.skills.SkillsEngine Dir C:\L2J\server\gameserver\data\stats\skills not exists

2011.11.16 14:16:32,872 INFO 1 com.l2jserver.gameserver.skills.SkillsEngine SkillsEngine: Loaded 0 Skill templates from XML files.

2011.11.16 14:16:32,875 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 4215 and skill level 1.

2011.11.16 14:16:32,876 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 4515 and skill level 1.

2011.11.16 14:16:32,876 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 246 and skill level 1.

2011.11.16 14:16:32,877 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 247 and skill level 1.

2011.11.16 14:16:32,878 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 4289 and skill level 1.

2011.11.16 14:16:32,879 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 325 and skill level 1.

2011.11.16 14:16:32,879 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 4616 and skill level 1.

2011.11.16 14:16:32,880 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 5965 and skill level 1.

2011.11.16 14:16:32,881 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 2025 and skill level 1.

2011.11.16 14:16:32,881 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 5182 and skill level 1.

2011.11.16 14:16:32,882 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 4380 and skill level 1.

2011.11.16 14:16:32,883 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 3630 and skill level 1.

2011.11.16 14:16:32,883 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 3631 and skill level 1.

2011.11.16 14:16:32,884 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 5074 and skill level 1.

2011.11.16 14:16:32,885 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 5075 and skill level 1.

2011.11.16 14:16:32,885 WARNING 1 com.l2jserver.gameserver.datatables.SkillTable No skill info found for skill id 2139 and skill level 1.

 

  • 0
Posted

Update to Java 7 and try it, or if you are using Java 7 then you might have an older server library and need to downgrade to Java 6 Update 25.

 

For the second error you did not make a HexID file and copy it to your configs, and the rest looks like you either did not copy the datapack correctly into the gameserver or install the sql tables correctly.

 

For the hell of it i downloaded the L2jServer nightlies nad installed them, no problem on my end.

  • 0
Posted

when i click on registergameserver it says

 

no avaible names  for gameserver verify servername.xml file but i did that !

 

and i downloaded and i did all sql tables

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • This post originally appeared on MmoGah. Dear exiles, hot news about PoE 1! The new league, 3.27 Keepers of the Flame, will launch on Oct 31, 2025. I will share with you the top 6 league starters, and each build is chosen for its strength in early progression, affordability, and synergy with the new mechanics introduced in the Bloodline Ascendancy system and Breach rework.       1. Exsanguinate Reap Mines Trickster Overview This build combines the physical spell damage of Exsanguinate and Reap with the mine playstyle, leveraging Trickster’s energy shield and recovery mechanics for survivability and speed. It’s a hybrid between trapper and spellcaster, offering high burst damage and smooth mapping. Key Mechanics Ascendancy: Trickster (Shadow) Main Skills: Exsanguinate, Reap, High-Impact Mine Support Defenses: Energy Shield, Evasion, Ghost Dance, Spell Suppression Strengths Excellent clear speed with overlapping AoE Strong single-target burst from Reap Trickster’s recovery and mobility make it forgiving Weaknesses Mines require setup and can feel clunky for some Physical damage scaling needs investment for the endgame Playstyle Tips Use Exsanguinate for mapping and Reap for bosses Prioritize mine throwing speed and recovery nodes Utilize Bloodline Grafts to enhance ES sustain and mine damage Ideal For Players who enjoy tactical gameplay with high burst potential   2. Cyclone Shockwave Slayer Overview Cyclone Shockwave Slayer is a melee build that uses Cyclone to trigger Shockwave Support, creating massive AoE explosions. Slayer’s leech and overleech mechanics make it durable and fast-paced. Key Mechanics Ascendancy: Slayer (Duelist) Main Skills: Cyclone, Shockwave Support, Rage Support Defenses: Life leech, Overleech, Fortify Strengths Smooth and fast mapping with Cyclone Shockwave adds huge AoE and damage Slayer’s leech makes it tanky even with minimal gear Weaknesses Requires a decent weapon early on Single-target can lag without investment Playstyle Tips Stack attack speed and physical damage Use Rage and Berserk for burst phases Bloodline Grafts can boost leech and AoE scaling Ideal For Players who love fast, aggressive melee builds   DID YOU KNOW?  MmoGah is the most trustworthy digital game goods store. Here you can buy safe PoE currency 3.27 to hold your strong build easily with low prices and fast delivery. poe currency 3.27     3. Rolling Magma Mines Saboteur Overview Rolling Magma Mines Saboteur is a powerful hybrid build that uses mines to trigger chain explosions. Saboteur’s mine bonuses and trap scaling make this build extremely potent for both clear and bossing. Key Mechanics Ascendancy: Saboteur (Shadow) Main Skills: Rolling Magma, Mine Support, Chain Support Defenses: Evasion, Spell Suppression, Mine immunity Strengths Massive AoE clear with chain mechanics High uptime on damage due to mine detonation Saboteur’s trap/mine bonuses make leveling easy Weaknesses Mines require setup and timing Visual clutter can be overwhelming Playstyle Tips Use Rolling Magma for chain clear and boss stacking Prioritize mine throwing speed and detonation speed Bloodline Grafts can enhance mine damage and trap cooldowns Ideal For Players who enjoy strategic, explosive gameplay   4. Kinetic Rain Elementalist (NEW) Overview Kinetic Rain is a new skill introduced in 3.27, firing a barrage of projectiles that rain down in an arc. Elementalist synergizes with elemental damage and ailment proliferation, making this build a top-tier mapper. Key Mechanics Ascendancy: Elementalist (Witch) Main Skills: Kinetic Rain, Greater Multiple Projectiles, Elemental Proliferation Defenses: Elemental ailment immunity, high life, block Strengths Incredible clear speed with projectile spread Elementalist’s golems and ailment immunity boost survivability New skill offers fresh playstyle and visuals Weaknesses Single-target depends on projectile overlap Requires investment in projectile speed and damage Playstyle Tips Scale elemental damage and projectile modifiers Use golems for buffs and tanking Bloodline Grafts can enhance elemental spread and projectile count Ideal For Players who want to try new mechanics with flashy visuals   5. Poisonous Concoction of Bouncing Slayer/Pathfinder Overview: This build uses Poisonous Concoction with the new “Bouncing” mechanic, allowing projectiles to ricochet and apply poison multiple times. Slayer and Pathfinder both offer strong synergy—Slayer for leech and Pathfinder for flask sustain. Key Mechanics Ascendancy: Slayer or Pathfinder (Duelist/Ranger) Main Skills: Poisonous Concoction, Plague Bearer, Wither Defenses: Evasion, Spell Suppression, Flask sustain Strengths Great single-target with poison stacking Bouncing mechanic improves clear and coverage No weapon required—uses flasks for scaling Weaknesses Flask management is crucial Visual clarity can be messy in dense fights Playstyle Tips Use Plague Bearer for clear and Poisonous Concoction for bosses Pathfinder offers smoother sustain; Slayer offers better leech Bloodline Grafts can boost poison duration and flask effects Ideal For Players who enjoy chaos builds and flask mechanics   6. Righteous Fire Chieftain Overview Righteous Fire Chieftain is a tanky, fire-based build that burns enemies with a persistent aura. Chieftain’s fire scaling and regen make it a great starter, especially with Breach-heavy content. Key Mechanics Ascendancy: Chieftain (Marauder) Main Skills: Righteous Fire, Fire Trap, Shield Charge Defenses: High life regen, fire resistance, armor Strengths Extremely tanky and consistent Great for Breach and dense packs Easy to gear and level Weaknesses Requires fire resistance and regen early Slower movement compared to zoomy builds Playstyle Tips Use Fire Trap for single-target and RF for clear Stack life, regen, and fire damage Bloodline Grafts can enhance burning damage and regen Ideal For Players who want a durable, low-maintenance build   Final Thoughts & Tips Bloodline Ascendancy: Mix and match ascendancy traits to create hybrid powerhouses. For example, combining Saboteur’s mine bonuses with Trickster’s recovery can yield unique builds. Breach Rework: Builds with strong AoE and sustain (like RF and Cyclone) excel in Breach-heavy zones. Leveling Strategy: Use alternate skills early (e.g., Fire Trap, Explosive Trap) and transition once gear is available. SSF vs Trade League: All builds here are viable in SSF, but some (like Poisonous Concoction and RF) are especially strong due to low gear dependency. Whether you prefer tactical mines, explosive melee, or elemental barrages, PoE 3.27 offers a rich meta with exciting new tools.
    • Some new features that we added: - 2 new quests - PvP Arena (to get hero status) Olympiad is disabled - Love Event - Dressme for armor/weapons/accessories - HWID Protection - More monsters - New farm zone - New autofarm system (works almost like adrenaline) - Auto enchant - Auto augment - 3 levels of armors - 3 levels of weapons - Anti KS System - Rebirth Manager - 30 days checking rewards - Small event (daily checking with small reward for all online players)
    • Added FloodProtector utility to prevent packet flooding for actions like item use and dice rolling. Integrated flood protection checks in relevant client packet handlers and registered/removal hooks in player lifecycle. Updated movement logic in L2PcInstance for improved position synchronization and geodata handling. Minor fixes and refactoring in attack logic, private store handling, and admin NPC editing. Refactored AI classes to enhance movement, attack, and skill usage logic for characters and mobs. Improved distance checks, attack range calculations, and skill casting conditions. Removed unused intention command logic from L2CharacterAI. Updated configuration to enable CellPathFinding. Minor code cleanups and bug fixes for more reliable AI behavior. Enhanced GeoPathFinding with detailed debug and error messages for region loading, including success/failure counts and file checks. Refactored L2AttackableAI and L2CharacterAI to improve attack range tolerance, immediate attack behavior, and added safety checks for missing targets. Updated configuration to disable CellPathFinding by default and added a new ShowRedName option for aggressive mobs. Minor config and log updates included. Applied TCP socket optimizations (e.g., TCP_NODELAY, buffer sizes, keepalive) in ClientThread, Connection, and SelectorThread to reduce latency and improve throughput. Enhanced L2AttackableAI with better random walk, aggro, and attack logic, including silent move checks, quest monster handling, and improved faction/raid/minion behavior. Added silent move support to L2PlayableInstance and quest monster flag to L2NpcTemplate/L2NpcInstance. These changes aim to improve server responsiveness, AI realism, and overall stability.
    • I’ve been using this Escape from Tarkov Hack for about a week now with no issues at all. ESP works great without any lag, and the aimbot is smooth and doesn't feel obvious. Had a quick setup with the loader, and support answered my questions right away. The HWID spoofer also did its job without messing with my system. So far, the cheat's staying undetected on my side.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock