My issues so far.
Added by Lunchbox about 5 years ago
Hoping someone can help me with this. Would be on irc but a Im a bit busy, and cant stay up to 3 am every night to get help from some of ya :).
1:Service starting order, seems everyone has there own order and so far none have worked for me. Could be services have had a habit of crashing out on me :), or that the web side of it isnt working right.
2:According to the web panel the dynamic scenario service is supposed to be running but there are no cfg files for it.
3:Web set up, I have the admin side of it working, but how is the login/tools/ring supposed to be set up.
4:Right now when connecting with the client I get a cannot connect error code 1 error, is that web related or service related.
Also for those that ran into issues with invalid cookie seems changing the hardcoded address in the client source fixes this believe its http_config.cpp file. Im sure I can come up with other issues but these are the most prominent right now.
Replies (3)
RE: My issues so far. - Added by Lunchbox about 5 years ago
Also with these services running in this order backup
unified
naming
welcome
admin
egs
ai
fs
ios
gpms
tick
mirror
I get in some of there windows a cannot connect server must be offline response while some are working fine(assume because those are on a local loop). At the same time the admin panel is giving me this error Can't connect to the callback server 'open:46700' (0: php_network_getaddresses: getaddrinfo failed: No such host is known. ). Probably because the services arent talking right?
RE: My issues so far. - Added by Nerocon about 5 years ago
Can't speak for most of your issues, but to fix the "Can't connect to the callback server 'open:46700'" You need to update the value of domain_as_host in nel_tool database to the address of your web server.
RE: My issues so far. - Added by TomH about 5 years ago
Nerocon is correct, re-read the instruction to get the open:46700 working.
Now for the execution order, this is how the bat starts in windows.
@echo off REM This script will start all the services with good parameters REM set MODE=Debug set MODE=Release rem AS start %MODE%\*ryzom_admin_service.exe* --fulladminname=admin_executor_service --shortadminname=AES rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem bms_master start %MODE%\*backup_service* --writepid -P49990 rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem egs start %MODE%\*entities_game_service* --writepid rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem gpms start %MODE%\*gpm_service* --writepid rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem ios start %MODE%\*input_output_service* --writepid rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem rns start %MODE%\*ryzom_naming_service* --writepid rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem rws start %MODE%\*ryzom_welcome_service* --writepid rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem ts start %MODE%\*tick_service* --writepid rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem ms start %MODE%\*mirror_service* --writepid rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem ais_newbyland start %MODE%\*ai_service* --writepid -mCommon:Newbieland:Post rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem mfs start %MODE%\*mail_forum_service* --writepid rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem su start %MODE%\*shard_unifier_service* --writepid rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem fes start %MODE%\*frontend_service* --writepid rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem sbs start %MODE%\*session_browser_server* --writepid rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem lgs start %MODE%\*logger_service* --writepid rem wait 2s (yes, i didn't find a better way to wait N seconds) ping -n 2 127.0.0.1 > NUL 2>&1 rem ras start %MODE%\*ryzom_admin_service* --fulladminname=admin_service --shortadminname=AS --writepid
Yes it does show the message saying it can't connect, but once all the other windows are open the problem fixes itself.
(1-3/3)