Thread: Connection link failure

Results 1 to 4 of 4
  1. #1 Connection link failure 
    Registered Member
    Join Date
    Jul 2010
    Posts
    287
    Thanks given
    38
    Thanks received
    4
    Rep Power
    1
    So when i try to connect to my database for highscores i get this in my console.

    Code:
    [12-6-14 14:31]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    
    The last packet successfully received from the server was 1.402.576.285.576 milliseconds ago.  The last packet sent successfully to the server was 0 milliseconds ago.
    [12-6-14 14:31]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [12-6-14 14:31]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    [12-6-14 14:31]: 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    [12-6-14 14:31]: 	at java.lang.reflect.Constructor.newInstance(Unknown Source)
    [12-6-14 14:31]: 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
    [12-6-14 14:31]: 	at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074)
    [12-6-14 14:31]: 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2214)
    [12-6-14 14:31]: 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:773)
    [12-6-14 14:31]: 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
    [12-6-14 14:31]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [12-6-14 14:31]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    [12-6-14 14:31]: 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    [12-6-14 14:31]: 	at java.lang.reflect.Constructor.newInstance(Unknown Source)
    [12-6-14 14:31]: 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
    [12-6-14 14:31]: 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352)
    [12-6-14 14:31]: 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
    [12-6-14 14:31]: 	at java.sql.DriverManager.getConnection(Unknown Source)
    [12-6-14 14:31]: 	at java.sql.DriverManager.getConnection(Unknown Source)
    [12-6-14 14:31]: 	at server.model.players.Highscores.process(Highscores.java:18)
    [12-6-14 14:31]: 	at server.Server.main(Server.java:204)
    [12-6-14 14:31]: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

    how to fix this? yes i've added a Database Access Host ( added the ip of my server )
    Reply With Quote  
     

  2. #2  
    mush

    Danny's Avatar
    Join Date
    Sep 2013
    Posts
    1,221
    Thanks given
    38
    Thanks received
    316
    Rep Power
    551
    Not completed website side.
    Attached image
    Reply With Quote  
     

  3. #3  
    Banned Connection link failure Market Banned


    Join Date
    Jan 2011
    Age
    26
    Posts
    3,112
    Thanks given
    1,198
    Thanks received
    1,479
    Rep Power
    0
    disable SQL loading
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2010
    Posts
    287
    Thanks given
    38
    Thanks received
    4
    Rep Power
    1
    Quote Originally Posted by -Danny View Post
    Not completed website side.
    How do you mean.. i've used this tut.

    http://www.rune-server.org/runescape...eb-server.html
    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

Similar Threads

  1. Mysql Connection, Link Failure.
    By Company in forum Help
    Replies: 6
    Last Post: 03-20-2014, 12:14 AM
  2. Coms link failure!
    By Ed17 in forum Help
    Replies: 1
    Last Post: 12-22-2011, 11:39 PM
  3. Communications Link Failure
    By ashitrin in forum Help
    Replies: 5
    Last Post: 12-02-2011, 06:41 AM
  4. MySQL Communications Link Failure Fix [XAMPP]
    By TORONTO in forum Snippets
    Replies: 7
    Last Post: 09-30-2011, 01:04 PM
  5. MySQL: Communications link failure
    By Zaga in forum Help
    Replies: 9
    Last Post: 08-13-2010, 01:38 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •