Thread: [Hyperion] Run server error

Page 1 of 3 123 LastLast
Results 1 to 10 of 25
  1. #1 [Hyperion] Run server error 
    Registered Member Madara's Avatar
    Join Date
    Jun 2013
    Age
    32
    Posts
    89
    Thanks given
    9
    Thanks received
    0
    Rep Power
    11


    That is what I get when I try to run Hyperion, can someone help me with this please and thank you.
    Reply With Quote  
     

  2. #2  
    Registered Member
    TheChosenOne's Avatar
    Join Date
    Jan 2013
    Posts
    967
    Thanks given
    47
    Thanks received
    161
    Rep Power
    366
    You need to add that library to the libraries in your run.bat
    Reply With Quote  
     

  3. #3  
    Registered Member Madara's Avatar
    Join Date
    Jun 2013
    Age
    32
    Posts
    89
    Thanks given
    9
    Thanks received
    0
    Rep Power
    11
    Code:
    @echo off
    title Run
    java -Xmx500m -cp bin org.rs2server.Server
    pause
    That is what is written in the .bat, how would I add the missing library ?
    Reply With Quote  
     

  4. #4  
    Registered Member
    TheChosenOne's Avatar
    Join Date
    Jan 2013
    Posts
    967
    Thanks given
    47
    Thanks received
    161
    Rep Power
    366
    You'll probably have a folder with the jars in (named lib, libs or deps). You'll need to put the relative path to all those files in the run.bat by typing ';' after bin and then typing the paths, separated by ';'.

    The whole line might look something like this:
    Code:
    java -Xmx500m -cp bin;deps/poi.jar;deps/commons-math-2.2.jar;deps/mysql.jar;deps/uncommons-maths-1.2.jar;deps/mina-core-2.0.0-M6.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar org.rs2server.Server
    Note that these libraries may differ from yours.
    Reply With Quote  
     

  5. #5  
    Registered Member Madara's Avatar
    Join Date
    Jun 2013
    Age
    32
    Posts
    89
    Thanks given
    9
    Thanks received
    0
    Rep Power
    11
    Thanks for your help I truly appreciate it, here is what was originally written on the .bat

    Code:
    @echo off
    title Run
    java -Xmx500m -cp bin;lib/jython.jar;lib/slf4j-api-1.5.8.jar;lib/mina-core-2.0.0-M6.jar;lib/slf4j-jdk14-1.5.8.jar;lib/commons-compress-1.0.jar;lib/junit-4.6.jar org.rs2server.Server
    pause
    but when I run that code, this is what I get.

    Reply With Quote  
     

  6. #6  
    (Official) Thanksgiver

    Arham's Avatar
    Join Date
    Jan 2013
    Age
    23
    Posts
    3,415
    Thanks given
    7,254
    Thanks received
    1,938
    Rep Power
    3905
    Quote Originally Posted by Madara View Post
    Thanks for your help I truly appreciate it, here is what was originally written on the .bat

    Code:
    @echo off
    title Run
    java -Xmx500m -cp bin;lib/jython.jar;lib/slf4j-api-1.5.8.jar;lib/mina-core-2.0.0-M6.jar;lib/slf4j-jdk14-1.5.8.jar;lib/commons-compress-1.0.jar;lib/junit-4.6.jar org.rs2server.Server
    pause
    but when I run that code, this is what I get.

    Try this:
    Code:
    java -Xmx500m -cp bin;lib/*.jar org.rs2server.Server
    Attached image
    Attached image
    Quote Originally Posted by MrClassic View Post
    Arham is the official thanker!
    List of my work here!
    Reply With Quote  
     

  7. Thankful user:


  8. #7  
    Registered Member
    TheChosenOne's Avatar
    Join Date
    Jan 2013
    Posts
    967
    Thanks given
    47
    Thanks received
    161
    Rep Power
    366
    You do have the jar right? XStream.jar or something like that.
    Reply With Quote  
     

  9. #8  
    (Official) Thanksgiver

    Arham's Avatar
    Join Date
    Jan 2013
    Age
    23
    Posts
    3,415
    Thanks given
    7,254
    Thanks received
    1,938
    Rep Power
    3905
    Quote Originally Posted by TheChosenOne View Post
    You do have the jar right? XStream.jar or something like that.
    Oh I forgot to mention. You must have these jars in your lib folder:
    lib.rar
    Attached image
    Attached image
    Quote Originally Posted by MrClassic View Post
    Arham is the official thanker!
    List of my work here!
    Reply With Quote  
     

  10. #9  
    Registered Member Madara's Avatar
    Join Date
    Jun 2013
    Age
    32
    Posts
    89
    Thanks given
    9
    Thanks received
    0
    Rep Power
    11
    I'll try it out as soon as I get home from work, thanks a lot.
    EDIT: as from what I remember those Jars are the folders specified in the code. I have to check for Xstream because I do not remember ATM.
    Reply With Quote  
     

  11. #10  
    Registered Member Madara's Avatar
    Join Date
    Jun 2013
    Age
    32
    Posts
    89
    Thanks given
    9
    Thanks received
    0
    Rep Power
    11
    I tried the code you gave me and this is what I get now

    Same error as the first.

    Reply With Quote  
     

Page 1 of 3 123 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Vpsland Run server error
    By ironiix in forum Help
    Replies: 5
    Last Post: 10-25-2010, 10:50 PM
  2. Run server error
    By xfire in forum Help
    Replies: 0
    Last Post: 08-06-2010, 11:28 PM
  3. Run Server Error
    By Avatarpain in forum Help
    Replies: 2
    Last Post: 12-23-2009, 08:30 AM
  4. Running server error?
    By Brooks in forum Help
    Replies: 5
    Last Post: 10-04-2009, 07:15 PM
  5. run server error wdf
    By blacksh00t in forum Help
    Replies: 3
    Last Post: 01-15-2009, 08:11 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •