equipes:rcln:cluster_tal:fred

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
equipes:rcln:cluster_tal:fred [2019/04/03 12:21]
rosse [Configuration]
equipes:rcln:cluster_tal:fred [2020/09/23 14:36] (Version actuelle)
Ligne 544: Ligne 544:
 ===== Testing ===== ===== Testing =====
 We first go to FRED root We first go to FRED root
 +<code>
  $ cd /opt/FRED  $ cd /opt/FRED
 +</code>
  
 And launch the boxer server And launch the boxer server
- $ sh launchboxerserver+<code> $ sh launchboxerserver </code>
  
 We get a permission error, so we add execution attribute for both files We get a permission error, so we add execution attribute for both files
 +<code>
  $ sudo chmod a+x BoxerServer/candc/bin/soap_client   $ sudo chmod a+x BoxerServer/candc/bin/soap_client 
  $ sudo chmod a+x BoxerServer/candc/bin/soap_server  $ sudo chmod a+x BoxerServer/candc/bin/soap_server
 +</code>
  
 And we get more errors: And we get more errors:
 +<code>
  $ sh launchboxerserver  $ sh launchboxerserver
  /opt/FRED/BoxerServer/candc/bin/soap_server: 1: /opt/FRED/BoxerServer/candc/bin/soap_server: Syntax error: "(" unexpected  /opt/FRED/BoxerServer/candc/bin/soap_server: 1: /opt/FRED/BoxerServer/candc/bin/soap_server: Syntax error: "(" unexpected
Ligne 561: Ligne 566:
  /opt/FRED/BoxerServer/candc/bin/soap_client: 1: /opt/FRED/BoxerServer/candc/bin/soap_client: Syntax error: word unexpected (expecting ")")  /opt/FRED/BoxerServer/candc/bin/soap_client: 1: /opt/FRED/BoxerServer/candc/bin/soap_client: Syntax error: word unexpected (expecting ")")
  ERROR: file /tmp/boxer.ccg does not exist  ERROR: file /tmp/boxer.ccg does not exist
 +</code>
  
-''TODO'': recompile soap clients and server paying attention to parenthesis...+**TODO**: recompile soap clients and server paying attention to parenthesis...
  
  • Dernière modification: il y a 5 ans