[Rock-dev] Deploying an Orogen component from the OCL Deployer

Sylvain Joyeux sylvain.joyeux at dfki.de
Fri Nov 23 10:23:28 CET 2012


On 11/23/2012 07:49 AM, Charles Lesire-Cabaniols wrote:
> Hi,
>
> I have created an Orogen component and I try to deploy it with the OCL 
> Deployer.
> The component is correctly loaded, but its associated typekit is not!
>
> For instance, with the MessageProducer component (from the first Rock 
> tutorials), the deployer complains that:
>
> ~/work/rock$ deployer-gnulinux
> 0.102 [ ERROR  ][DeploymentComponent::configure] Could not load 
> library 
> '/home/lesire/work/rock/install/lib/orocos/libport_proxy-tasks-gnulinux.so':
> 0.103 [ ERROR  ][DeploymentComponent::configure] 
> /home/lesire/work/rock/install/lib/orocos/libport_proxy-tasks-gnulinux.so: 
> undefined symbol: _ZN11omni_thread6init_tD1Ev
> 0.174 [ ERROR  ][DeploymentComponent::configure] could not load 
> library 
> '/home/lesire/work/rock/install/lib/orocos/types/libmessage_producer-typekit-gnulinux.so': 
> /home/lesire/work/rock/install/lib/orocos/libport_proxy-tasks-gnulinux.so: 
> undefined symbol: _ZN11omni_thread6init_tD1Ev
>
> And then the message_procuder types and unknown.
>
> The symbol is not defined because the typekit does not link to any 
> omniorb library, which is a good thing anyway!
>
> Any idea how to fix it?
Two issues here:
  - the deployer tries to load the port_proxy tasks. Are you actually 
trying to really load it ? Can you check whether 
message_producer-tasks-gnulinux links to port_proxy-tasks-gnulinux ?
  - the port_proxy tasks should link to corba libraries because, 
unfortunately, "someone" decided to add some corba name resolution stuff 
in there (/me takes his big fluffy hammer and goes to friendly hit that 
"someone").

-- 
Sylvain Joyeux (Dr.Ing.)
Senior Researcher

Space & Security Robotics
Underwater Robotics

!!! Achtung, neue Telefonnummer!!!

Standort Bremen:
DFKI GmbH
Robotics Innovation Center
Robert-Hooke-Straße 5
28359 Bremen, Germany

Phone: +49 (0)421 178-454136
Fax:   +49 (0)421 218-454150
E-Mail: robotik at dfki.de

Weitere Informationen: http://www.dfki.de/robotik
-----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
(Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
USt-Id.Nr.:    DE 148646973
Steuernummer:  19/673/0060/3
-----------------------------------------------------------------------



More information about the Rock-dev mailing list