Jump to content
  • 0

How Do I Fix This Error?


Question

Posted (edited)
Loading GameServer[local.properties] Configuration Files...

Loaded 1 Filter Words.

Loaded 26 Foreign Keywords.

-----------------------------------------------------------------=[ Database ]

2871 [boneCP-pool-watch-thread] ERROR com.jolbox.bonecp.ConnectionHandle - Faile

d to acquire connection. Sleeping for 3000ms. Attempts left: 5

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link fai

lure

 

The last packet sent successfully to the server was 0 milliseconds ago. The driv

er has not received any packets from the server.

        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

 

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

 

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou

rce)

        at java.lang.reflect.Constructor.newInstance(Unknown Source)

        at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)

        at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1

116)

        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)

        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)

        at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2

371)

        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)

        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)

        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

 

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

 

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou

rce)

        at java.lang.reflect.Constructor.newInstance(Unknown Source)

        at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)

        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)

        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java

:305)

        at java.sql.DriverManager.getConnection(Unknown Source)

        at java.sql.DriverManager.getConnection(Unknown Source)

        at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:230)

 

        at com.jolbox.bonecp.ConnectionHandle.obtainInternalConnection(Connectio

nHandle.java:197)

        at com.jolbox.bonecp.ConnectionHandle.<init>(ConnectionHandle.java:154)

        at com.jolbox.bonecp.PoolWatchThread.fillConnections(PoolWatchThread.jav

a:121)

        at com.jolbox.bonecp.PoolWatchThread.run(PoolWatchThread.java:102)

        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

        at java.lang.Thread.run(Unknown Source)

Caused by: java.net.UnknownHostException: localhost_3306

        at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)

        at java.net.InetAddress$2.lookupAllHostAddr(Unknown Source)

        at java.net.InetAddress.getAddressesFromNameService(Unknown Source)

        at java.net.InetAddress.getAllByName0(Unknown Source)

        at java.net.InetAddress.getAllByName(Unknown Source)

        at java.net.InetAddress.getAllByName(Unknown Source)

        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.ja

va:244)

        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)

        ... 22 more

5897 [boneCP-pool-watch-thread] ERROR com.jolbox.bonecp.ConnectionHandle - Faile

d to acquire connection. Sleeping for 3000ms. Attempts left: 4

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link fai

lure

 

The last packet sent successfully to the server was 0 milliseconds ago. The driv

er has not received any packets from the server.

        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

 

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

 

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou

rce)

        at java.lang.reflect.Constructor.newInstance(Unknown Source)

        at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)

        at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1

116)

        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)

        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)

        at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2

371)

        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)

        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)

        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

 

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

 

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou

rce)

        at java.lang.reflect.Constructor.newInstance(Unknown Source)

        at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)

        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)

        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java

:305)

        at java.sql.DriverManager.getConnection(Unknown Source)

        at java.sql.DriverManager.getConnection(Unknown Source)

        at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:230)

 

        at com.jolbox.bonecp.ConnectionHandle.obtainInternalConnection(Connectio

nHandle.java:197)

        at com.jolbox.bonecp.ConnectionHandle.<init>(ConnectionHandle.java:154)

        at com.jolbox.bonecp.PoolWatchThread.fillConnections(PoolWatchThread.jav

a:121)

        at com.jolbox.bonecp.PoolWatchThread.run(PoolWatchThread.java:102)

        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

        at java.lang.Thread.run(Unknown Source)

Caused by: java.net.UnknownHostException: localhost_3306

        at java.net.InetAddress.getAllByName0(Unknown Source)

        at java.net.InetAddress.getAllByName(Unknown Source)

        at java.net.InetAddress.getAllByName(Unknown Source)

        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.ja

va:244)

        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)

        ... 22 more

 

Edited by luthy1337

3 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


  • Posts

    • Where's the proof? I can tell you're a scammer.
    • Where was I called a scammer? Is there any proof, etc.? There are a lot of reviews about our store online, etc. https://zhyk.org/forum/showthread.php?t=1108673
    • U was reported as scammer in your previos topic why u create new topic?
    • 🔍 Inventory 1.0 is a next-generation inventory system that stands out with its special minimal clothing system. Carefully designed and prepared according to the highest standards of your server, it not only enhances your gaming experience but also contributes to your server's infrastructure. ⚙️ Supported: QB-CORE Features: ✅ Instant Delivery: All products you purchase will be instantly assigned to your account as soon as your payment is completed. ✅ Clothing System: With the special animated clothing configurations in your inventory, you will be able to change outfits with ease. Experience a unique roleplaying experience with high-quality animations and customizable clothing options. ✅ Minimalist Inventory System: This inventory system, with its visuals, animations, and mechanics, offers maximum efficiency without overwhelming your screen and limiting your roleplaying experience. It’s designed to be user-friendly while enhancing your roleplaying experience. ✅ Continuous Updates: The content in the inventory is regularly updated with innovative features added. New animations, additional clothing options, and cutting-edge features ensure a fresh and dynamic experience. ✅ Easy Setup and Compatibility: Compatible with QB-CORE, this system is easy to install and optimized for quick integration into your server. It works seamlessly with a simple drag-and-drop method. ✅ Performance Optimization: The system is optimized to avoid low FPS and performance drops. All features of the inventory run smoothly without affecting your server’s performance. ✅ Multilingual Support: With support for different languages, you can cater to an international player base and build a larger community on your server. ✅ Flexible Customization Options: You can fully customize the inventory according to your needs and server rules. Choose between different outfits and animations to create a unique gaming experience. ✅ Comprehensive Help and Support: With 24/7 support, you can quickly resolve any issues you encounter. Our technical support and user guides are always here to assist you. Shop Now! Take your game to the next level with Inventory 1.0  and enjoy its unique features. Get ready to make a real difference in your roleplaying experience!   --------------------------TEBEX: https://matza.tebex.io/package/7174862 --------------------------
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock