Hi guys, I hope someone can help me with this.
I am trying to run a server of the 1.7.2 version of this pack. I used the 'download server' button on the launcher to get the files, but when I try to run them, the included .jar server file fails to run and complains about the signatures within the .jar itself.
When I try to run the server with a fresh version of Forge recommend 1.7.2 server, it breaks complaining about a missing class in Apache regarding logging. The recommend 1.7.2 Cauldron fails the same way.
I am at work now, but I can post logs this evening.
In the meantime, for anyone running a 1.7.2 server with this pack, what server jar are you using and how did you get it to work? I have run a variety of servers on this machine before, so the dependencies should be correct. Thanks!
Sent from my SCH-I535 using Tapatalk
Yeah, the server doesn't work. I copied over only the mod-packs folder:
- config
- mods
- scripts
...onto a fresh 1.7.2 Forge 1121 or 1147 (try 1121, then if that doesn't work, try 1147) install. I renamed the stock Forge 1.7.2 .jar to Infinity2.jar ,but kept the stock minecraft_server.1.7.2.jar as-is. Here's my java invocation on my 4-core CPU:
Code:
java -Xmx2048M -Xms2048M -XX:PermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=4 -XX:+AggressiveOpts -XX:NewRatio=3 -XX:SurvivorRatio=3 -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:MaxGCMinorPauseMillis=7 -XX:+ExplicitGCInvokesConcurrent -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=60 -XX:+BindGCTaskThreadsToCPUs -Xnoclassgc -jar Infinity2.jar nogui
It also might not hurt to pull in and edit your other server files such as:
- server.properties
- white-list.txt / whitelist.json
- ops.txt / ops.json
- etc.,.
I had this problem to, additionally the console window would overflow with red errors, solved it by deleting the mapwriter saves, in the saves folder
I use this for my 4-core client and my server. Both have 16GB RAM. It seems to work well. Very stable:
Code:
-Xmx2048M -Xms2048M -XX:PermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=4 -XX:+AggressiveOpts -XX:NewRatio=3 -XX:SurvivorRatio=3 -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:MaxGCMinorPauseMillis=7 -XX:+ExplicitGCInvokesConcurrent -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=60 -XX:+BindGCTaskThreadsToCPUs -Xnoclassgc