Solved Direwolf20 1.6.4 Mod Pack Server

zero80472

New Member
Jul 29, 2019
9
0
0
Hay guy's i been trying to setup my Direwolf20 1.6.4 mod pack server but i have been having trouble connecting to the server
The server Box we own has
64 gig of Ram
2 120 SSDs
and a 2 tb HD
CNETOS 6 (not sure need to ask server compney when the guy that pay's it with us comes on line (Cory_)
We Also Have Multicraft Installed and licensed for 8 server's (only 4 are running)

basicly when i start the server i get the all ok but when anyone try's to join we get a console error for

"[Server] INFO Exception in thread "Server thread" java.lang.OutOfMemoryError: PermGen space"
After Looking around on the internet (i came across this post " http://tinyurl.com/n5bhbgy " and used
the Command Line in the jar.conf file
I have tried it with Different PermSizes on both commands and nothing seems to be working (server starts up ok According to console log) allthough the normal error's you get pop up now and then , Multicraft Reports the server is online and then i try to join At first i used to get connection timed out but now i keep getting server closed
i have also tried using the MCP+ jar for forge 953 and still get these errors,
a copy is on pastebin
http://pastebin.com/1WbbzM5A

If you look @ line 10 on pastebin i used "XX:permSize=512m" as a java arugment

Anyone Have any luck or a working jar.conf for to fix this problem (also i dont have root access to the multi-craft demon atm (cory needs to gimme me it ) but i set my server jar directeie to the server base and uploaded the jar + jar.conf file so it should read that jar.conf file

Im going to bed Now but i will be back in the morning (8 hours form now)

If anyone has any indaction on a fix or a jar.conf i can have that works please post pack

Thanks
Zero80472 (Owner - ScotscraftMC.com (website down ATM) )
 

jmarler

New Member
Jul 29, 2019
39
0
0
I am successfully running the DW20 1.6.4 pack with the latest MCPC+ build. I am using this .jar.conf:

Code:
[config]
name = MCPC+ 1.6
source = http://ci.md-5.net/job/MCPC-Plus/162/artifact/eclipse/Forge/target/mcpc-plus-1.6.4-R2.1-forge953-B162.jar
configSource = http://www.multicraft.org/download/conf/?file=mcpc-plus-16.jar.conf

[encoding]
encode = system
decode = system

[start]
command = "{JAVA}" -server -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -XX:+UseConcMarkSweepGC -XX:+UseCMSCompactAtFullCollection -XX:+DisableExplicitGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=32 -XX:+AggressiveOpts -XX:UseSSE=4 -XX:PermSize=128m -XX:MaxPermSize=256m -Xincgc -jar "{JAR}" nogui

You will want to setup the server in Multicraft to put the .jar in the server base directory. If you don't, the server will cowardly refuse to start due to missing libraries.

You will want to go through and remove all the extra OSX metadata junk files. From the base directory of the server:

Code:
$ find ./ -type f -name "._*" -print -exec rm "{}" \;

I haven't tried using the server .jar that comes with the modpack. I run a whitelisted 1.5.2 DW20 FTB server, and I can tell you that using MCPC+ is MUCH better than the default server .jar IMHO.
 

zero80472

New Member
Jul 29, 2019
9
0
0
Thanks jmarler I got it working :p (now to the spent hours last night trying to sort this out (i gave up and made a post)

Thanks
Zero80472 (Owner - ScotscraftMC.com (website down ATM) )
 

Francis Baster

New Member
Jul 29, 2019
295
0
0
(now to the spent hours last night trying to sort this out)

I know the feeling! Spent about 12 hours last night trying to find a player's base that was crashing the server (っ-●益●)っ ,︵‿ . Ah the life of a server admin.