Jump to content

Recommended Posts

Posted

Hi! I have tried various auction plugins for my server, but none of them has worked and it all has provided me headache for many hours. Has anyone managed to get any auction plugin working with current tekkit version? Maybe i have missed some plugins. Ty in advance,

Alo

Posted

Haahahah im sorry :D

  • 08-16 10:00:54 [sEVERE] Error occurred while enabling AuctionHouse v1.0.1 (Is it up to date?)
  • java.lang.IllegalStateException: Failed to connect to the database server!
  • at de.cubeisland.AuctionHouse.Database.Database.?!init?!(Database.java:58)
  • at de.cubeisland.AuctionHouse.AuctionHouse.onEnable(AuctionHouse.java:81)
  • at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
  • at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  • at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386)
  • at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:264)
  • at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:246)
  • at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:387)
  • at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:374)
  • at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:208)
  • at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
  • at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  • Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  • The last packet sent successfully to the server was 0 milliseconds ago. The driver 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 Source)
  • 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:1116)
  • at com.mysql.jdbc.MysqlIO.(MysqlIO.java:343)
  • at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
  • at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  • at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  • at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:794)
  • at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
  • at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  • at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  • at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  • 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 de.cubeisland.AuctionHouse.Database.Database.(Database.java:54)
  • ... 11 more
  • Caused by: java.net.ConnectException: Connection refused
  • at java.net.PlainSocketImpl.socketConnect(Native Method)
  • at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  • at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  • at java.net.AbstractPlainSocketImpl.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.(Unknown Source)
  • at java.net.Socket.(Unknown Source)
  • at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
  • at com.mysql.jdbc.MysqlIO.(MysqlIO.java:292)

Posted

i really hate boseconomy, i just got a free mysql database, now i could do /ah and see all commands, but the plugin is half german anyway. i think i might just drop finding auction plugin.

Posted

i really hate boseconomy, i just got a free mysql database, now i could do /ah and see all commands, but the plugin is half german anyway. i think i might just drop finding auction plugin.

I wouldn't give up the search, I think that would be a great way of driving an economy forward, if you got people to sell things you couldn't just throw in or grab out of a Transmutation Table :D

Posted

08-16 10:00:54 [sEVERE] Error occurred while enabling AuctionHouse v1.0.1 (Is it up to date?)

java.lang.IllegalStateException: Failed to connect to the database server!

Like Moogle stated, the bolded section is where you start ;)

Don't give up on auction plugins just because you failed. Are you admitting defeat?!?

I'm assuming this was also the cause of all the other Auction plugins you attempted failing as well.

Now that you know what the probable cause was of your failure, go forth and try again. The best way to learn is to fail.

Do please take the time to read the installation/setup/configuration documentation and links the plugin authors create. It does wonders :)

Posted

Hi! I downloaded BOSeconomy, but i'm not still getting it to work, internal error will occur and the following error comes to console:

  • 08-16 14:13:13 [sEVERE] null
  • org.bukkit.command.CommandException: Unhandled exception executing command 'ah' in plugin AuctionHouse v1.0.1
  • at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
  • at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
  • at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:55)
  • at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:497)
  • at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:843)
  • at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:799)
  • at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:781)
  • at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
  • at net.minecraft.server.NetworkManager.b(NetworkManager.java:234)
  • at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119)
  • at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83)
  • at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579)
  • at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
  • at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  • Caused by: java.lang.IllegalStateException: Failed to execute a query!
  • at de.cubeisland.AuctionHouse.Database.Database.exec(Database.java:220)
  • at de.cubeisland.AuctionHouse.Auction.Bid.?!init?!(Bid.java:46)
  • at de.cubeisland.AuctionHouse.Auction.Auction.(Auction.java:55)
  • at de.cubeisland.AuctionHouse.Commands.AddCommand.execute(AddCommand.java:232)
  • at de.cubeisland.AuctionHouse.BaseCommand.executeSub(BaseCommand.java:84)
  • at de.cubeisland.AuctionHouse.BaseCommand.onCommand(BaseCommand.java:55)
  • at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
  • ... 13 more
  • Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
  • at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  • at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  • at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  • at java.lang.reflect.Constructor.newInstance(Unknown Source)
  • at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  • at com.mysql.jdbc.Util.getInstance(Util.java:382)
  • at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  • at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  • at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  • at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  • at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  • at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  • at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203)
  • at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169)
  • at de.cubeisland.AuctionHouse.Database.Database.createStatement(Database.java:77)
  • at de.cubeisland.AuctionHouse.Database.Database.exec(Database.java:216)
  • ... 19 more
  • Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  • The last packet successfully received from the server was 171,245 milliseconds ago. The last packet sent successfully to the server was 9 milliseconds ago.
  • at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  • at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  • at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  • 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:1116)
  • at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
  • at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
  • at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
  • at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  • at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  • at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  • at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  • at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  • at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  • at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  • at de.cubeisland.AuctionHouse.Database.Database.execUpdate(Database.java:204)
  • at de.cubeisland.AuctionHouse.Util.updateNotifyData(Util.java:267)
  • at de.cubeisland.AuctionHouse.AuctionHouseListener.goesOnline(AuctionHouseListener.java:52)
  • at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  • at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  • at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  • at java.lang.reflect.Method.invoke(Unknown Source)
  • at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
  • at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  • at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482)
  • at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467)
  • at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:138)
  • at forge.PacketHandlerServer.finishLogin(PacketHandlerServer.java:169)
  • at forge.PacketHandlerServer.onModListResponse(PacketHandlerServer.java:108)
  • at forge.PacketHandlerServer.onPacketData(PacketHandlerServer.java:42)
  • at forge.MessageManager.dispatchIncomingMessage(MessageManager.java:419)
  • at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1361)
  • at net.minecraft.server.Packet250CustomPayload.handle(SourceFile:46)
  • ... 6 more
  • Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  • at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
  • at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
  • ... 33 more

Posted

tekkit is a bitch for me lately, now it just randomly crashed, did a rollback... plus it has been doing rollbacks everytime i restart, also how do i do negative permissions in groupmanager? i hate pex and will never install it..

Posted

<3 PEX

I had rollback issues at one point myself. Never did figure out what fixed that. I just have a 5, 2 and 1 minute warning prior to restart being broadcast. The 1 minute broadcast states player be warned. Any actions done after this point may be lost on restart.

Posted

Well i got it all set up on groupmanager right now and moving it all over to pex would kill alot of time... plus random server crashes are getting weird.

Also about the auction thing, i switched economy plugin to iconomy still same problems. Plus the other auction plugins at documentation dont even say anything about need of an database, i searched em all with keywords mysql and database.

Posted

heh well i got other auction plugins working actually. I got the sourcecode of 1.3.1 version vault, commentaired 1.3.1 blocks out and recompiled it with maven and voila :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...