Thread: Hyperion Update Server

Results 1 to 2 of 2
  1. #1 Hyperion Update Server 
    Derp.
    BenjaR's Avatar
    Join Date
    May 2008
    Age
    29
    Posts
    2,083
    Thanks given
    167
    Thanks received
    125
    Rep Power
    915
    I tried using my own cache (w/ 474 data) but get problems on startup
    Spoiler for Errors:
    Code:
    java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException: 9399
    	at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
    	at java.util.concurrent.FutureTask.get(Unknown Source)
    	at org.hyperion.util.BlockingExecutorService.waitForPendingTasks(BlockingExecutorService.java:50)
    	at org.hyperion.rs2.RS2Server.start(RS2Server.java:74)
    	at org.hyperion.Server.main(Server.java:36)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 9399
    	at org.hyperion.rs2.model.GameObjectDefinition.addDefinition(GameObjectDefinition.java:25)
    	at org.hyperion.rs2.model.ObjectManager.objectDefinitionParsed(ObjectManager.java:70)
    	at org.hyperion.cache.obj.ObjectDefinitionParser.parse(ObjectDefinitionParser.java:205)
    	at org.hyperion.rs2.model.ObjectManager.load(ObjectManager.java:48)
    	at org.hyperion.rs2.model.World$1.call(World.java:113)
    	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    	at java.util.concurrent.FutureTask.run(Unknown Source)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)

    Tried increasing that number to fit but after 27239 I get a different exception.

    Whats the deal with this?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Dec 2007
    Age
    30
    Posts
    1,986
    Thanks given
    257
    Thanks received
    326
    Rep Power
    0
    yer i had the same problem when i was trying my poc cache
    havnt looked into it yet
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •