Big problem with starting up on dedicted server.

Junior Spellweaver
Joined
Sep 26, 2007
Messages
152
Reaction score
2
Hello this is what i get when i try to start server using this command.

service cabal start

Code:
Reloading GlobalDBAgent: WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Reloading DBAgent_24: WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Reloading GlobalMgrSvr: WARNING: initlog is deprecated and will be removed in a future release
                                                           [ERROR]
Reloading ChatNode_24: WARNING: initlog is deprecated and will be removed in a future release
                                                           [ERROR]
Reloading LoginSvr_01: WARNING: initlog is deprecated and will be removed in a future release
                                                           [ERROR]
Reloading CashDBAgent: WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Reloading WorldSvr_24_01: WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
 
Hello this is what i get when i try to start server using this command.

service cabal start

Code:
Reloading GlobalDBAgent: WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Reloading DBAgent_24: WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Reloading GlobalMgrSvr: WARNING: initlog is deprecated and will be removed in a future release
                                                           [ERROR]
Reloading ChatNode_24: WARNING: initlog is deprecated and will be removed in a future release
                                                           [ERROR]
Reloading LoginSvr_01: WARNING: initlog is deprecated and will be removed in a future release
                                                           [ERROR]
Reloading CashDBAgent: WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Reloading WorldSvr_24_01: WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]

It's not a problem with the Cabal server, or a real problem at all. It's just warning you that initlog has been replaced by something better, and is advising you to change to something else.

Edit: CentOS was updated, ie:why this appeared.
 
Upvote 0
now you know where to begin. ^^

locate and open their corresponding logs, check the errors, and try to figure it out,

solve them if you have the idea. anything over that, you can post here, and if

anyone knows the answer, they will reply.
 
Upvote 0
The initlog bits can be safely ignored for now as they are not a problem, the 3 processes not starting up are a problem though and as others have explained we are going to need to see some logs from the /var/log/cabal/ folder for those processes.

Most common problems are either SQL server logon related or the missing xp_md5.dll support so if you want a quick place to check i would suggest those until you see what the logs say.
 
Upvote 0
Back