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

resolved :) was an issue with user. Removed all traces of java reinstalled and everything works. Thank you guys for an amazing mod!

  • 0
Posted

Denellum -- I'm having the exact same issue, what user issue did you have? I have a fresh CentOS 6 32-bit install with freshly downloaded java.

  • 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)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...