Jump to content

File path length issues (server crash)?


NinjaFox23

Recommended Posts

Hello!

 

I've found something that I feel is rather odd; but I'm not sure if it's a Forge issue or a Java issue (or some completely random issue that I'm currently blind to).

Anyways, here's the log:

 

 

2012-12-07 17:56:27 [iNFO] [ForgeModLoader] Forge Mod Loader version missing.missing.missing.missing for Minecraft missing loading

2012-12-07 17:56:27 [sEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer

java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.transformers.AccessTransformer

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:64)

at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:237)

at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)

at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)

at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)

at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1364)

Caused by: java.io.FileNotFoundException: C:\Users\williamb\Desktop\Server_test\Server\Other_Servers (The system cannot find the file specified)

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.jar.JarFile.<init>(Unknown Source)

at java.util.jar.JarFile.<init>(Unknown Source)

at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source)

at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)

at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)

at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)

at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source)

at java.net.URL.openStream(Unknown Source)

at cpw.mods.fml.relauncher.RelaunchClassLoader.getClassBytes(RelaunchClassLoader.java:155)

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:132)

... 8 more

2012-12-07 17:56:27 [sEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class cpw.mods.fml.common.asm.transformers.MarkerTransformer

java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.transformers.MarkerTransformer

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:64)

at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:237)

at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)

at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)

at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)

at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1364)

Caused by: java.io.FileNotFoundException: C:\Users\williamb\Desktop\Server_test\Server\Other_Servers (The system cannot find the file specified)

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.jar.JarFile.<init>(Unknown Source)

at java.util.jar.JarFile.<init>(Unknown Source)

at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source)

at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)

at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)

at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)

at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source)

at java.net.URL.openStream(Unknown Source)

at cpw.mods.fml.relauncher.RelaunchClassLoader.getClassBytes(RelaunchClassLoader.java:155)

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:132)

... 8 more

2012-12-07 17:56:27 [sEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class cpw.mods.fml.common.asm.transformers.SideTransformer

java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.transformers.SideTransformer

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:64)

at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:237)

at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)

at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)

at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)

at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1364)

Caused by: java.io.FileNotFoundException: C:\Users\williamb\Desktop\Server_test\Server\Other_Servers (The system cannot find the file specified)

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.jar.JarFile.<init>(Unknown Source)

at java.util.jar.JarFile.<init>(Unknown Source)

at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source)

at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)

at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)

at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)

at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source)

at java.net.URL.openStream(Unknown Source)

at cpw.mods.fml.relauncher.RelaunchClassLoader.getClassBytes(RelaunchClassLoader.java:155)

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:132)

... 8 more

2012-12-07 17:56:27 [sEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class net.minecraftforge.transformers.ForgeAccessTransformer

java.lang.ClassNotFoundException: net.minecraftforge.transformers.ForgeAccessTransformer

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:64)

at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:237)

at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)

at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)

at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)

at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1364)

Caused by: java.io.FileNotFoundException: C:\Users\williamb\Desktop\Server_test\Server\Other_Servers (The system cannot find the file specified)

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.jar.JarFile.<init>(Unknown Source)

at java.util.jar.JarFile.<init>(Unknown Source)

at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source)

at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)

at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)

at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)

at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source)

at java.net.URL.openStream(Unknown Source)

at cpw.mods.fml.relauncher.RelaunchClassLoader.getClassBytes(RelaunchClassLoader.java:155)

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:132)

... 8 more

2012-12-07 17:56:27 [sEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class net.minecraftforge.transformers.EventTransformer

java.lang.ClassNotFoundException: net.minecraftforge.transformers.EventTransformer

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:64)

at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:237)

at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)

at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)

at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)

at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1364)

Caused by: java.io.FileNotFoundException: C:\Users\williamb\Desktop\Server_test\Server\Other_Servers (The system cannot find the file specified)

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.jar.JarFile.<init>(Unknown Source)

at java.util.jar.JarFile.<init>(Unknown Source)

at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source)

at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)

at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)

at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)

at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source)

at java.net.URL.openStream(Unknown Source)

at cpw.mods.fml.relauncher.RelaunchClassLoader.getClassBytes(RelaunchClassLoader.java:155)

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:132)

... 8 more

2012-12-07 17:56:27 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker

2012-12-07 17:56:27 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)

2012-12-07 17:56:27 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)

2012-12-07 17:56:27 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)

2012-12-07 17:56:27 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1364)

2012-12-07 17:56:27 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker

2012-12-07 17:56:27 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:264)

2012-12-07 17:56:27 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)

2012-12-07 17:56:27 [iNFO] [sTDERR] ... 3 more

2012-12-07 17:56:27 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker

2012-12-07 17:56:27 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)

2012-12-07 17:56:27 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2012-12-07 17:56:27 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2012-12-07 17:56:27 [iNFO] [sTDERR] at java.lang.Class.forName0(Native Method)

2012-12-07 17:56:27 [iNFO] [sTDERR] at java.lang.Class.forName(Unknown Source)

2012-12-07 17:56:27 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:256)

2012-12-07 17:56:27 [iNFO] [sTDERR] ... 4 more

2012-12-07 17:56:27 [iNFO] [sTDERR] Caused by: java.io.FileNotFoundException: C:\Users\williamb\Desktop\Server_test\Server\Other_Servers (The system cannot find the file specified)

2012-12-07 17:56:27 [iNFO] [sTDERR] at java.util.zip.ZipFile.open(Native Method)

2012-12-07 17:56:27 [iNFO] [sTDERR] at java.util.zip.ZipFile.<init>(Unknown Source)

2012-12-07 17:56:27 [iNFO] [sTDERR] at java.util.zip.ZipFile.<init>(Unknown Source)

2012-12-07 17:56:27 [iNFO] [sTDERR] at java.util.jar.JarFile.<init>(Unknown Source)

2012-12-07 17:56:27 [iNFO] [sTDERR] at java.util.jar.JarFile.<init>(Unknown Source)

2012-12-07 17:56:27 [iNFO] [sTDERR] at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source)

2012-12-07 17:56:27 [iNFO] [sTDERR] at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)

2012-12-07 17:56:27 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)

2012-12-07 17:56:27 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)

2012-12-07 17:56:27 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source)

2012-12-07 17:56:27 [iNFO] [sTDERR] at java.net.URL.openStream(Unknown Source)

2012-12-07 17:56:27 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.getClassBytes(RelaunchClassLoader.java:155)

2012-12-07 17:56:27 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:132)

2012-12-07 17:56:27 [iNFO] [sTDERR] ... 9 more

 

 

I've done a couple little tests, finding that it didn't matter how I started forge, (via external jar or inputting into the server.jar), and then I noticed the 'FileNotFoundException' pointing to a 'file' that was:

 

C:\Users\williamb\Desktop\Server_test\Server\Other_Servers

 

...which is clearly not a file; rather it was a directory.

 

Poking around, it seemed to be looking for the library files, which are in THIS directory:

 

C:\Users\williamb\Desktop\Server_test\Server\Other_Servers!\NinjaLand2\lib

 

So, I did a test by simply moving the NinjaLand2 folder (which contains the server and forge jars) to my desktop, (dropping three layers off the directory path) and there was no issue; the server ran perfectly fine.

 

So, yeah, I fixed it, but I was wondering if this is something someone could fix for others or something...?

 

Thanks!

 

 

Edit: Whoa!  Wait!  I just noticed that there was a '!' missing... and, well, apparently Java doesn't like exclamation points in the file path.  Removing the exclamation point in the 'Other_Servers!' folder fixed the problem without having to move anything anywhere.

Didn't know that; my bad!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

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

Important Information

By using this site, you agree to our Terms of Use.