-
Notifications
You must be signed in to change notification settings - Fork 6
Description
no sim will be registered within the presence.
the error handler of php told me the following.
[Wed Oct 21 16:22:57.503673 2015] [:error] [pid 11892] [client XXXXX:65346] PHP Notice: Login Error: key Could not launch agent at destination. Failed to verify user presence in the grid for Test User, access denied to region sim_test1. in /$WWWPATH/login/login_to_simulator.php on line 95
[Wed Oct 21 16:22:57.503677 2015] [:error] [pid 11892] [client XXXXX:65346] PHP Stack trace:
[Wed Oct 21 16:22:57.503681 2015] [:error] [pid 11892] [client XXXXX:65346] PHP 1. {main}() /$WWWPATH/index.php:0
[Wed Oct 21 16:22:57.503685 2015] [:error] [pid 11892] [client XXXXX:65346] PHP 2. require_once() /$WWWPATH/index.php:19
[Wed Oct 21 16:22:57.503689 2015] [:error] [pid 11892] [client XXXXX:65346] PHP 3. require() /$WWWPATH/xmlrpc/xmlrpc.php:61
[Wed Oct 21 16:22:57.503693 2015] [:error] [pid 11892] [client XXXXX:65346] PHP 4. require() /$WWWPATH/xmlrpc/xmlrpc_login_to_simulator.php:13
[Wed Oct 21 16:22:57.503703 2015] [:error] [pid 11892] [client XXXXX:65346] PHP 5. LoginFailResponse($reason = 'key', $message = 'Could not launch agent at destination. Failed to verify user presence in the grid for Test User, access denied to region sim_test1.') /$WWWPATH/login/login_to_simulator.php:471
[Wed Oct 21 16:22:57.503711 2015] [:error] [pid 11892] [client XXXXX:65346] PHP 6. trigger_error('Login Error: key Could not launch agent at destination. Failed to verify user presence in the grid for Test User, access denied to region sim_test1.') /$WWWPATH/login/login_to_simulator.php:95
the sim can't be registered. got the error:
17:14:48 - [FORMS]: Error receiving response from http://XXXXX:8002/grid: The remote server returned an error: (500) Internal Server Error.. Request: SCOPEID=00000000-0000-0000-0000-000000000000®IONID=82a57dcf-fe40-44eb-aec3-575c89941e65&METHOD=get_neighbours
17:14:48 - [GRID CONNECTOR]: Exception when contacting grid server at http://XXXXX:8002/grid: The remote server returned an error: (500) Internal Server Error.
haven't found a solution yet. i'm using Apache 2.4.7 and php 5.5.9 from the official ubuntu 14.04 repository.
i hope someone can tell me how to fix that issue.