Skip to content
This repository has been archived by the owner on Nov 12, 2018. It is now read-only.

AbstractMethodError on Forge server load #12

Open
Mohron opened this issue Feb 10, 2017 · 2 comments
Open

AbstractMethodError on Forge server load #12

Mohron opened this issue Feb 10, 2017 · 2 comments
Assignees

Comments

@Mohron
Copy link

Mohron commented Feb 10, 2017

Build from 32b727c
SF: spongeforge-1.10.2-2221-5.1.0-BETA-2136

10.02 17:12:54 [Server] Server thread/ERROR [Sponge]: Could not pass FMLServerStartingEvent to Plugin{id=badgeup-sponge-client, name=BadgeUp Sponge Client, version=1.0.5, description=Easily add Achievements and Awards to your Sponge server, url=https://www.badgeup.io/, authors=[Robert Herhold], source=/./plugins/BadgeUp-1.0.5-all.jar}
10.02 17:12:54 [Server] INFO java.lang.AbstractMethodError
10.02 17:12:54 [Server] INFO at org.spongepowered.common.event.filters.EventFilter_BadgeUpSpongeEventListener_event46.filter(Unknown Source) ~[?:?]
10.02 17:12:54 [Server] INFO at org.spongepowered.common.event.listener.EventListener_BadgeUpSpongeEventListener_event46.handle(Unknown Source) ~[?:?]
10.02 17:12:54 [Server] INFO at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) ~[RegisteredListener.class:1.10.2-2221-5.1.0-BETA-2136]
10.02 17:12:54 [Server] INFO at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:301) [SpongeModEventManager.class:1.10.2-2221-5.1.0-BETA-2136]
10.02 17:12:54 [Server] INFO at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:330) [SpongeModEventManager.class:1.10.2-2221-5.1.0-BETA-2136]
10.02 17:12:54 [Server] INFO at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:234) [SpongeMod.class:1.10.2-2221-5.1.0-BETA-2136]
10.02 17:12:54 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
10.02 17:12:54 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_101]
10.02 17:12:54 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_101]
10.02 17:12:54 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101]
10.02 17:12:54 [Server] INFO at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.10.2.jar:?]
10.02 17:12:54 [Server] INFO at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.10.2.jar:?]
10.02 17:12:54 [Server] INFO at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.10.2.jar:?]
10.02 17:12:54 [Server] INFO at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.10.2.jar:?]
10.02 17:12:54 [Server] INFO at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.10.2.jar:?]
10.02 17:12:54 [Server] INFO at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243) [LoadController.class:?]
10.02 17:12:54 [Server] INFO at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [LoadController.class:?]
10.02 17:12:54 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
10.02 17:12:54 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_101]
10.02 17:12:54 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_101]
10.02 17:12:54 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101]
10.02 17:12:54 [Server] INFO at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.10.2.jar:?]
10.02 17:12:54 [Server] INFO at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.10.2.jar:?]
10.02 17:12:54 [Server] INFO at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.10.2.jar:?]
10.02 17:12:54 [Server] INFO at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.10.2.jar:?]
10.02 17:12:54 [Server] INFO at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.10.2.jar:?]
10.02 17:12:54 [Server] INFO at net.minecraftforge.fml.common.LoadController.redirect$onPost$zzb000(LoadController.java:552) [LoadController.class:?]
10.02 17:12:54 [Server] INFO at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145) [LoadController.class:?]
10.02 17:12:54 [Server] INFO at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:855) [Loader.class:?]
10.02 17:12:54 [Server] INFO at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:292) [FMLCommonHandler.class:?]
10.02 17:12:54 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:293) [ld.class:?]
10.02 17:12:54 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [MinecraftServer.class:?]
10.02 17:12:54 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
@RobertHerhold
Copy link
Member

@Mohron I've already reported this issue on the SpongeForge repo. There's nothing that I can do about it, but I'll keep this issue open until it is resolved.

@RobertHerhold RobertHerhold changed the title AbstractMethodError on server load AbstractMethodError on Forge server load Feb 11, 2017
@RobertHerhold
Copy link
Member

@Mohron I should note though that this shouldn't impact the normal function of the plugin - it's just an error on startup

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants