Starting Server error

Vejova

New member
Messages
16
Points
0
Location
USA
Emulator
Hercules
Hey, I need some help getting the server started.

I'm getting these errors when I try to start up my server:

[Error]: conf/import/inter-server.conf:34 - syntax error
[Warning]: Using the default user/password s1/p1 is NOT RECOMMENDED.
[Notice]: Please edit your 'login' table to create a proper inter-server user/password (gender 'S')
[Notice]: And then change the user/password to use in conf/char/char-server.conf (or conf/import/char-server.conf)
[Info]: Done reading conf/common/inter-server.conf.
[Error]: conf/import/inter-server.conf:34 - syntax error
[Info]: Connect Character DB server.... (Character Server)

Code:
: Access denied for user 'ragnarok'@'localhost' (using password: YES)
	[Debug]: at loginlog.c:97
	[SQL]: Access denied for user 'ragnarok'@'localhost' (using password: YES)
	[Debug]: at inter.c:951
	[Warning]: map_config_read: Loop detected! Skipping 'import'...
	[Warning]: Using the default user/password s1/p1 is NOT RECOMMENDED.
	[Notice]: Please edit your 'login' table to create a proper inter-server user/password (gender 'S')
	[Notice]: and then edit your user/password in conf/map-server.conf (or conf/import/map_conf.txt)
	[Warning]: Not all IP addresses in /conf/map/map-server.conf configured, auto-detecting...
	[Info]: Defaulting to *** as our IP address
	[Info]: Map Server IP Address : ***
	[Info]: Char Server IP Address : ***
	[Error]: conf/import/inter-server.conf:34 - syntax error
	[Info]: Logging item transactions to table 'picklog'.
	[Info]: Logging chat to table 'chatlog'.
	[Info]: Logging commands to table 'atcommandlog'.
	[Info]: Logging item transactions to table 'picklog'.
	[Info]: Logging chat to table 'chatlog'.
	[Info]: Logging commands to table 'atcommandlog'.
	[Info]: Connecting to the Map DB Server....
	[SQL]: Access denied for user 'ragnarok'@'localhost' (using password: YES)

I updated all of the Conf files using the ones in Github, so i'm not sure why it's saying s1/p1 or "ragnarok'@localhost. 

 
Hey, I need some help getting the server started.

I'm getting these errors when I try to start up my server:

[Error]: conf/import/inter-server.conf:34 - syntax error
[Warning]: Using the default user/password s1/p1 is NOT RECOMMENDED.
[Notice]: Please edit your 'login' table to create a proper inter-server user/password (gender 'S')
[Notice]: And then change the user/password to use in conf/char/char-server.conf (or conf/import/char-server.conf)
[Info]: Done reading conf/common/inter-server.conf.
[Error]: conf/import/inter-server.conf:34 - syntax error
[Info]: Connect Character DB server.... (Character Server)

: Access denied for user 'ragnarok'@'localhost' (using password: YES) [Debug]: at loginlog.c:97

Code:
: Access denied for user 'ragnarok'@'localhost' (using password: YES)
	[Debug]: at inter.c:951
	[Warning]: map_config_read: Loop detected! Skipping 'import'...
	[Warning]: Using the default user/password s1/p1 is NOT RECOMMENDED.
	[Notice]: Please edit your 'login' table to create a proper inter-server user/password (gender 'S')
	[Notice]: and then edit your user/password in conf/map-server.conf (or conf/import/map_conf.txt)
	[Warning]: Not all IP addresses in /conf/map/map-server.conf configured, auto-detecting...
	[Info]: Defaulting to *** as our IP address
	[Info]: Map Server IP Address : ***
	[Info]: Char Server IP Address : ***
	[Error]: conf/import/inter-server.conf:34 - syntax error
	[Info]: Logging item transactions to table 'picklog'.
	[Info]: Logging chat to table 'chatlog'.
	[Info]: Logging commands to table 'atcommandlog'.
	[Info]: Logging item transactions to table 'picklog'.
	[Info]: Logging chat to table 'chatlog'.
	[Info]: Logging commands to table 'atcommandlog'.
	[Info]: Connecting to the Map DB Server....
	[SQL]: Access denied for user 'ragnarok'@'localhost' (using password: YES)


I updated all of the Conf files using the ones in Github, so i'm not sure why it's saying s1/p1 or "ragnarok'@localhost. 




Check carefully the conf/global/sql_configuration it about your database configuration. your mysql.
You should setup your mysql username password.

 
Last edited by a moderator:
read error messages. it clearly show in what file and what line you have issues. probably you edit this files in wrong way

 
Thanks guys, I managed to figure my mess out with your suggestions. I actually had about four different things that needed fixing...

Now I can go back to trying to piece together a working pre-re client 😐

 
Back
Top