Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ignore generated toc files.
[simgrid.git] / doc / gtut-files / 10-rpc.output
1 $ ./test_server & ./test_client 127.0.0.1 
2 [arthur:server:(12832) 0.000013] [test/INFO] Convert 4321 to string
3 [arthur:server:(12832) 0.000128] [test/INFO] 4321 converted to string: 4321
4 [arthur:server:(12832) 0.003889] [test/INFO] Convert 1234 to long
5 [arthur:server:(12832) 0.008356] [test/INFO] Convert azerty to long
6 [arthur:server:(12832) 0.053995] [gras_msg/INFO] Propagate local exception ('Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')') from 'convert a2i' RPC cb back to 127.0.0.1:1024
7 ** SimGrid: UNCAUGHT EXCEPTION received on arthur(12832): category: invalid_arg; value: 0
8 ** Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')
9 ** Thrown by server() in this process
10 [arthur:server:(12832) 0.054088] xbt/ex.c:113: [xbt_ex/CRITICAL] Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')
11
12 **   In server_convert_a2i_cb() at /home/mquinson/Code/simgrid-git/doc/gtut-files/test.c:48
13 **   In gras_msg_handle() at /home/mquinson/Code/simgrid-git/src/gras/Msg/gras_msg_exchange.c:400
14 **   In server() at /home/mquinson/Code/simgrid-git/doc/gtut-files/test.c:71
15 [arthur:server:(12832) 0.055022] [test/INFO] Server done
16 [arthur:server:(12832) 0.055063] [gras/INFO] Exiting GRAS
17 [arthur:client:(12837) 0.000025] [test/INFO] Ask to convert 4321
18 [arthur:client:(12837) 0.004416] [test/INFO] The server says that 4321 is equal to "4321".
19 [arthur:client:(12837) 0.004468] [test/INFO] Ask to convert 1234
20 [arthur:client:(12837) 0.008930] [test/INFO] The server says that "1234" is equal to 1234.
21 [arthur:client:(12837) 0.055412] [test/INFO] The server refuses to convert azerty. Here is the received exception:
22 ** SimGrid: UNCAUGHT EXCEPTION received on arthur(12837): category: invalid_arg; value: 0
23 ** Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')
24 ** Thrown by server() on host arthur(12832)
25 [arthur:client:(12837) 0.055505] xbt/ex.c:113: [xbt_ex/CRITICAL] Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')
26
27 **   In server_convert_a2i_cb() at /home/mquinson/Code/simgrid-git/doc/gtut-files/test.c:48
28 **   In gras_msg_handle() at /home/mquinson/Code/simgrid-git/src/gras/Msg/gras_msg_exchange.c:400
29 **   In server() at /home/mquinson/Code/simgrid-git/doc/gtut-files/test.c:71
30 [arthur:client:(12837) 0.055564] [test/INFO] Again, previous exception was excepted
31 [arthur:client:(12837) 0.056367] [test/INFO] Stopped the server
32 [arthur:client:(12837) 0.056404] [gras/INFO] Exiting GRAS
33 $
34 $ killall test_server
35 $
36 $ ./test_simulator platform.xml test.xml
37 [Boivin:client:(2) 0.000000] [test/INFO] Ask to convert 4321
38 [Jacquelin:server:(1) 0.000538] [test/INFO] Convert 4321 to string
39 [Jacquelin:server:(1) 0.000538] [test/INFO] 4321 converted to string: 4321
40 [Boivin:client:(2) 0.001077] [test/INFO] The server says that 4321 is equal to "4321".
41 [Boivin:client:(2) 0.001077] [test/INFO] Ask to convert 1234
42 [Jacquelin:server:(1) 0.001615] [test/INFO] Convert 1234 to long
43 [Boivin:client:(2) 0.002153] [test/INFO] The server says that "1234" is equal to 1234.
44 [Jacquelin:server:(1) 0.002692] [test/INFO] Convert azerty to long
45 [Jacquelin:server:(1) 0.002692] [gras_msg/INFO] Propagate local exception ('Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')') from 'convert a2i' RPC cb back to Boivin:1024
46 ** SimGrid: UNCAUGHT EXCEPTION received on Jacquelin(1): category: invalid_arg; value: 0
47 ** Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')
48 ** Thrown by server() in this process
49 [Jacquelin:server:(1) 0.002692] xbt/ex.c:113: [xbt_ex/CRITICAL] Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')
50
51 **   In server_convert_a2i_cb() at /home/mquinson/Code/simgrid-git/doc/gtut-files/test.c:48
52 **   In gras_msg_handle() at /home/mquinson/Code/simgrid-git/src/gras/Msg/gras_msg_exchange.c:400
53 **   In server() at /home/mquinson/Code/simgrid-git/doc/gtut-files/test.c:71
54 **   In xbt_ctx_sysv_stop() at /home/mquinson/Code/simgrid-git/src/xbt/xbt_context_sysv.c:257
55 **   In makecontext() at ??:0
56 **   In update_actions_state() at /home/mquinson/Code/simgrid-git/src/surf/surf_timer.c:108
57 **   In surf_solve() at /home/mquinson/Code/simgrid-git/src/surf/surf.c:543
58 **   In SIMIX_solve() at /home/mquinson/Code/simgrid-git/src/simix/smx_global.c:347
59 **   In gras_main() at /home/mquinson/Code/simgrid-git/src/gras/Virtu/sg_process.c:222
60 [Boivin:client:(2) 0.003490] [test/INFO] The server refuses to convert azerty. Here is the received exception:
61 ** SimGrid: UNCAUGHT EXCEPTION received on Boivin(2): category: invalid_arg; value: 0
62 ** Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')
63 ** Thrown by server() on host Jacquelin(1)
64 [Boivin:client:(2) 0.003490] xbt/ex.c:113: [xbt_ex/CRITICAL] Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')
65
66 **   In server_convert_a2i_cb() at /home/mquinson/Code/simgrid-git/doc/gtut-files/test.c:48
67 **   In gras_msg_handle() at /home/mquinson/Code/simgrid-git/src/gras/Msg/gras_msg_exchange.c:400
68 **   In server() at /home/mquinson/Code/simgrid-git/doc/gtut-files/test.c:71
69 **   In xbt_ctx_sysv_stop() at /home/mquinson/Code/simgrid-git/src/xbt/xbt_context_sysv.c:257
70 **   In makecontext() at ??:0
71 **   In update_actions_state() at /home/mquinson/Code/simgrid-git/src/surf/surf_timer.c:108
72 **   In surf_solve() at /home/mquinson/Code/simgrid-git/src/surf/surf.c:543
73 **   In SIMIX_solve() at /home/mquinson/Code/simgrid-git/src/simix/smx_global.c:347
74 **   In gras_main() at /home/mquinson/Code/simgrid-git/src/gras/Virtu/sg_process.c:222
75 [Boivin:client:(2) 0.003490] [test/INFO] Again, previous exception was excepted
76 [Boivin:client:(2) 0.004027] [test/INFO] Stopped the server
77 [Boivin:client:(2) 0.004027] [gras/INFO] Exiting GRAS
78 [Jacquelin:server:(1) 0.004027] [test/INFO] Server done
79 [Jacquelin:server:(1) 0.004027] [gras/INFO] Exiting GRAS
80 $