Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Server Start Error

Initiate Mage
Joined
Sep 18, 2013
Messages
3
Reaction score
0
E:\Allods Private Files\server\server_bin\accountServer\cfg>"C:\Program Files\Java\jdk-9.0.1/bin/java.exe" -server -XX:-OmitStackTraceInFastThrow -XX:MaxPermSize=256m -Xmx512M -Xms512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar ../../jars/accountserver.AccountServerMain.jar ../cfg/shard_local.xmlJava HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Unrecognized VM option 'CMSIncrementalMode'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

what is my problem :(

macro32 - Server Start Error - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Feb 6, 2012
Messages
41
Reaction score
5
Hello, you should change your jdk version to (JDK 7u3 x64 | JDK 7u3 x32). Jdk 9 is not support the MaxPermSize option. Support was removed in 8.0 jdk version.
 
Junior Spellweaver
Joined
Feb 21, 2013
Messages
132
Reaction score
25
Hello, you should change your jdk version to (JDK 7u3 x64 | JDK 7u3 x32). Jdk 9 is not support the MaxPermSize option. Support was removed in 8.0 jdk version.
It's already the correct version i checked
here's the log that keeps coming back
 
Junior Spellweaver
Joined
Feb 21, 2013
Messages
132
Reaction score
25
Checked the database and the plugins needed everything is fine and installed and all located in the drive with the correct versions installed. multiple tries i just don't know what exactly is causing it.. this is a weird line

[11-05 19: 54: 21,598, 17660] C3P0PooledConnectionPoolManager-Helper Thread- # 1 - WARN com.mchange.v2.resourcepool.BasicResourcePool: com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@6f6559c5 - Acquisition Attempt Failed! !! Clearing pending acquires. While attempting to acquire a new resource, we failed to acquire more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:eek:rg.postgresql.util.PSQLException: Connection refused. Check that the server name and port are correct and that the postmaster accepts TCP / IP connections.
 
Newbie Spellweaver
Joined
Feb 6, 2012
Messages
41
Reaction score
5
PSQLException: Connection refused. Check that the server name and port are correct and that the postmaster accepts TCP / IP connections.

Some config error. Check server names and ports in your config files. Are you try to launch server on local machine?
 
Banned
Banned
Joined
Sep 4, 2014
Messages
80
Reaction score
2
Hello here is your problem
E:\Allods Private you have a Space , Java hate that!
Write like that :E:\AllodsPrivate
 
Back
Top