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 error 255

Junior Spellweaver
Joined
Dec 12, 2006
Messages
101
Reaction score
2
Anyone ever had this error before?

hi im zeus - Server error 255 - RaGEZONE Forums

Used the guide from http://forum.ragezone.com/f751/release-pw144-srv-based-pw144fullserver-829149/ (Was a nice guide too)
 
Newbie Spellweaver
Joined
Jun 13, 2010
Messages
50
Reaction score
12
Check this file from authd\log4j.properties

change this:
log4j.appender.SYSLOG.SyslogHost=manager

to this:
log4j.appender.SYSLOG.SyslogHost=localhost

see if this fix the problem.
 
Upvote 0
RaGEZONER
Loyal Member
Joined
Sep 29, 2009
Messages
1,567
Reaction score
322
i put this to my help thread but as opportunity ...

i think its a hosts problem: 127.0.0.1 or 192.x.x.x manager ...like missing services

my hosts

# RageZone Perfect World aliases:
127.0.0.1 auth

127.0.0.1 aumanager
127.0.0.1 audb
127.0.0.1 manager
127.0.0.1 link1
127.0.0.1 game1
127.0.0.1 game2
127.0.0.1 game3
127.0.0.1 delivery
127.0.0.1 database
127.0.0.1 backup
127.0.0.1 gmserver
127.0.0.1 dbserver
127.0.0.1 gamedbserver
127.0.0.1 GAuth
127.0.0.1 gdelivery
127.0.0.1 GameDB
127.0.0.1 GameDBClient
127.0.0.1 providerserver6
127.0.0.1 providerserver7
127.0.0.1 providerserver8
127.0.0.1 providerserver9
127.0.0.1 linkip1
127.0.0.1 linkip2
127.0.0.1 linkip3
127.0.0.1 linkip4
 
Upvote 0
Newbie Spellweaver
Joined
Feb 9, 2012
Messages
36
Reaction score
1
I seen this error on my server. Youre host file is wrong :)

etc/hosts

my host:
127.0.0.1 localhost
127.0.0.1 server

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

# RageZone Perfect World aliases:
127.0.0.1 auth

127.0.0.1 aumanager
127.0.0.1 audb
127.0.0.1 manager
127.0.0.1 link1
127.0.0.1 game1
127.0.0.1 game2
127.0.0.1 game3
127.0.0.1 delivery
127.0.0.1 database
127.0.0.1 backup
127.0.0.1 gmserver
127.0.0.1 dbserver
127.0.0.1 gamedbserver
127.0.0.1 GAuth
127.0.0.1 gdelivery
127.0.0.1 GameDB
127.0.0.1 GameDBClient
127.0.0.1 providerserver6
127.0.0.1 providerserver7
127.0.0.1 providerserver8
127.0.0.1 providerserver9
127.0.0.1 linkip1
127.0.0.1 linkip2
127.0.0.1 linkip3
127.0.0.1 linkip4
 
Upvote 0
Back
Top