Thread: Just a question...

Results 1 to 9 of 9
  1. #1 Just a question... 
    Fuckin PRO

    Damien's Avatar
    Join Date
    Feb 2008
    Age
    32
    Posts
    2,658
    Thanks given
    928
    Thanks received
    82
    Rep Power
    369
    Code:
    Communications link failure due to underlying exception:
    
    ** BEGIN NESTED EXCEPTION **
    
    java.net.ConnectException
    MESSAGE: Connection refused: connect
    
    STACKTRACE:
    
    java.net.ConnectException: Connection refused: connect
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.PlainSocketImpl.doConnect(Unknown Source)
            at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
            at java.net.PlainSocketImpl.connect(Unknown Source)
            at java.net.SocksSocketImpl.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.ja
    va:173)
            at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:267)
            at com.mysql.jdbc.Connection.createNewIO(Connection.java:2739)
            at com.mysql.jdbc.Connection.<init>(Connection.java:1553)
            at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
    :266)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at Server.main(Server.java:39)
    
    
    ** END NESTED EXCEPTION **
    
    
    
    Last packet sent to the server was 30 ms ago.
    com.mysql.jdbc.CommunicationsException: Communications link failure due to under
    lying exception:
    
    ** BEGIN NESTED EXCEPTION **
    
    java.net.ConnectException
    MESSAGE: Connection refused: connect
    
    STACKTRACE:
    
    java.net.ConnectException: Connection refused: connect
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.PlainSocketImpl.doConnect(Unknown Source)
            at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
            at java.net.PlainSocketImpl.connect(Unknown Source)
            at java.net.SocksSocketImpl.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.ja
    va:173)
            at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:267)
            at com.mysql.jdbc.Connection.createNewIO(Connection.java:2739)
            at com.mysql.jdbc.Connection.<init>(Connection.java:1553)
            at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
    :266)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at Server.main(Server.java:39)
    
    
    ** END NESTED EXCEPTION **
    
    
    
    Last packet sent to the server was 30 ms ago.
            at com.mysql.jdbc.Connection.createNewIO(Connection.java:2814)
            at com.mysql.jdbc.Connection.<init>(Connection.java:1553)
            at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
    :266)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at Server.main(Server.java:39)
    Press any key to continue . . .
    Is that because my vbulletin database is not connecting?
    Could I use hosting24.com as my vbulletin site and still intergrade my server?
    Do I put my webhostipaddress/databasehere??
    yes or no?
    Reply With Quote  
     

  2. #2  
     

    Vastiko's Avatar
    Join Date
    Dec 2006
    Posts
    5,700
    Thanks given
    300
    Thanks received
    663
    Rep Power
    5000
    most hosts don't support remote IP's.

    Either you need to aquire a static IP and allow it in your cpanel or find a new host that allows remote.
    Reply With Quote  
     

  3. #3  
    Fuckin PRO

    Damien's Avatar
    Join Date
    Feb 2008
    Age
    32
    Posts
    2,658
    Thanks given
    928
    Thanks received
    82
    Rep Power
    369
    Quote Originally Posted by Michael View Post
    most hosts don't support remote IP's.

    Either you need to aquire a static IP and allow it in your cpanel or find a new host that allows remote.
    If i upgrade my web host. It gives me a dedicated ip address.
    Is that what i need?
    Reply With Quote  
     

  4. #4  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    Quote Originally Posted by Damien View Post
    If i upgrade my web host. It gives me a dedicated ip address.
    Is that what i need?
    No, Hosts initially block remote MySQL connections for security, some have a feature to allow certain connections...

    If it was a VPS or Dedicated server then it would be a different kettle of fish. Also I suggest not using remote MySQL connections on a Server, you will run into ALLOT of issues. Try getting VPS and setting everything up on that so you can run local.
    Reply With Quote  
     

  5. #5  
    Fuckin PRO

    Damien's Avatar
    Join Date
    Feb 2008
    Age
    32
    Posts
    2,658
    Thanks given
    928
    Thanks received
    82
    Rep Power
    369
    Quote Originally Posted by RogueX View Post
    No, Hosts initially block remote MySQL connections for security, some have a feature to allow certain connections...

    If it was a VPS or Dedicated server then it would be a different kettle of fish. Also I suggest not using remote MySQL connections on a Server, you will run into ALLOT of issues. Try getting VPS and setting everything up on that so you can run local.
    I don't want faggots cunt to log in without registing on my forums...
    Reply With Quote  
     

  6. #6  
    Valar Morghulis

    Laxika's Avatar
    Join Date
    Sep 2006
    Age
    32
    Posts
    2,813
    Thanks given
    1,804
    Thanks received
    274
    Rep Power
    2128
    Quote Originally Posted by Damien View Post
    I don't want faggots cunt to log in without registing on my forums...
    If you do what RogueX said, they can't too... Move your SQL to the server's host.
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Oct 2006
    Age
    30
    Posts
    3,154
    Thanks given
    310
    Thanks received
    259
    Rep Power
    0
    Well for a fact hosting24 does support remote sql connections; open your web hosting panel and find "Remote SQL connections" simply input your current IP in their so it knows which incoming Ip to accept the database connection to.
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Jul 2009
    Posts
    915
    Thanks given
    1
    Thanks received
    10
    Rep Power
    0
    you need paid hosting bro for mysql remote connections...you can get it for like as low as 2.95/mo at some places.
    Reply With Quote  
     

  9. #9  
    Fuckin PRO

    Damien's Avatar
    Join Date
    Feb 2008
    Age
    32
    Posts
    2,658
    Thanks given
    928
    Thanks received
    82
    Rep Power
    369
    Quote Originally Posted by Scar View Post
    Well for a fact hosting24 does support remote sql connections; open your web hosting panel and find "Remote SQL connections" simply input your current IP in their so it knows which incoming Ip to accept the database connection to.
    thank you, locked this 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
  •