
archon_sd
Members-
Posts
6 -
Joined
-
Last visited
Everything posted by archon_sd
-
Forge 10.12.0.976 for Server will not run
archon_sd replied to cyberjudge's topic in Support & Bug Reports
Confirmed: 994 runs fine and 1.7.2 clients w/ 994 Forge connect fine. Thank you for following through on this! -
Forge 10.12.0.976 for Server will not run
archon_sd replied to cyberjudge's topic in Support & Bug Reports
I'm using 993 above and still have the error. I wonder if I'm experiencing what you're suspecting. (with and without .jar on server file) -
Forge 10.12.0.976 for Server will not run
archon_sd replied to cyberjudge's topic in Support & Bug Reports
From the same directory the server and forge jars are in: (they should default to current folder for classpath even if it's not supplied) PS C:\Users\minecraft\AppData\Roaming\Minecrafts\1.7.2 Forge\.minecraft> java -Xmx1G -Xms1G -classpath 'C:\Users\minecraft\AppData\Roaming\Minecrafts\1.7.2 Forge\.minecraft\minecraft_server.1.7.2.jar' -jar .\forge-1.7.2-10.12.0.993-universal.jar nogui Exception in thread "main" java.lang.NoClassDefFoundError: joptsimple/OptionSpec at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:25) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) Caused by: java.lang.ClassNotFoundException: joptsimple.OptionSpec at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 4 more I even tried renaming the server jar: PS C:\Users\minecraft\AppData\Roaming\Minecrafts\1.7.2 Forge\.minecraft> ren .\minecraft_server.1.7.2.jar .\minecraft_server.1.7.2 PS C:\Users\minecraft\AppData\Roaming\Minecrafts\1.7.2 Forge\.minecraft> dir Directory: C:\Users\minecraft\AppData\Roaming\Minecrafts\1.7.2 Forge\.minecraft Mode LastWriteTime Length Name ---- ------------- ------ ---- d---- 1/5/2014 7:20 PM libraries d---- 1/5/2014 7:24 PM logs d---- 1/5/2014 7:24 PM world -a--- 1/5/2014 7:24 PM 109 banned-ips.txt -a--- 1/5/2014 7:24 PM 109 banned-players.txt -a--- 1/5/2014 7:20 PM 2125733 forge-1.7.2-10.12.0.993-universal.jar -a--- 1/5/2014 7:20 PM 9163955 minecraft_server.1.7.2 -a--- 1/5/2014 7:24 PM 0 ops.txt -a--- 1/5/2014 7:24 PM 656 server.properties -a--- 1/5/2014 7:24 PM 0 white-list.txt PS C:\Users\minecraft\AppData\Roaming\Minecrafts\1.7.2 Forge\.minecraft> java -Xmx1G -Xms1G -jar .\forge-1.7.2-10.12.0.993-universal.jar nogui Exception in thread "main" java.lang.NoClassDefFoundError: joptsimple/OptionSpec at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:25) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) Caused by: java.lang.ClassNotFoundException: joptsimple.OptionSpec at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 4 more And I can still run the minecraft 1.7.2 server file just fine by itself without Forge. This same issue has been happening for a half dozen tested versions for me from 976 through 993. I appreciate the product and the hints at solution but I'd don't appreciate the aspersion. I've supplied the classpath in multiple ways (explicitly and by running it from the current folder the jars reside in) and it has not resolved the issue. I also tried renaming the server jar as suggested to remove the ".jar" and that too did not change the outcome. -
Forge 10.12.0.976 for Server will not run
archon_sd replied to cyberjudge's topic in Support & Bug Reports
Getting the same thing with Forge 982. Noted when I ran the vanilla 1.7.2 server (which spawned fine), I waited for the server to completely generate the world and idle.. I typed "stop" to shut it down cleanly and allow me to run Forge and I was greeted with this shut down "appender" error: (look at the end of the boot log pasted below) PS C:\Users\minecraft\AppData\Roaming\Minecrafts\1.7.2 Forge\.minecraft> java -jar .\minecraft_server.1.7.2.jar nogui [17:48:51] [server thread/INFO]: Starting minecraft server version 1.7.2 [17:48:51] [server thread/INFO]: Loading properties [17:48:51] [server thread/INFO]: Default game type: SURVIVAL [17:48:51] [server thread/INFO]: Generating keypair [17:48:51] [server thread/INFO]: Starting Minecraft server on *:25566 [17:48:52] [server thread/WARN]: Failed to load operators list: java.io.FileNotFoundException: .\ops.txt (The system ca not find the file specified) [17:48:52] [server thread/WARN]: Failed to load white-list: java.io.FileNotFoundException: .\white-list.txt (The system cannot find the file specified) [17:48:52] [server thread/INFO]: Preparing level "world" [17:48:53] [server thread/INFO]: Preparing start region for level 0 [17:48:54] [server thread/INFO]: Preparing spawn area: 2% [17:48:55] [server thread/INFO]: Preparing spawn area: 5% [17:48:56] [server thread/INFO]: Preparing spawn area: 6% [17:48:57] [server thread/INFO]: Preparing spawn area: 10% [17:48:58] [server thread/INFO]: Preparing spawn area: 13% [17:48:59] [server thread/INFO]: Preparing spawn area: 16% [17:49:00] [server thread/INFO]: Preparing spawn area: 20% [17:49:01] [server thread/INFO]: Preparing spawn area: 22% [17:49:02] [server thread/INFO]: Preparing spawn area: 26% [17:49:03] [server thread/INFO]: Preparing spawn area: 30% [17:49:04] [server thread/INFO]: Preparing spawn area: 35% [17:49:05] [server thread/INFO]: Preparing spawn area: 43% [17:49:06] [server thread/INFO]: Preparing spawn area: 47% [17:49:07] [server thread/INFO]: Preparing spawn area: 53% [17:49:09] [server thread/INFO]: Preparing spawn area: 58% [17:49:10] [server thread/INFO]: Preparing spawn area: 64% [17:49:11] [server thread/INFO]: Preparing spawn area: 67% [17:49:12] [server thread/INFO]: Preparing spawn area: 73% [17:49:13] [server thread/INFO]: Preparing spawn area: 74% [17:49:15] [server thread/INFO]: Preparing spawn area: 77% [17:49:16] [server thread/INFO]: Preparing spawn area: 82% [17:49:18] [server thread/INFO]: Preparing spawn area: 83% [17:49:19] [server thread/INFO]: Preparing spawn area: 87% [17:49:20] [server thread/INFO]: Preparing spawn area: 92% [17:49:21] [server thread/INFO]: Preparing spawn area: 97% [17:49:21] [server thread/INFO]: Done (29.532s)! For help, type "help" or "?" list [17:49:28] [server thread/INFO]: There are 0/20 players online: [17:49:28] [server thread/INFO]: stop [17:49:30] [server thread/INFO]: Stopping the server [17:49:30] [server thread/INFO]: Stopping server [17:49:30] [server thread/INFO]: Saving players [17:49:30] [server thread/INFO]: Saving worlds [17:49:30] [server thread/INFO]: Saving chunks for level 'world'/Overworld [17:49:31] [server thread/INFO]: Saving chunks for level 'world'/Nether [17:49:31] [server thread/INFO]: Saving chunks for level 'world'/The End [17:49:34] [server Shutdown Thread/INFO]: Stopping server 2014-01-02 17:49:34,236 ERROR Attempted to append to non-started appender ServerGuiConsole Exception in thread "Server Shutdown Thread" org.apache.logging.log4j.core.appender.AppenderLoggingException: Attempted to append to non-started appender ServerGuiConsole at org.apache.logging.log4j.core.config.AppenderControl.callAppender(AppenderControl.java:89) at org.apache.logging.log4j.core.config.LoggerConfig.callAppenders(LoggerConfig.java:425) at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:406) at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:367) at org.apache.logging.log4j.core.Logger.log(Logger.java:110) at org.apache.logging.log4j.spi.AbstractLogger.info(AbstractLogger.java:1011) at net.minecraft.server.MinecraftServer.n(SourceFile:287) -
Forge 10.12.0.976 for Server will not run
archon_sd replied to cyberjudge's topic in Support & Bug Reports
Ran it fleshed out with what I think you intended to be filled in and got the same output: PS C:\Users\minecraft\AppData\Roaming\Minecrafts\1.7.2 Forge\.minecraft> java -Xmx1G -Xms1G -cp .\minecraft_server.1.7.2.jar -jar .\forge-1.7.2-10.12.0.976-universal.jar nogui Exception in thread "main" java.lang.NoClassDefFoundError: joptsimple/OptionSpec at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:25) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) Caused by: java.lang.ClassNotFoundException: joptsimple.OptionSpec at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 4 more PS C:\Users\minecraft\AppData\Roaming\Minecrafts\1.7.2 Forge\.minecraft> There are no new logs under "/logs" and no Forge output. -
Forge 10.12.0.976 for Server will not run
archon_sd replied to cyberjudge's topic in Support & Bug Reports
Same error, the only log file produced is the "latest.log" from the vanilla server. I can't get IE or Chrome to upload it here for some reason so I'll paste its' contents at the bottom. What I ran: Folder contents: I've tried 9.76, 9.81 and 9.82: same error. I've used the jar installer and the Win installer. I've been pointing the installers at empty folders and letting the installer download the server jar as well as the forge jar. My server is Windows 2012 SP1 running Java 7 r45 w/ 32 and 64 bit variants installed. I run the minecraft server once before running forge. The server runs fine and my client can connect to it. When I run the forge jar using the java command shown above I get the output above. I've been running Forge servers for about a year-ish now. (since about 1.32-ish of MC) Thanks for your attention! Latest.log contents: