Jump to content

Methlon

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Methlon

  1. I'm not sure if this is the appropriate place.  If it's not, I apologize.  Please tell me where to move it.
    I've been running this on a server hosted by beastnode, but I've since decided I want to consolidate all muh stuff's into a VPS ubuntu server.
    Anyways, it runs great on whatever beastnode runs.  On Ubuntu it blows up.  I've removed it and added it specifically to duplicate results.

    I get this mess.   As I'm totally out of ideas, and your mod is my absolute favoritest's one... halp ples?  I'll love you forever.
     

    2014-07-11 22:55:14 [WARNING] [ForgeModLoader] The mod id OpenPeripheralCore attempted to register channels without specifying a packet handler
    2014-07-11 22:55:15 [iNFO] [sTDERR] java.lang.NoClassDefFoundError: java/lang/ReflectiveOperationException
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at java.lang.Class.getDeclaredConstructors0(Native Method)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at java.lang.Class.privateGetDeclaredConstructors(Class.java:2496)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at java.lang.Class.getConstructor0(Class.java:2806)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at java.lang.Class.newInstance(Class.java:345)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:195)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:133)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:102)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:263)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at java.lang.reflect.Method.invoke(Method.java:622)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at java.lang.reflect.Method.invoke(Method.java:622)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
    2014-07-11 22:55:15 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: java.lang.ReflectiveOperationException
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at java.security.AccessController.doPrivileged(Native Method)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:102)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
    2014-07-11 22:55:15 [iNFO] [sTDERR]     ... 35 more
    2014-07-11 22:55:15 [sEVERE] [Minecraft-Server] Encountered an unexpected exception NoClassDefFoundError
    java.lang.NoClassDefFoundError: java/lang/ReflectiveOperationException
            at java.lang.Class.getDeclaredConstructors0(Native Method)
            at java.lang.Class.privateGetDeclaredConstructors(Class.java:2496)
            at java.lang.Class.getConstructor0(Class.java:2806)
            at java.lang.Class.newInstance(Class.java:345)
            at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:195)
            at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:133)
            at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:102)
            at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:263)
            at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)
            at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:622)
            at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
            at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
            at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
            at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
            at com.google.common.eventbus.EventBus.post(EventBus.java:267)
            at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
            at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:622)
            at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
            at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
            at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
            at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
            at com.google.common.eventbus.EventBus.post(EventBus.java:267)
            at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
            at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
            at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
            at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
            at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
            at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
    Caused by: java.lang.ClassNotFoundException: java.lang.ReflectiveOperationException
            at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
            at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:102)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
            ... 35 more
    2014-07-11 22:55:15 [sEVERE] [Minecraft-Server] This crash report has been saved to: /home/minecraft/./crash-reports/crash-2014-07-11_22.55.15-server.txt
×
×
  • Create New...