rtt-examples-1.8.0/deployment

Hello
I have a problem with the deployment exercise. When I do the configureComponents(), I get a lot of errors.

In Task Deployer[S]. (Status of last Command : none )
(type 'ls' for context info) :configureComponents()
Got :configureComponents()
819.120 [ Info ][DeploymentComponent::configureComponents] Creating Connection DriveConnection starting from Controller.SteeringSignals :
819.120 [ Info ][DeploymentComponent::configureComponents] Creating Connection SensorValuesConnection starting from Controller.SensorValues :
819.120 [ Info ][PropertyLoader:configure] Configuring TaskContext 'Reporter' with 'reporting.cpf'.
819.120 [ ERROR ][refreshProperties] Could not find Property bool Decompose in source.
819.121 [ ERROR ][refreshProperties] Could not find Property bool Synchronize in source.
819.121 [ ERROR ][refreshProperties] Could not find Property PropertyBag ReportData in source.
819.121 [ ERROR ][DeploymentComponent::configureComponents] Failed to configure properties for component Reporter
819.121 [ Info ][DeploymentComponent::configureComponents] Re-setting activity of Reporter
819.121 [ ERROR ][ReportingComponent] No port or component configuration loaded.
819.121 [ ERROR ][ReportingComponent] Please use marshalling.loadProperties(), reportComponent() (scripting) or LoadProperties (XML) in order to fill in ReportData.
819.121 [ Info ][PropertyLoader:configure] Configuring TaskContext 'Controller' with 'controller.cpf'.
819.122 [ Info ][DeploymentComponent::configureComponents] Configured Properties of Controller from controller.cpf
819.122 [ Info ][DeploymentComponent::configureComponents] Re-setting activity of Controller
819.122 [ Info ][DeploymentComponent::configureComponents] Re-setting activity of Plant
819.122 [ ERROR ][DeploymentComponent::configureComponents] Failed to configure component Reporter
= false

Bert

_________________________________________________________________
Nieuw: onbeperkte opslagruimte in Windows Live Hotmail
http://mail.live.com

rtt-examples-1.8.0/deployment

On Wed, Aug 12, 2009 at 12:03, Bert Godon<bert_godon [..] ...> wrote:
> Hello
> I have a problem with the deployment exercise. When I do the
> configureComponents(), I get a lot of errors.
>
> In Task Deployer[S]. (Status of last Command : none )
>  (type 'ls' for context info) :configureComponents()
>       Got :configureComponents()
> 819.120 [ Info   ][DeploymentComponent::configureComponents] Creating
> Connection DriveConnection starting from Controller.SteeringSignals :
> 819.120 [ Info   ][DeploymentComponent::configureComponents] Creating
> Connection SensorValuesConnection starting from Controller.SensorValues :
> 819.120 [ Info   ][PropertyLoader:configure] Configuring TaskContext
> 'Reporter' with 'reporting.cpf'.
> 819.120 [ ERROR  ][refreshProperties] Could not find Property bool Decompose
> in source.
> 819.121 [ ERROR  ][refreshProperties] Could not find Property bool
> Synchronize in source.
> 819.121 [ ERROR  ][refreshProperties] Could not find Property PropertyBag
> ReportData in source.
> 819.121 [ ERROR  ][DeploymentComponent::configureComponents] Failed to
> configure properties for component Reporter
> 819.121 [ Info   ][DeploymentComponent::configureComponents] Re-setting
> activity of Reporter
> 819.121 [ ERROR  ][ReportingComponent] No port or component configuration
> loaded.
> 819.121 [ ERROR  ][ReportingComponent] Please use
> marshalling.loadProperties(), reportComponent() (scripting) or
> LoadProperties (XML) in order to fill in ReportData.
> 819.121 [ Info   ][PropertyLoader:configure] Configuring TaskContext
> 'Controller' with 'controller.cpf'.
> 819.122 [ Info   ][DeploymentComponent::configureComponents] Configured
> Properties of Controller from controller.cpf
> 819.122 [ Info   ][DeploymentComponent::configureComponents] Re-setting
> activity of Controller
> 819.122 [ Info   ][DeploymentComponent::configureComponents] Re-setting
> activity of Plant
> 819.122 [ ERROR  ][DeploymentComponent::configureComponents] Failed to
> configure component Reporter

Thanks for reporting this bug.

Only the Reporting component failed. It seems the exercise was not
updated to reflect the new reporting configuration.
The easiest thing to do is to remove the 'Reporter' component from the
XML file, but then you won't have any data logging.
Otherwise, consult the ReportingComponent's manual how to configure it
using XML: http://www.orocos.org/stable/documentation/ocl/v1.8.x/doc-xml/orocos-rep...
I'll prepare a new release of the rtt-examples.

Peter