- What OS are you running? Windows 7 Professional 64-bit
- Are you using minecraft hosting provider or a dedicated/local server not designed for minecraft? Local
- What version of FTB are you using? Direwolf20 Pack (v5.0.1)
- Did you add any mods to the server pack? Fighu core, perms, protect, and teleport (all 2.1.2)
- What are your server specs? Quad i7 (870 @ 2.93 Ghz) w/8GB RAM & dual nVidia GTX460 in SLI
- A good detailed paragraph about the problem.
First of all kudos to the FTB team for making an elegant and easy to use installer/solution. For many modders MineCraft is a labor of love and it shows in this iteration and on this site. I have been reading the posts regarding the upcoming features and can't wait for what will hopefully be a great launching point for server admins! Until then though I have an issue.....
I have been administrating a small Bukkit server for almost a year now and after polling the players have decided to "update" the MineCraft experience for them with FTB. Long term goal is to have this new server set up similar to what we have now with multiple worlds using multiverse (portals), chest shop, residence, an economy (recently switched to Essentials from iConomy) and grief protection with added benefit of importing the old server player creations.
So I downloaded and ran Direwolf20 server files and the server came up fine. After much research on this site I decided to try Fighu's mods when BukkitForge (and a few other suggested solutions) failed. At first I tried the version 2 files but after they failed I decided to try the newer 2.1.2 versions. Server runs and I log in and can play but in the launch window I get the two sets of errors below. Just wondering if something is terribly broken, should I ignore these errors or is there something I should do to fix. Thanks for any suggestions.
Errors #1
2013-02-17 06:32:01 [INFO] [STDERR] java.lang.NoSuchMethodException: buildcraft.energy.OilPopulate.generateSurfaceDeposit(yc, int, int, int, int)
2013-02-17 06:32:01 [INFO] [STDERR] at java.lang.Class.getMethod(Unknown Source)
2013-02-17 06:32:01 [INFO] [STDERR] at extrabiomes.module.amica.buildcraft.BuildcraftAPI.<init>(BuildcraftAPI.java:33)
2013-02-17 06:32:01 [INFO] [STDERR] at extrabiomes.module.amica.buildcraft.BuildcraftPlugin.preInit(BuildcraftPlugin.java:51)
2013-02-17 06:32:01 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_137_BuildcraftPlugin_preInit_Pre.invoke(.dynamic)
2013-02-17 06:32:01 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
2013-02-17 06:32:01 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103)
2013-02-17 06:32:01 [INFO] [STDERR] at extrabiomes.PluginManager.activatePlugins(PluginManager.java:17)
2013-02-17 06:32:01 [INFO] [STDERR] at extrabiomes.Extrabiomes.postInit(Extrabiomes.java:71)
2013-02-17 06:32:01 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-02-17 06:32:01 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-02-17 06:32:01 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-02-17 06:32:01 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-02-17 06:32:01 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
2013-02-17 06:32:01 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2013-02-17 06:32:01 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-02-17 06:32:01 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-02-17 06:32:01 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-02-17 06:32:01 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-02-17 06:32:01 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-02-17 06:32:01 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-02-17 06:32:01 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-02-17 06:32:01 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2013-02-17 06:32:01 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-02-17 06:32:01 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-02-17 06:32:01 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-02-17 06:32:01 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-02-17 06:32:01 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-02-17 06:32:01 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-02-17 06:32:01 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-02-17 06:32:01 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-02-17 06:32:01 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-02-17 06:32:01 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2013-02-17 06:32:01 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:660)
2013-02-17 06:32:01 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
2013-02-17 06:32:01 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:456)
2013-02-17 06:32:01 [INFO] [STDERR] at asq.a(SourceFile:56)
2013-02-17 06:32:01 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:744)
2013-02-17 06:32:01 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
ERRORS #2
2013-02-17 06:32:04 [INFO] [STDERR] java.io.IOException: Server returned HTTP response code: 503 for URL: http://s3.amazonaws.com/MinecraftResources/
2013-02-17 06:32:04 [INFO] [STDERR] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
2013-02-17 06:32:04 [INFO] [STDERR] at arn.run(ThreadDownloadResources.java:57)