OpenWarp

21.7k Downloads

Multiverse incompatibility: can't find destination factory

timothyekl opened this issue ยท 5 comments

commented

@fernferret and I are in a fight. The exception:

14:42:39 [SEVERE] Error occurred while enabling OpenWarp v1.0-b109 (rev 9e059c7a56c7eb41798e783178916fc55dc90c50) (Is it up to date?): com.onarandombox.MultiverseCore.MultiverseCore.getDestinationFactory()Lcom/onarandombox/utils/DestinationFactory;
java.lang.NoSuchMethodError: com.onarandombox.MultiverseCore.MultiverseCore.getDestinationFactory()Lcom/onarandombox/utils/DestinationFactory;
    at com.lithium3141.OpenWarp.util.MVConnector.<init>(MVConnector.java:22)
    at com.lithium3141.OpenWarp.OpenWarp.enableMultiverseSupport(OpenWarp.java:135)
    at com.lithium3141.OpenWarp.OpenWarp.onEnable(OpenWarp.java:117)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)

The problem (in code):

public DestinationFactory getDestFactory()
commented

...dangit. You win this time, ferret!

-Tim

On Nov 23, 2011, at 3:48 PM, Eric Stokes wrote:

Yep, it's been in the MV code for 2 months :)

On Wed, Nov 23, 2011 at 4:32 PM, Tim Ekl <
[email protected]

wrote:

Yada yada. I already fixed it; pushing soonish. Also, isn't there a
@deprecated annotation we can use for this stuff?

-Tim

On Nov 23, 2011, at 15:25, Eric [email protected] wrote:

And I won. This code was deprecated (with teh comment "To be removed on
1/11/11"). Yesterda, I removed it. getDestFactory is now in WorldManager
(I
think, will double check tonight)

On Wed, Nov 23, 2011 at 4:03 PM, Tim Ekl <
[email protected]

wrote:

@fernferret and I are in a fight. The exception:

14:42:39 [SEVERE] Error occurred while enabling OpenWarp v1.0-b109
(rev
9e059c7) (Is it up to date?):

com.onarandombox.MultiverseCore.MultiverseCore.getDestinationFactory()Lcom/onarandombox/utils/DestinationFactory;
java.lang.NoSuchMethodError:

com.onarandombox.MultiverseCore.MultiverseCore.getDestinationFactory()Lcom/onarandombox/utils/DestinationFactory;
at
com.lithium3141.OpenWarp.util.MVConnector.(MVConnector.java:22)
at

com.lithium3141.OpenWarp.OpenWarp.enableMultiverseSupport(OpenWarp.java:135)
at com.lithium3141.OpenWarp.OpenWarp.onEnable(OpenWarp.java:117)
at
org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
at

org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
at

org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
at
org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
at
org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
at
net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
at
net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
at
net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
at
net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
at
net.minecraft.server.ThreadServerApplication.run(SourceFile:457)

The problem ([in code](

https://github.com/Multiverse/Multiverse-Core/blob/master/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java#L531
)
):

public DestinationFactory getDestFactory()


Reply to this email directly or view it on GitHub:
#41


Reply to this email directly or view it on GitHub:
#41 (comment)


Reply to this email directly or view it on GitHub:
#41 (comment)


Reply to this email directly or view it on GitHub:
#41 (comment)

commented

Fixed in dd8c984

commented

And I won. This code was deprecated (with teh comment "To be removed on
1/11/11"). Yesterda, I removed it. getDestFactory is now in WorldManager (I
think, will double check tonight)

On Wed, Nov 23, 2011 at 4:03 PM, Tim Ekl <
[email protected]

wrote:

@fernferret and I are in a fight. The exception:

14:42:39 [SEVERE] Error occurred while enabling OpenWarp v1.0-b109 (rev
9e059c7) (Is it up to date?):
com.onarandombox.MultiverseCore.MultiverseCore.getDestinationFactory()Lcom/onarandombox/utils/DestinationFactory;
java.lang.NoSuchMethodError:
com.onarandombox.MultiverseCore.MultiverseCore.getDestinationFactory()Lcom/onarandombox/utils/DestinationFactory;
at
com.lithium3141.OpenWarp.util.MVConnector.(MVConnector.java:22)
at
com.lithium3141.OpenWarp.OpenWarp.enableMultiverseSupport(OpenWarp.java:135)
at com.lithium3141.OpenWarp.OpenWarp.onEnable(OpenWarp.java:117)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
at
org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
at
org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
at
org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
at
org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
at
net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
at
net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)

The problem (in code
):

public DestinationFactory getDestFactory()


Reply to this email directly or view it on GitHub:
#41

commented

Yada yada. I already fixed it; pushing soonish. Also, isn't there a @deprecated annotation we can use for this stuff?

-Tim

On Nov 23, 2011, at 15:25, Eric [email protected] wrote:

And I won. This code was deprecated (with teh comment "To be removed on
1/11/11"). Yesterda, I removed it. getDestFactory is now in WorldManager (I
think, will double check tonight)

On Wed, Nov 23, 2011 at 4:03 PM, Tim Ekl <
[email protected]

wrote:

@fernferret and I are in a fight. The exception:

14:42:39 [SEVERE] Error occurred while enabling OpenWarp v1.0-b109 (rev
9e059c7) (Is it up to date?):
com.onarandombox.MultiverseCore.MultiverseCore.getDestinationFactory()Lcom/onarandombox/utils/DestinationFactory;
java.lang.NoSuchMethodError:
com.onarandombox.MultiverseCore.MultiverseCore.getDestinationFactory()Lcom/onarandombox/utils/DestinationFactory;
at
com.lithium3141.OpenWarp.util.MVConnector.(MVConnector.java:22)
at
com.lithium3141.OpenWarp.OpenWarp.enableMultiverseSupport(OpenWarp.java:135)
at com.lithium3141.OpenWarp.OpenWarp.onEnable(OpenWarp.java:117)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
at
org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
at
org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
at
org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
at
org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
at
net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
at
net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)

The problem (in code
):

public DestinationFactory getDestFactory()


Reply to this email directly or view it on GitHub:
#41


Reply to this email directly or view it on GitHub:
#41 (comment)

commented

Yep, it's been in the MV code for 2 months :)

On Wed, Nov 23, 2011 at 4:32 PM, Tim Ekl <
[email protected]

wrote:

Yada yada. I already fixed it; pushing soonish. Also, isn't there a
@deprecated annotation we can use for this stuff?

-Tim

On Nov 23, 2011, at 15:25, Eric [email protected] wrote:

And I won. This code was deprecated (with teh comment "To be removed on
1/11/11"). Yesterda, I removed it. getDestFactory is now in WorldManager
(I
think, will double check tonight)

On Wed, Nov 23, 2011 at 4:03 PM, Tim Ekl <
[email protected]

wrote:

@fernferret and I are in a fight. The exception:

14:42:39 [SEVERE] Error occurred while enabling OpenWarp v1.0-b109
(rev
9e059c7) (Is it up to date?):

com.onarandombox.MultiverseCore.MultiverseCore.getDestinationFactory()Lcom/onarandombox/utils/DestinationFactory;
java.lang.NoSuchMethodError:

com.onarandombox.MultiverseCore.MultiverseCore.getDestinationFactory()Lcom/onarandombox/utils/DestinationFactory;
at
com.lithium3141.OpenWarp.util.MVConnector.(MVConnector.java:22)
at

com.lithium3141.OpenWarp.OpenWarp.enableMultiverseSupport(OpenWarp.java:135)
at com.lithium3141.OpenWarp.OpenWarp.onEnable(OpenWarp.java:117)
at
org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
at

org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
at

org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
at
org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
at
org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
at
net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
at
net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
at
net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
at
net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
at
net.minecraft.server.ThreadServerApplication.run(SourceFile:457)

The problem ([in code](

https://github.com/Multiverse/Multiverse-Core/blob/master/src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java#L531
)
):

public DestinationFactory getDestFactory()


Reply to this email directly or view it on GitHub:
#41


Reply to this email directly or view it on GitHub:
#41 (comment)


Reply to this email directly or view it on GitHub:
#41 (comment)