Jump to content

demon4352

Members
  • Posts

    2
  • Joined

  • Last visited

About demon4352

  • Birthday 07/15/1991

demon4352's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Title: Tekkit Server Launch Problem Version: 3.1.1 OS: Windows 7 Java Version: Jre7 Description of Problem: It won't launch properly. Error Messages: C:\Program Files\Tekkit_Server_3.1.2>java -Xmx3G -Xms2G -jar Tekkit.jar nogui 182 recipes 27 achievements 18:31:54 [WARNING] Failed to log to server.log java.io.IOException: Couldn't get lock for server.log at java.util.logging.FileHandler.openFiles(Unknown Source) at java.util.logging.FileHandler.<init>(Unknown Source) at net.minecraft.server.ConsoleLogManager.init(ConsoleLogManager.java:10 0) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:127) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 18:31:54 [iNFO] Starting minecraft server version 1.2.5 18:31:54 [iNFO] Attempting early MinecraftForge initialization 18:31:54 [iNFO] Completed early MinecraftForge initialization 18:31:54 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading 18:31:54 [iNFO] Loading mods from C:\Program Files\Tekkit_Server_3.1.2\mods 18:31:55 [iNFO] Directory weaponmod contained no mods 18:31:55 [iNFO] Forge Mod Loader has loaded 38 mods 18:31:55 [WARNING] Error trying to write the config file mod_MinecraftForge.cfg 18:31:55 [sEVERE] cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.Loade rException: java.io.FileNotFoundException: C:\Program Files\Tekkit_Server_3.1.2\ config\mod_MinecraftForge.cfg (Access is denied) 18:31:55 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.p reInit(ModLoaderModContainer.java:114) 18:31:55 [sEVERE] at cpw.mods.fml.common.Loader.preModInit(Loader.java:235 ) 18:31:55 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:607) 18:31:55 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk kitHandler.java:134) 18:31:55 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe rver.java:135) 18:31:55 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer ver.java:438) 18:31:55 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour ceFile:492) 18:31:55 [sEVERE] Caused by: cpw.mods.fml.common.LoaderException: java.io.FileNo tFoundException: C:\Program Files\Tekkit_Server_3.1.2\config\mod_MinecraftForge. cfg (Access is denied) 18:31:55 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.c onfigureMod(ModLoaderModContainer.java:272) 18:31:55 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.p reInit(ModLoaderModContainer.java:106) 18:31:55 [sEVERE] ... 6 more 18:31:55 [sEVERE] Caused by: java.io.FileNotFoundException: C:\Program Files\Tek kit_Server_3.1.2\config\mod_MinecraftForge.cfg (Access is denied) 18:31:55 [sEVERE] at java.io.FileOutputStream.open(Native Method) 18:31:55 [sEVERE] at java.io.FileOutputStream.<init>(Unknown Source) 18:31:55 [sEVERE] at java.io.FileOutputStream.<init>(Unknown Source) 18:31:55 [sEVERE] at java.io.FileWriter.<init>(Unknown Source) 18:31:55 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.c onfigureMod(ModLoaderModContainer.java:263) 18:31:55 [sEVERE] ... 7 more 18:31:55 [sEVERE] Unexpected exception cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.i o.FileNotFoundException: C:\Program Files\Tekkit_Server_3.1.2\config\mod_Minecra ftForge.cfg (Access is denied) at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoader ModContainer.java:114) at cpw.mods.fml.common.Loader.preModInit(Loader.java:235) at cpw.mods.fml.common.Loader.loadMods(Loader.java:607) at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java: 134) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: cpw.mods.fml.common.LoaderException: java.io.FileNotFoundException: C :\Program Files\Tekkit_Server_3.1.2\config\mod_MinecraftForge.cfg (Access is den ied) at cpw.mods.fml.common.modloader.ModLoaderModContainer.configureMod(ModL oaderModContainer.java:272) at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoader ModContainer.java:106) ... 6 more Caused by: java.io.FileNotFoundException: C:\Program Files\Tekkit_Server_3.1.2\c onfig\mod_MinecraftForge.cfg (Access is denied) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileWriter.<init>(Unknown Source) at cpw.mods.fml.common.modloader.ModLoaderModContainer.configureMod(ModL oaderModContainer.java:263) ... 7 more >more 18:32:11 [iNFO] Stopping server 18:32:11 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 18:32:11 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source) 18:32:11 [sEVERE] at java.util.ArrayList.get(Unknown Source) 18:32:11 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftSe rver.java:424) 18:32:11 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer ver.java:497) 18:32:11 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour ceFile:492) 18:32:11 [iNFO] Stopping server 18:32:11 [sEVERE] Exception in thread "Thread-3" 18:32:11 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 18:32:11 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source) 18:32:11 [sEVERE] at java.util.ArrayList.get(Unknown Source) 18:32:11 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftSe rver.java:424) 18:32:11 [sEVERE] at org.bukkit.craftbukkit.util.ServerShutdownThread.run( ServerShutdownThread.java:14) > C:\Program Files\Tekkit_Server_3.1.2>pause Press any key to continue . . . Error Log: C:\Program Files\Tekkit_Server_3.1.2>java -Xmx3G -Xms2G -jar Tekkit.jar nogui 182 recipes 27 achievements 18:31:54 [WARNING] Failed to log to server.log java.io.IOException: Couldn't get lock for server.log at java.util.logging.FileHandler.openFiles(Unknown Source) at java.util.logging.FileHandler.<init>(Unknown Source) at net.minecraft.server.ConsoleLogManager.init(ConsoleLogManager.java:10 0) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:127) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 18:31:54 [iNFO] Starting minecraft server version 1.2.5 18:31:54 [iNFO] Attempting early MinecraftForge initialization 18:31:54 [iNFO] Completed early MinecraftForge initialization 18:31:54 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading 18:31:54 [iNFO] Loading mods from C:\Program Files\Tekkit_Server_3.1.2\mods 18:31:55 [iNFO] Directory weaponmod contained no mods 18:31:55 [iNFO] Forge Mod Loader has loaded 38 mods 18:31:55 [WARNING] Error trying to write the config file mod_MinecraftForge.cfg 18:31:55 [sEVERE] cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.Loade rException: java.io.FileNotFoundException: C:\Program Files\Tekkit_Server_3.1.2\ config\mod_MinecraftForge.cfg (Access is denied) 18:31:55 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.p reInit(ModLoaderModContainer.java:114) 18:31:55 [sEVERE] at cpw.mods.fml.common.Loader.preModInit(Loader.java:235 ) 18:31:55 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:607) 18:31:55 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk kitHandler.java:134) 18:31:55 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe rver.java:135) 18:31:55 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer ver.java:438) 18:31:55 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour ceFile:492) 18:31:55 [sEVERE] Caused by: cpw.mods.fml.common.LoaderException: java.io.FileNo tFoundException: C:\Program Files\Tekkit_Server_3.1.2\config\mod_MinecraftForge. cfg (Access is denied) 18:31:55 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.c onfigureMod(ModLoaderModContainer.java:272) 18:31:55 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.p reInit(ModLoaderModContainer.java:106) 18:31:55 [sEVERE] ... 6 more 18:31:55 [sEVERE] Caused by: java.io.FileNotFoundException: C:\Program Files\Tek kit_Server_3.1.2\config\mod_MinecraftForge.cfg (Access is denied) 18:31:55 [sEVERE] at java.io.FileOutputStream.open(Native Method) 18:31:55 [sEVERE] at java.io.FileOutputStream.<init>(Unknown Source) 18:31:55 [sEVERE] at java.io.FileOutputStream.<init>(Unknown Source) 18:31:55 [sEVERE] at java.io.FileWriter.<init>(Unknown Source) 18:31:55 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.c onfigureMod(ModLoaderModContainer.java:263) 18:31:55 [sEVERE] ... 7 more 18:31:55 [sEVERE] Unexpected exception cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.i o.FileNotFoundException: C:\Program Files\Tekkit_Server_3.1.2\config\mod_Minecra ftForge.cfg (Access is denied) at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoader ModContainer.java:114) at cpw.mods.fml.common.Loader.preModInit(Loader.java:235) at cpw.mods.fml.common.Loader.loadMods(Loader.java:607) at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java: 134) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: cpw.mods.fml.common.LoaderException: java.io.FileNotFoundException: C :\Program Files\Tekkit_Server_3.1.2\config\mod_MinecraftForge.cfg (Access is den ied) at cpw.mods.fml.common.modloader.ModLoaderModContainer.configureMod(ModL oaderModContainer.java:272) at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoader ModContainer.java:106) ... 6 more Caused by: java.io.FileNotFoundException: C:\Program Files\Tekkit_Server_3.1.2\c onfig\mod_MinecraftForge.cfg (Access is denied) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileWriter.<init>(Unknown Source) at cpw.mods.fml.common.modloader.ModLoaderModContainer.configureMod(ModL oaderModContainer.java:263) ... 7 more >more 18:32:11 [iNFO] Stopping server 18:32:11 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 18:32:11 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source) 18:32:11 [sEVERE] at java.util.ArrayList.get(Unknown Source) 18:32:11 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftSe rver.java:424) 18:32:11 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer ver.java:497) 18:32:11 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour ceFile:492) 18:32:11 [iNFO] Stopping server 18:32:11 [sEVERE] Exception in thread "Thread-3" 18:32:11 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 18:32:11 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source) 18:32:11 [sEVERE] at java.util.ArrayList.get(Unknown Source) 18:32:11 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftSe rver.java:424) 18:32:11 [sEVERE] at org.bukkit.craftbukkit.util.ServerShutdownThread.run( ServerShutdownThread.java:14) > C:\Program Files\Tekkit_Server_3.1.2>pause Press any key to continue . . .
  2. Hello, this is my first forum and my problem is whenever I try to open my tekkit server launcher I get this message (I will be putting ** where my name is) '\\**-PC\Users\**\AppData\Roaming\Tekkit_Server_3.1.1' CMD.EXE was started with the above path as the current directory. UNC paths are not supported. Defaulting to Windows directory. C:\Windows>java -Xms3G -Xms2G -jar Tekkit.jar nogui Unable to access jarfile Tekkit.jar C:\Windows>pause Press any key to continue... When I press a key it closes. This is my first forum, as I've said so I don't know if it's supposed to go here, but please help with the topic, I really would like to create my own Tekkit server to play with friends, I've went on youtube and made a CLASSPATH, and a PATH. Please help. It's the Launch in the server that won't work.
×
×
  • Create New...