Thread: Validus Help

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Validus Help 
    Registered Member Deathdomain's Avatar
    Join Date
    Feb 2013
    Age
    33
    Posts
    154
    Thanks given
    50
    Thanks received
    3
    Rep Power
    11
    im getting this message when im trying to launch the server in eclipse

    Exception in thread "main" java.lang.NoClassDefFoundError: org/Vote/MainLoader
    at com.rs.Launcher.<clinit>(Launcher.java:137)
    Caused by: java.lang.ClassNotFoundException: org.Vote.MainLoader
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 1 more
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    You're missing an external library, either add it to your lib folder or remove it from your build path.
    Reply With Quote  
     

  3. #3  
    Registered Member Amplify's Avatar
    Join Date
    Jan 2015
    Posts
    70
    Thanks given
    2
    Thanks received
    16
    Rep Power
    73
    Quote Originally Posted by Deathdomain View Post
    im getting this message when im trying to launch the server in eclipse

    Exception in thread "main" java.lang.NoClassDefFoundError: org/Vote/MainLoader
    at com.rs.Launcher.<clinit>(Launcher.java:137)
    Caused by: java.lang.ClassNotFoundException: org.Vote.MainLoader
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 1 more
    You're trying to run a class you don't have. Try even reading the error next time..
    Reply With Quote  
     

  4. #4  
    Registered Member Deathdomain's Avatar
    Join Date
    Feb 2013
    Age
    33
    Posts
    154
    Thanks given
    50
    Thanks received
    3
    Rep Power
    11
    Quote Originally Posted by Mayne View Post
    You're missing an external library, either add it to your lib folder or remove it from your build path.
    what am i missing

    Quote Originally Posted by Angel Logic View Post
    You're trying to run a class you don't have. Try even reading the error next time..
    i already did obviously or i wouldnt have came here
    Reply With Quote  
     

  5. #5  
    don't leech guys

    ANTILEECH's Avatar
    Join Date
    Jun 2013
    Posts
    736
    Thanks given
    171
    Thanks received
    196
    Rep Power
    129
    If you don't even know how to import the vote jar just comment it out
    Reply With Quote  
     

  6. #6  
    Registered Member Deathdomain's Avatar
    Join Date
    Feb 2013
    Age
    33
    Posts
    154
    Thanks given
    50
    Thanks received
    3
    Rep Power
    11
    Quote Originally Posted by KingMax View Post
    If you don't even know how to import the vote jar just comment it out
    fine i dont know how to do it, can someone please help?
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Quote Originally Posted by Deathdomain View Post
    what am i missing



    i already did obviously or i wouldnt have came here
    Probably GTLVote.jar
    Reply With Quote  
     

  8. #8  
    Registered Member Deathdomain's Avatar
    Join Date
    Feb 2013
    Age
    33
    Posts
    154
    Thanks given
    50
    Thanks received
    3
    Rep Power
    11
    Quote Originally Posted by Mayne View Post
    Probably GTLVote.jar
    its in the lib folder already from when i downloaded the source

    http://prntscr.com/62qvme
    Reply With Quote  
     

  9. #9  
    Registered Member Deathdomain's Avatar
    Join Date
    Feb 2013
    Age
    33
    Posts
    154
    Thanks given
    50
    Thanks received
    3
    Rep Power
    11
    [GTLVote V1.1] Settings initializing...
    [GTLVote V1.1] Error connecting to the database.
    java.sql.SQLException: Access denied for user 'proje990'@'108.237.148.140' (usin
    g password: YES)
    at com.mysql.jdbc.SQLError.createSQLException(SQLErro r.java:1073)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:4096)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:4028)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:951)
    at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggab leAuthentication(My
    sqlIO.java:1717)
    at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:12 76)
    at com.mysql.jdbc.ConnectionImpl.coreConnect(Connecti onImpl.java:2395)
    at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(Co nnectionImpl.java:2
    428)
    at com.mysql.jdbc.ConnectionImpl.createNewIO(Connecti onImpl.java:2213)
    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImp l.java:797)
    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connect ion.java:47)
    at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInsta nce(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(Unknown Sou
    rce)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:41 1)
    at com.mysql.jdbc.ConnectionImpl.getInstance(Connecti onImpl.java:389)
    at com.mysql.jdbc.NonRegisteringDriver.connect(NonReg isteringDriver.java
    :305)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at org.Vote.Connect.connect(Connect.java:18)
    at org.Vote.MainLoader.<init>(MainLoader.java:22)
    at com.rs.Launcher.<clinit>(Launcher.java:137)
    [Launcher] Initiating Cache...
    [Launcher] Initiating WorldList Files...
    [Launcher] Initiating Data Files...
    [Launcher] Initiating Fishing Spots...
    [Launcher] Initiating NPC Combat Scripts...
    [Launcher] Initiating Dialogues...
    [Launcher] Initiating Controlers...
    [Launcher] Initiating Cutscenes...
    [Launcher] Initiating Friend Chats Manager...
    [Launcher] Initiating Cores Manager...
    [Launcher] Initiating World...
    [Launcher] Initiating Region Builder...
    [Launcher] Initiating Server Channel Handler...
    [Launcher] The server took 2053 miliseconds to launch.
    ERROR! THREAD NAME: Slow Pool-1-thread-1
    java.util.ConcurrentModificationException
    at java.util.ArrayList$Itr.checkForComodification(Unk nown Source)
    at java.util.ArrayList$Itr.next(Unknown Source)
    at com.rs.game.Region.addObject(Region.java:708)
    at com.rs.game.Region.loadRegionMap(Region.java:696)
    at com.rs.game.Region$1.run(Region.java:591)
    at java.util.concurrent.Executors$RunnableAdapter.cal l(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.
    access$201(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.
    run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker( Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Reply With Quote  
     

  10. #10  
    don't leech guys

    ANTILEECH's Avatar
    Join Date
    Jun 2013
    Posts
    736
    Thanks given
    171
    Thanks received
    196
    Rep Power
    129
    Have you even setup gtlvote lol
    Reply With Quote  
     

Page 1 of 2 12 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. Validus help
    By martis357 in forum Help
    Replies: 6
    Last Post: 01-07-2015, 03:42 PM
  2. Need gfx help?
    By Beh3moth2 in forum General
    Replies: 1
    Last Post: 04-03-2007, 11:50 AM
  3. GIMP brush help
    By man777 in forum Tutorials
    Replies: 0
    Last Post: 04-03-2007, 03:11 AM
  4. Need help again
    By Zane in forum Showcase
    Replies: 4
    Last Post: 04-02-2007, 09:11 PM
  5. Need help choosing sig
    By Zane in forum Showcase
    Replies: 7
    Last Post: 04-02-2007, 03:14 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
  •