Jump to content
  • 0

Question

Posted

Title: Issues with installion on linux

Version: 3.0.3/3.0.4

OS: CentOS 6 64 Bit with Cpanel

Java Version: root@vps [~]# java --showversion java version "1.5.0" gij (GNU libgcj) version 4.4.6 20110731 (Red Hat 4.4.6-3)

Description of Problem:

after making the launch.sh executable and trying to run it i get thrown the error and i can not start up my server :/

Error Messages:

[sEVERE] java.lang.IllegalArgumentException: URI "file:Tekkit.jar" is not hierarchical

Error Log:


16:59:55 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes

2012-07-08 16:59:55 [sEVERE] java.lang.IllegalArgumentException: URI "file:Tekkit.jar" is not hierarchical

   at java.io.File.<init>(libgcj.so.10)

   at cpw.mods.fml.common.ModClassLoader.getParentSources(ModClassLoader.java:64)

   at cpw.mods.fml.common.Loader.load(Loader.java:330)

   at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

   at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:113)

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

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

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



2012-07-08 16:59:55 [sEVERE] Unexpected exception

java.lang.IllegalArgumentException: URI "file:Tekkit.jar" is not hierarchical

   at java.io.File.<init>(libgcj.so.10)

   at cpw.mods.fml.common.ModClassLoader.getParentSources(ModClassLoader.java:64)

   at cpw.mods.fml.common.Loader.load(Loader.java:330)

   at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

   at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:113)

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

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

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

2012-07-08 17:06:41 [iNFO] Starting minecraft server version 1.2.5

2012-07-08 17:06:41 [iNFO] Forge Mod Loader version @MAJOR@.@MINOR@.@REV@.@BUILD@ for Minecraft @MCVERSION@ loading

2012-07-08 17:06:41 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes

2012-07-08 17:06:41 [sEVERE] java.lang.IllegalArgumentException: URI "file:Tekkit.jar" is not hierarchical

   at java.io.File.<init>(libgcj.so.10)

   at cpw.mods.fml.common.ModClassLoader.getParentSources(ModClassLoader.java:64)

   at cpw.mods.fml.common.Loader.load(Loader.java:330)

   at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

   at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:113)

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

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

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



2012-07-08 17:06:41 [sEVERE] Unexpected exception

java.lang.IllegalArgumentException: URI "file:Tekkit.jar" is not hierarchical

   at java.io.File.<init>(libgcj.so.10)

   at cpw.mods.fml.common.ModClassLoader.getParentSources(ModClassLoader.java:64)

   at cpw.mods.fml.common.Loader.load(Loader.java:330)

   at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

   at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:113)

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

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

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

3 answers to this question

Recommended Posts

  • 0
Posted

I fixed the issue.

Issue:

[sEVERE] java.lang.IllegalArgumentException: URI "file:Tekkit.jar" is not hierarchical

Fix:

I was using the default version of java that yum found.

I explicitly searched for java 7 and installed the java-1.7.0-openjdk.i686 with all dependencies

launch.sh works fine now (after some tweaking for my own server specs)

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...