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!

help with UnityMS v28 gms getting that error?

Newbie Spellweaver
Joined
Oct 25, 2022
Messages
20
Reaction score
0
can some one help me with that error im getting from channel.bat file :
Error in channel server - help with UnityMS v28 gms getting that error? - RaGEZONE Forums


here is my channel.bat :
Echo off
@title Channel Server
Color f
set CLASSPATH=.;dist\unityms.jar;dist\mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar
java -Xmx600m -Drecvops=recvops.properties -Dsendops=sendops.properties -Dwzpath=wz\ -Dchannel.config=channel.properties -Djavax.net.ssl.keyStore=filename.keystore -Djavax.net.ssl.keyStorePassword=passwd -Djavax.net.ssl.trustStore=filename.keystore -Djavax.net.ssl.trustStorePassword=passwd net.channel.ChannelServer -Dcom.sun.management.jmxremote.port=13373 -Dcom.sun.management.jmxremote.password.file=jmxremote.password -Dcom.sun.management.jmxremote.access.file=jmxremote.access
pause
 

Attachments

You must be registered for see attachments list
Back
Top