Issue #425 has been updated by Clément OUDOT. Status changed from Assigned to Closed Assigned to changed from Sébastien Bahloul to Clément OUDOT % Done changed from 0 to 100
Fixed in r1677 and tested. Now we have: <pre> clement@ader:~/Programmes/lsc-2.0-SNAPSHOT$ bin/lsc-agent -s agent avr. 19 14:31:54 - INFO - Hostname parameter not specified, using localhost as default value. avr. 19 14:31:54 - INFO - TCP Port parameter not specified, using 1099 as default value. avr. 19 14:31:54 - INFO - Connecting to remote engine on : service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi avr. 19 14:31:54 - INFO - Asynchronous task agent is running </pre> ---------------------------------------- Bug #425: Unable to use lsc-agent to get task status http://tools.lsc-project.org/issues/425 Author: Clément OUDOT Status: Closed Priority: Normal Assigned to: Clément OUDOT Category: Core Target version: 2.0 Problem in version: 2.0rc2 It seems the task name is not passed to the Java code: <pre> clement@ader:~/Programmes/lsc$ bin/lsc-agent -s password avr. 05 17:12:19 - INFO - Hostname parameter not specified, using localhost as default value. avr. 05 17:12:19 - INFO - TCP Port parameter not specified, using 1099 as default value. avr. 05 17:12:19 - INFO - Connecting to remote engine on : service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi avr. 05 17:12:19 - ERROR - Unknown or synchronous task name: null Last log file line: 2012/04/05 17:12:18 [lsc] Starting LSC Remote Agent </pre> But lsc-agent is able to list available tasks: <pre> clement@ader:~/Programmes/lsc$ bin/lsc-agent -l avr. 05 17:13:51 - INFO - Hostname parameter not specified, using localhost as default value. avr. 05 17:13:51 - INFO - TCP Port parameter not specified, using 1099 as default value. avr. 05 17:13:51 - INFO - Connecting to remote engine on : service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi avr. 05 17:13:51 - INFO - Available asynchronous tasks are: avr. 05 17:13:51 - INFO - - password avr. 05 17:13:51 - INFO - Available synchronous tasks are: </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

