Thread: How do I run hyperion?

Results 1 to 7 of 7
  1. #1 How do I run hyperion? 
    Registered Member

    Join Date
    Feb 2009
    Age
    27
    Posts
    2,861
    Thanks given
    127
    Thanks received
    226
    Rep Power
    700
    Reply With Quote  
     

  2. #2  
    brb ridin da storm

    blakeman8192's Avatar
    Join Date
    Dec 2012
    Age
    31
    Posts
    2,012
    Thanks given
    818
    Thanks received
    1,361
    Rep Power
    329
    it's org.hyperion.rs2.Server
    rest in peace Qemist, Izzy, Colton, TeChNo PuNk, Impulser, & bootnecklad
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Feb 2009
    Age
    27
    Posts
    2,861
    Thanks given
    127
    Thanks received
    226
    Rep Power
    700
    Im using Hyperion 459 now, but now I get this:
    Code:
    10-Feb-2010 09:29:11 org.hyperion.Server main
    INFO: Starting Hyperion...
    10-Feb-2010 09:29:12 org.hyperion.fileserver.FileServer bind
    INFO: Binding to port : 43595...
    10-Feb-2010 09:29:12 org.hyperion.rs2.model.ObjectManager load
    INFO: Loading map...
    10-Feb-2010 09:29:12 org.hyperion.fileserver.FileServer bind
    INFO: Binding to port : 8080...
    10-Feb-2010 09:29:12 org.hyperion.fileserver.FileServer start
    INFO: Ready
    10-Feb-2010 09:29:13 org.hyperion.rs2.RS2Server bind
    INFO: Binding to port : 43594...
    10-Feb-2010 09:29:14 org.hyperion.rs2.ScriptManager <init>
    INFO: Loading scripts...
    10-Feb-2010 09:29:14 org.hyperion.rs2.RS2Server start
    INFO: Waiting for pending background loading tasks...
    10-Feb-2010 09:29:26 org.hyperion.rs2.model.World handleError
    SEVERE: An error occurred in an executor service! The server will be halted immediately.
    java.lang.OutOfMemoryError: Java heap space
    	at org.hyperion.rs2.util.EntityListIterator.<init>(EntityListIterator.java:47)
    	at org.hyperion.rs2.util.EntityList.iterator(EntityList.java:129)
    	at org.hyperion.rs2.event.impl.UpdateEvent.execute(UpdateEvent.java:46)
    	at org.hyperion.rs2.event.EventManager$1.run(EventManager.java:48)
    	at org.hyperion.rs2.GameEngine$2.run(GameEngine.java:129)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    	at java.util.concurrent.FutureTask.run(Unknown Source)
    	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
    	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.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)
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Mar 2009
    Posts
    430
    Thanks given
    5
    Thanks received
    6
    Rep Power
    89
    Quote Originally Posted by jameskmonger View Post
    Im using Hyperion 459 now, but now I get this:
    Code:
    10-Feb-2010 09:29:11 org.hyperion.Server main
    INFO: Starting Hyperion...
    10-Feb-2010 09:29:12 org.hyperion.fileserver.FileServer bind
    INFO: Binding to port : 43595...
    10-Feb-2010 09:29:12 org.hyperion.rs2.model.ObjectManager load
    INFO: Loading map...
    10-Feb-2010 09:29:12 org.hyperion.fileserver.FileServer bind
    INFO: Binding to port : 8080...
    10-Feb-2010 09:29:12 org.hyperion.fileserver.FileServer start
    INFO: Ready
    10-Feb-2010 09:29:13 org.hyperion.rs2.RS2Server bind
    INFO: Binding to port : 43594...
    10-Feb-2010 09:29:14 org.hyperion.rs2.ScriptManager <init>
    INFO: Loading scripts...
    10-Feb-2010 09:29:14 org.hyperion.rs2.RS2Server start
    INFO: Waiting for pending background loading tasks...
    10-Feb-2010 09:29:26 org.hyperion.rs2.model.World handleError
    SEVERE: An error occurred in an executor service! The server will be halted immediately.
    java.lang.OutOfMemoryError: Java heap space
    	at org.hyperion.rs2.util.EntityListIterator.<init>(EntityListIterator.java:47)
    	at org.hyperion.rs2.util.EntityList.iterator(EntityList.java:129)
    	at org.hyperion.rs2.event.impl.UpdateEvent.execute(UpdateEvent.java:46)
    	at org.hyperion.rs2.event.EventManager$1.run(EventManager.java:48)
    	at org.hyperion.rs2.GameEngine$2.run(GameEngine.java:129)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    	at java.util.concurrent.FutureTask.run(Unknown Source)
    	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
    	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.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)
    set your xmx1024 or xmx1000 to like xmx512 or xmx256 if it still not work also remove xms512 if there is 1
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Feb 2009
    Age
    27
    Posts
    2,861
    Thanks given
    127
    Thanks received
    226
    Rep Power
    700
    I'm running it in eclipse...
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Mar 2009
    Posts
    430
    Thanks given
    5
    Thanks received
    6
    Rep Power
    89
    then do it in eclipse settings
    there are somewhere where u can change that xmx1000 thingie
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Feb 2009
    Age
    27
    Posts
    2,861
    Thanks given
    127
    Thanks received
    226
    Rep Power
    700
    Ok, now I get this:
    Code:
    10-Feb-2010 10:32:57 org.hyperion.Server main
    INFO: Running.
    10-Feb-2010 10:32:58 org.hyperion.rs2.model.ObjectManager load
    INFO: Loading map...
    10-Feb-2010 10:32:58 org.hyperion.fileserver.FileServer bind
    INFO: Binding to port : 43595...
    10-Feb-2010 10:32:58 org.hyperion.fileserver.FileServer bind
    INFO: Binding to port : 8080...
    10-Feb-2010 10:32:58 org.hyperion.fileserver.FileServer start
    INFO: Ready
    10-Feb-2010 10:32:59 org.hyperion.rs2.RS2Server bind
    INFO: Binding to port : 43594...
    10-Feb-2010 10:32:59 org.hyperion.rs2.ScriptManager <init>
    INFO: Loading scripts...
    10-Feb-2010 10:32:59 org.hyperion.rs2.RS2Server start
    INFO: Waiting for pending background loading tasks...
    10-Feb-2010 10:33:02 org.hyperion.rs2.model.ObjectManager load
    INFO: Loaded 1166825 objects.
    10-Feb-2010 10:33:02 org.hyperion.rs2.model.ItemDefinition init
    INFO: Loading definitions...
    10-Feb-2010 10:33:02 org.hyperion.Server main
    SEVERE: Error starting Hyperion.
    java.util.concurrent.ExecutionException: java.io.FileNotFoundException: C:\dopCache\itemDefinitions.bin (The system cannot find the file specified)
    	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.io.FileNotFoundException: C:\dopCache\itemDefinitions.bin (The system cannot find the file specified)
    	at java.io.RandomAccessFile.open(Native Method)
    	at java.io.RandomAccessFile.<init>(Unknown Source)
    	at java.io.RandomAccessFile.<init>(Unknown Source)
    	at org.hyperion.rs2.model.ItemDefinition.init(ItemDefinition.java:68)
    	at org.hyperion.rs2.model.World$2.call(World.java:121)
    	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)
    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
  •