Jump to content
  • 0

scala-library.jar has an invalid checksum


StClaus

Question

Title: scala-library.jar has an invalid checksum

Version: 1.0.6

OS: CentOS

Java Version: Java is Java HotSpot 64-Bit Server VM, version 1.7.0_15, running on Linux:amd64:3.8.13-c6_MC_c_300_a, installed at /games/sources/files/jre1.7.0_15_64bit

Description of Problem:

I have downloaded the serverversion (1.0.6) for tekkit. If is start the server on linux i get the error (see error log).

I have already the scala-libary.jar reinstalled from http://files.minecraftforge.net/fmllibs/scala-library.jar. But same issue.

Error Messages:

Server is not starting / immediately shut down

Error Log:


2013-05-20 13:55:05 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.1.43.679 for Minecraft 1.5.1 loading

2013-05-20 13:55:05 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_15, running on Linux:amd64:3.8.13-c6_MC_c_300_a, installed at /games/sources/files/jre1.7.0_15_64bit

2013-05-20 13:55:05 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-05-20 13:55:05 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.galacticraft.asm.GalacticraftPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-05-20 13:55:05 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-05-20 13:55:05 [WARNING] [ForgeModLoader] The coremod bspkrs.treecapitator.fml.asm.TreeCapitatorCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-05-20 13:55:05 [WARNING] [ForgeModLoader] The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-05-20 13:55:05 [sEVERE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean.

2013-05-20 13:55:05 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar

2013-05-20 13:55:05 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar

2013-05-20 13:55:05 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar

2013-05-20 13:55:05 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar

2013-05-20 13:55:05 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.1.zip

2013-05-20 13:55:05 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar

2013-05-20 13:55:05 [sEVERE] [ForgeModLoader] <===========>

2013-05-20 13:55:05 [sEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue

2013-05-20 13:55:05 [sEVERE] [ForgeModLoader] The file scala-library.jar was found in your lib directory and has an invalid checksum b2e70caafca0f659dd64424271c0564d931d2f51 (expecting 458d046151ad179c85429ed7420ffb1eaf6ddf85) - it is unlikely to be the correct download, please move it out of the way and try again.

2013-05-20 13:55:05 [sEVERE] [ForgeModLoader] <<< ==== >>>

2013-05-20 13:55:05 [sEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.

2013-05-20 13:55:05 [sEVERE] [ForgeModLoader] Error details

java.lang.RuntimeException: The file scala-library.jar was found in your lib directory and has an invalid checksum b2e70caafca0f659dd64424271c0564d931d2f51 (expecting 458d046151ad179c85429ed7420ffb1eaf6ddf85) - it is unlikely to be the correct download, please move it out of the way and try again.

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

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

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

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

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

2013-05-20 13:55:05 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue

2013-05-20 13:55:05 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)

2013-05-20 13:55:05 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)

2013-05-20 13:55:05 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)

2013-05-20 13:55:05 [iNFO] [sTDERR]    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1354)

2013-05-20 13:55:05 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue

2013-05-20 13:55:05 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:261)

2013-05-20 13:55:05 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)

2013-05-20 13:55:05 [iNFO] [sTDERR]    ... 3 more

SERVER SHUT DOWN

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

You aren't listening, and it's very frustrating to read this thread- both Teraku and the error message have told you what to do. The error message has told you that the scala-library.jar inside the lib folder isn't the one it wants. So delete it.

Link to comment
Share on other sites

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