Hey. I started a Tekkit server on my Ubuntu Server 13.10, i started the server and started to play, but some blocks are missing. the stuff i see right away is my Basic Components Battery Box all of them. the server seems to want to not allow any one on when the server is running in online mode. i keep getting the following errors
Error #1
2013-12-04 15:01:26 [iNFO] [sTDERR] java.io.FileNotFoundException: /home/Minecraft/NewTekkit/./openperipheral/scripts.txt (No such file or directory)
2013-12-04 15:01:26 [iNFO] [sTDERR] at java.io.FileInputStream.open(Native Method)
2013-12-04 15:01:26 [iNFO] [sTDERR] at java.io.FileInputStream.<init>(FileInputStream.java:146)
2013-12-04 15:01:26 [iNFO] [sTDERR] at java.io.FileInputStream.<init>(FileInputStream.java:101)
2013-12-04 15:01:26 [iNFO] [sTDERR] at java.io.FileReader.<init>(FileReader.java:58)
2013-12-04 15:01:26 [iNFO] [sTDERR] at openperipheral.common.util.FileLineReader.readLineByLine(FileLineReader.java:18)
2013-12-04 15:01:26 [iNFO] [sTDERR] at openperipheral.common.util.MountingUtils.refreshLatestFiles(MountingUtils.java:14)
2013-12-04 15:01:26 [iNFO] [sTDERR] at openperipheral.OpenPeripheral.preInit(OpenPeripheral.java:93)
2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-12-04 15:01:26 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:606)
2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-12-04 15:01:26 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:606)
2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-12-04 15:01:26 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-12-04 15:01:26 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:606)
2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-12-04 15:01:26 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
2013-12-04 15:01:26 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
2013-12-04 15:01:26 [iNFO] [sTDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
2013-12-04 15:01:26 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
2013-12-04 15:01:26 [iNFO] [sTDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Error #2
2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for electronicCircuit
2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for advancedCircuit
2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for iridiumPlate
2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for energyCrystal
2013-12-04 15:01:37 [sEVERE] [ForgeModLoader] Universal Recipes: Error Registering calclavia:ADVANCED_BATTERY
2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for reBattery
2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for batBox
2013-12-04 15:01:37 [sEVERE] [ForgeModLoader] Universal Recipes: Error Registering calclavia:BATTERY_BOX
2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for wrench
2013-12-04 15:01:37 [sEVERE] [ForgeModLoader] Universal Recipes: Error Registering calclavia:WRENCH
2013-12-04 15:01:37 [iNFO] [sTDOUT] IC2 API: Call getItem failed for generator
2013-12-04 15:01:37 [sEVERE] [ForgeModLoader] Universal Recipes: Error Registering calclavia:MOTOR
Error #3
2013-12-04 15:01:38 [iNFO] [sTDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler
2013-12-04 15:01:38 [iNFO] [sTDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler
2013-12-04 15:01:38 [iNFO] [sTDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler
2013-12-04 15:01:38 [iNFO] [sTDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler
2013-12-04 15:01:38 [iNFO] [sTDERR] [Mekanism] Error while adding recipe: mekanism.common.RecipeHandler
Error #4
2013-12-04 15:01:41 [WARNING] [MMMPS-SERVER] Failed to get MFFS item!
2013-12-04 15:01:41 [WARNING] [MMMPS-SERVER] Failed to get Thermal Expansion item energyFrameFull
2013-12-04 15:01:41 [WARNING] [MMMPS-SERVER] Failed to get Thermal Expansion item teleportBase
Besides those the server works fine. Not sure if it is needed but i can give a server launch load POST thing.