Thread: [PJA] Run Error

Results 1 to 3 of 3
  1. #1 [PJA] Run Error 
    Registered Member
    Join Date
    Aug 2010
    Posts
    21
    Thanks given
    0
    Thanks received
    0
    Rep Power
    7
    Alright, im using Project Annihation, running on Eclipse.
    I have add xpp and xstream jars, specified main class, etc, Done arguments.

    Error I get:
    Code:
    11/09/2010 3:44:38 PM org.hyperion.Server main
    INFO: Starting Hyperion...
    11/09/2010 3:44:39 PM org.hyperion.rs2.model.GameObjectDefinition init
    INFO: Loading definitions...
    11/09/2010 3:44:41 PM org.hyperion.fileserver.FileServer bind
    INFO: Binding to port : 43595...
    11/09/2010 3:44:41 PM org.hyperion.fileserver.FileServer bind
    INFO: Binding to port : 8080...
    11/09/2010 3:44:41 PM org.hyperion.fileserver.FileServer start
    INFO: Ready
    11/09/2010 3:44:43 PM org.hyperion.rs2.RS2Server bind
    INFO: Binding to port : 43594...
    11/09/2010 3:44:43 PM org.hyperion.rs2.ScriptManager <init>
    INFO: Loading scripts...
    11/09/2010 3:44:43 PM org.hyperion.rs2.RS2Server start
    INFO: Waiting for pending background loading tasks...
    11/09/2010 3:44:52 PM org.hyperion.rs2.model.GameObjectDefinition init
    INFO: Loaded 25374 object definitions.
    11/09/2010 3:44:52 PM org.hyperion.Server main
    SEVERE: Error starting Hyperion.
    java.util.concurrent.ExecutionException: org.hyperion.cache.InvalidCacheException: No index files present.
    	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: org.hyperion.cache.InvalidCacheException: No index files present.
    	at org.hyperion.cache.Cache.<init>(Cache.java:75)
    	at org.hyperion.rs2.model.ObjectManager.load(ObjectManager.java:44)
    	at org.hyperion.rs2.model.World$2.call(World.java:125)
    	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)
    11/09/2010 3:44:52 PM org.hyperion.rs2.model.ItemDefinition init
    INFO: Loading definitions...
    Any help?
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2009
    Age
    27
    Posts
    2,861
    Thanks given
    127
    Thanks received
    226
    Rep Power
    700
    No cache/broken cache.

    This forum requires that you wait 30 seconds between posts. Please try again in 2 seconds.
    :rage:
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2010
    Posts
    21
    Thanks given
    0
    Thanks received
    0
    Rep Power
    7
    EDIT:

    Ok, I found where the cache goes. It must be corrupt then?
    Do you have a cache I may use please?
    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
  •