Jump to content
  • 0

[Tekkit 3.0.4] Server does not work


Question

Posted

Launcher/pack Version: 3.0.4

Operating System: Debian 6

Version of Java: Java 7 Update 4

Description of Problem: Server does not load, even from a clean install.

Error Messages: 2012-05-31 12:48:02 [FINER] Initializing mod_BuildCraftEnergy

2012-05-31 12:48:02 [FINER] Initializing mod_BuildCraftFactory

2012-05-31 12:48:02 [FINER] Initializing mod_WirelessRedstoneCore

2012-05-31 12:48:02 [sEVERE] java.lang.ExceptionInInitializerError

2012-05-31 12:48:02 [sEVERE] at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49)

2012-05-31 12:48:02 [sEVERE] at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12)

2012-05-31 12:48:02 [sEVERE] at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271)

2012-05-31 12:48:02 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:220)

2012-05-31 12:48:02 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539)

2012-05-31 12:48:02 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:121)

2012-05-31 12:48:02 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:159)

2012-05-31 12:48:02 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)

2012-05-31 12:48:02 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-05-31 12:48:02 [sEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024

2012-05-31 12:48:02 [sEVERE] at codechicken.core.ConfigFile.readLine(ConfigFile.java:158)

2012-05-31 12:48:02 [sEVERE] at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68)

2012-05-31 12:48:02 [sEVERE] at codechicken.core.ConfigFile.<init>(ConfigFile.java:41)

2012-05-31 12:48:02 [sEVERE] at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:25)

2012-05-31 12:48:02 [sEVERE] ... 9 more

2012-05-31 12:48:02 [sEVERE] Unexpected exception

java.lang.ExceptionInInitializerError

at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49)

at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12)

at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271)

at cpw.mods.fml.common.Loader.modInit(Loader.java:220)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539)

at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:121)

at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:159)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)

at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024

at codechicken.core.ConfigFile.readLine(ConfigFile.java:158)

at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68)

at codechicken.core.ConfigFile.<init>(ConfigFile.java:41)

at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:25)

... 9 more

2012-05-31 12:48:05 [iNFO] Stopping server

2012-05-31 12:48:05 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

2012-05-31 12:48:05 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source)

2012-05-31 12:48:05 [sEVERE] at java.util.ArrayList.get(Unknown Source)

2012-05-31 12:48:05 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:412)

2012-05-31 12:48:05 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:483)

2012-05-31 12:48:05 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

Link to pastebin of log: http://pastebin.ca/2156624

Tekkit Server 3.0.4. Updated to the latest one and i get this above.

7 answers to this question

Recommended Posts

  • 0
Posted

I had this issue a couple times, but I edited the launcher file to suit my computer better

"C:\program files\java\jre7\bin\java" -Xmx4G -Xms3G -jar Tekkit.jar

nogui

pause

this worked for me, also, are you running the batch (launcher) in administrator mode? It might help.

edit: my bad, didn't read your OS.

  • 0
Posted

I had this issue a couple times, but I edited the launcher file to suit my computer better

"C:\program files\java\jre7\bin\java" -Xmx4G -Xms3G -jar Tekkit.jar

nogui

pause

this worked for me, also, are you running the batch (launcher) in administrator mode? It might help.

I use Debian for my server.....

  • 0
Posted

Looks like a Java error, I would try uninstalling Java and re-installing.

Have to ask, but are you sure your using Java 7 update 4? Can you type "java -version" into console and confirm. Debian has a bunch of different packages for Java such as OpenJDK, GNU's GIC/GCJ, and Sun Java releases. Did you install the latest Java 7 linux package from the Oracle/Java website or from a Debian package? Also is it correctly 32-bit or x64 depending on your kernal?

  • 0
Posted

Looks like a Java error, I would try uninstalling Java and re-installing.

Have to ask, but are you sure your using Java 7 update 4? Can you type "java -version" into console and confirm. Debian has a bunch of different packages for Java such as OpenJDK, GNU's GIC/GCJ, and Sun Java releases. Did you install the latest Java 7 linux package from the Oracle/Java website or from a Debian package? Also is it correctly 32-bit or x64 depending on your kernal?

Nvm i got it. Unzipped the file in unix and it sorted it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...