Deployer-xenomai : [ ERROR ][TypekitRepository::Import] A protocol with id 1 was already added for type /std/string

Dear Sirs,

I am using orocos toolchain 2.3.1.
I prepared a startup.ops file to configure and start my components.

Every things works fine, but loking at the orocos.log I find the following errors:

0.232 [ Info ][TypekitRepository::Import] TypeInfo for type '/std/string' already exists as 'string': I'll alias the original and install the new instance.
0.233 [ ERROR ][TypekitRepository::Import] A protocol with id 1 was already added for type /std/string
0.233 [ Info ][TypekitRepository::Import] Registered new 'CORBA' transport for /std/string
0.233 [ Info ][TypekitRepository::Import] TypeInfo for type '/std/vector<double>' already exists as 'array': I'll alias the original and install the new instance.
0.233 [ ERROR ][TypekitRepository::Import] A protocol with id 1 was already added for type /std/vector<double>

What does this errors means.
I dont' reealize to have redefined string or vector double in my user data types.

Can you help me the reason of these errors?

Thank you.

G. Rizzi

Re: Deployer-xenomai : [ ERROR ][TypekitRepository::Import]

gprizzi wrote:
Dear Sirs,

 I am using orocos toolchain 2.3.1.
 I prepared a startup.ops file to configure and start my components.

 Every things works fine, but loking at the orocos.log I find the following errors:
0.232 [ Info ][TypekitRepository::Import] TypeInfo for type '/std/string' already exists as 'string': I'll alias the original and install the new instance. 0.233 [ ERROR ][TypekitRepository::Import] A protocol with id 1 was already added for type /std/string 0.233 [ Info ][TypekitRepository::Import] Registered new 'CORBA' transport for /std/string 0.233 [ Info ][TypekitRepository::Import] TypeInfo for type '/std/vector<double>' already exists as 'array': I'll alias the original and install the new instance. 0.233 [ ERROR ][TypekitRepository::Import] A protocol with id 1 was already added for type /std/vector<double>

What does this errors means. I dont' reealize to have redefined string or vector double in my user data types.

Can you help me the reason of these errors?

Thank you.

G. Rizzi

 
Did you solve your problem? I have the same problem now.

Thanks, Luca