Advertisement
Guest User

Error

a guest
Apr 27th, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5.20 KB | None | 0 0
  1. [15:37:41] [Server thread/INFO]: Starting minecraft server version 1.7.9
  2. [15:37:41] [Server thread/INFO]: Loading properties
  3. [15:37:41] [Server thread/INFO]: Default game type: SURVIVAL
  4. [15:37:41] [Server thread/INFO]: Generating keypair
  5. [15:37:41] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [15:37:42] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.1-SNAPSHOT)
  7. [15:37:42] [Server thread/INFO]: (plugin name written here) Loading (plugin name written here) v1.0
  8. [15:37:42] [Server thread/INFO]: Preparing level "world"
  9. [15:37:42] [Server thread/INFO]: Preparing start region for level 0 (Seed: -1646492879818318113)
  10. [15:37:43] [Thread-7/INFO]: ----- Bukkit Auto Updater -----
  11. [15:37:43] [Thread-7/INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
  12. [15:37:43] [Thread-7/INFO]: If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
  13. [15:37:43] [Thread-7/INFO]: With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
  14. [15:37:43] [Thread-7/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
  15. [15:37:43] [Thread-7/INFO]: ----- ------------------- -----
  16. [15:37:43] [Server thread/INFO]: Preparing spawn area: 28%
  17. [15:37:44] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1646492879818318113)
  18. [15:37:45] [Server thread/INFO]: Preparing start region for level 2 (Seed: -1646492879818318113)
  19. [15:37:45] [Server thread/INFO]: (plugin name written here) Enabling (plugin name written here) v1.0
  20. [15:37:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  21. [15:37:47] [Server thread/INFO]: Done (5.113s)! For help, type "help" or "?"
  22. [15:37:48] [pool-3-thread-1/INFO]: (plugin name written here) Checking to see if the server can be bumped....
  23. [15:37:48] [pool-3-thread-1/INFO]: (plugin name written here) The server does require bumping.
  24. [15:37:48] [pool-3-thread-1/INFO]:  Attempting to run command /bump...
  25. [15:37:49] [pool-3-thread-1/WARN]: Exception in thread "pool-3-thread-1"
  26. [15:37:49] [pool-3-thread-1/WARN]: org.apache.commons.lang.UnhandledException: Plugin (plugin name written here) v1.0 generated an exception while executing task 2
  27.     at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  28.     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  29.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  30.     at java.lang.Thread.run(Unknown Source)
  31. Caused by: java.lang.NoSuchFieldError: INSTANCE
  32.     at org.apache.http.impl.io.DefaultHttpRequestWriterFactory.<init>(DefaultHttpRequestWriterFactory.java:52)
  33.     at org.apache.http.impl.io.DefaultHttpRequestWriterFactory.<init>(DefaultHttpRequestWriterFactory.java:56)
  34.     at org.apache.http.impl.io.DefaultHttpRequestWriterFactory.<clinit>(DefaultHttpRequestWriterFactory.java:46)
  35.     at org.apache.http.impl.conn.ManagedHttpClientConnectionFactory.<init>(ManagedHttpClientConnectionFactory.java:69)
  36.     at org.apache.http.impl.conn.ManagedHttpClientConnectionFactory.<init>(ManagedHttpClientConnectionFactory.java:81)
  37.     at org.apache.http.impl.conn.ManagedHttpClientConnectionFactory.<clinit>(ManagedHttpClientConnectionFactory.java:56)
  38.     at org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory.<init>(PoolingHttpClientConnectionManager.java:487)
  39.     at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(PoolingHttpClientConnectionManager.java:147)
  40.     at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(PoolingHttpClientConnectionManager.java:136)
  41.     at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(PoolingHttpClientConnectionManager.java:112)
  42.     at com.gargoylesoftware.htmlunit.HtmlUnitHttpClientBuilder.configureConnectionManager(HttpWebConnection.java:975)
  43.     at com.gargoylesoftware.htmlunit.HttpWebConnection.getResponse(HttpWebConnection.java:162)
  44.     at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseFromWebConnection(WebClient.java:1297)
  45.     at com.gargoylesoftware.htmlunit.WebClient.loadWebResponse(WebClient.java:1214)
  46.     at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:325)
  47.     at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:394)
  48.     at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:379)
  49.     at com.github.(plugin name written here).bump((plugin name written here).java:120)
  50.     at com.github.(plugin name written here).bumpWithConfigSettings((plugin name written here).java:100)
  51.     at com.github.(plugin name written here).attemptBump((plugin name written here).java:87)
  52.     at com.github.(plugin name written here).(plugin name written here)$1.run((plugin name written here).java:38)
  53.     at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftTask.run(CraftTask.java:53)
  54.     at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  55.     ... 3 more
  56.  
  57. [15:49:56] [Thread-4/INFO]: Stopping server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement