Code Monkey home page Code Monkey logo

Comments (3)

tcatlas avatar tcatlas commented on September 15, 2024

Second this.

[14:54:23] [Craft Scheduler Thread - 1337/INFO]: [CommunityBridge] Running player synchronization.
[14:54:23] [Craft Scheduler Thread - 1337/WARN]: Exception in thread "Craft Scheduler Thread - 1337" 
[14:54:23] [Craft Scheduler Thread - 1337/WARN]: org.apache.commons.lang.UnhandledException: Plugin CommunityBridge v2.6.0.000 generated an exception while executing task 1549
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at org.communitybridge.main.WebApplication.synchronizeAll(WebApplication.java:258)
    at org.communitybridge.main.CommunityBridge$2.run(CommunityBridge.java:235)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[15:03:23] [Craft Scheduler Thread - 1347/INFO]: [Metrics] Unexpected end of file from server
[15:04:23] [Craft Scheduler Thread - 1347/WARN]: Exception in thread "Craft Scheduler Thread - 1347" 
[15:04:23] [Craft Scheduler Thread - 1347/WARN]: org.apache.commons.lang.UnhandledException: Plugin CommunityBridge v2.6.0.000 generated an exception while executing task 1548
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at org.communitybridge.main.CBMetrics.postPlugin(CBMetrics.java:350)
    at org.communitybridge.main.CBMetrics.access$4(CBMetrics.java:343)
    at org.communitybridge.main.CBMetrics$1.run(CBMetrics.java:229)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[15:13:08] [Craft Scheduler Thread - 1362/INFO]: [Metrics] Connection reset
[15:14:23] [Craft Scheduler Thread - 1364/INFO]: [CommunityBridge] Running player synchronization.
[15:14:23] [Craft Scheduler Thread - 1364/WARN]: Exception in thread "Craft Scheduler Thread - 1364" 
[15:14:23] [Craft Scheduler Thread - 1364/WARN]: org.apache.commons.lang.UnhandledException: Plugin CommunityBridge v2.6.0.000 generated an exception while executing task 1549
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at org.communitybridge.main.WebApplication.synchronizeAll(WebApplication.java:258)
    at org.communitybridge.main.CommunityBridge$2.run(CommunityBridge.java:235)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[15:19:23] [Craft Scheduler Thread - 1365/WARN]: Exception in thread "Craft Scheduler Thread - 1365" 
[15:19:23] [Craft Scheduler Thread - 1365/WARN]: org.apache.commons.lang.UnhandledException: Plugin CommunityBridge v2.6.0.000 generated an exception while executing task 1548
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at org.communitybridge.main.CBMetrics.postPlugin(CBMetrics.java:350)
    at org.communitybridge.main.CBMetrics.access$4(CBMetrics.java:343)
    at org.communitybridge.main.CBMetrics$1.run(CBMetrics.java:229)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

from communitybridge.

xorinzor avatar xorinzor commented on September 15, 2024

Well it says it's still only for 1.8, 1.10 (or somewhere along the way) must have had an API update because one of the methods CommunityBridge is trying to use, no longer exists. That's the error you're getting.

from communitybridge.

poblabs avatar poblabs commented on September 15, 2024

Dead project.

from communitybridge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.