Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

CIAO example: DevGuide Messenger doesn't deploy correctly #106

Open
wanglzh opened this issue Oct 29, 2019 · 5 comments
Open

CIAO example: DevGuide Messenger doesn't deploy correctly #106

wanglzh opened this issue Oct 29, 2019 · 5 comments

Comments

@wanglzh
Copy link

wanglzh commented Oct 29, 2019

Version

The version of CIAO, ACE, and TAO you are using
CIAO:1.3.8
ACE:6.5.5
TAO:2.5.5

Host machine and operating system

Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
ubuntu 18.04

Target machine and operating system (if different from host)

Compiler name and version (including patch level)

g++ 7.4.0

The $ACE_ROOT/ace/config.h file

#include "ace/config-linux.h"

If you use a link to a platform-specific file, simply state which one

The $ACE_ROOT/include/makeinclude/platform_macros.GNU file

include ${ACE_ROOT}/include/makeinclude/platform_linux.GNU
if you use a link to a platform-specific file, simply state which one (unless this isn't used in this case, e.g., with Microsoft Visual C++)

Contents of $ACE_ROOT/bin/MakeProjectCreator/config/default.features

xerces3 =1
zlib =1
boost=1

Used by MPC when you generate your own makefiles

AREA/CLASS/EXAMPLE AFFECTED:

What example failed? What module failed to compile?

The problem effects:

Does it affect compilation, linking, or execution. Please indicate whether ACE/TAO, your application, or both are affected.

Synopsis

Brief description of the problem

Description

EXECUTION failed:
run $CIAO_ROOT/examples/DevGuideExamples/Messenger/descriptors/run_test.pl:
(25251|139770801102720) [LM_ERROR] - 09:43:44.615747 - Plan_Launcher::teardown_plan - Application Teardown failed, exception: Caught CORBA exception while invoking destroyApplication: system exception, ID 'IDL:omg.org/CORBA/UNKNOWN:1.0'
Unknown vendor minor code id (0), minor code = 0, completed = YES

Repeat by

What you did to get the error; include test program or session transcript if at all possible.

Sample fix/ workaround

If available

@jwillemsen
Copy link
Member

Try to set the CIAO_LOG_LEVEL and DANCE_LOG_LEVEL to 10 and see what the output is.

@wanglzh
Copy link
Author

wanglzh commented Oct 29, 2019

The log file content is as below, do you have an idea about this? Thanks !

(31843|140319616870208) [LM_DEBUG] - 15:42:57.018648 - Container_Handler_i::configure - Received 3 properties for configuration
(31843|140319616870208) [LM_DEBUG] - 15:42:57.018648 - Container_Handler_i::configure - Received 3 properties for configuration
(31842|139915489523520) [LM_DEBUG] - 15:42:57.018644 - Container_Handler_i::configure - Received 3 properties for configuration
(31840|140457823663936) [LM_DEBUG] - 15:42:57.018717 - Container_Handler_i::configure - Received 3 properties for configuration
(31843|140319616870208) [LM_DEBUG] - 15:42:57.018800 - Container_Handler_i::install_instance - Creating session container with id <>
(31842|139915489523520) [LM_DEBUG] - 15:42:57.018800 - Container_Handler_i::install_instance - Creating session container with id <>
(31840|140457823663936) [LM_DEBUG] - 15:42:57.018818 - Container_Handler_i::install_instance - Creating session container with id <>
(31843|140319616870208) [LM_DEBUG] - 15:42:57.018825 - Container_Handler_i::install_instance - Container <> successfully created
(31842|139915489523520) [LM_DEBUG] - 15:42:57.018830 - Container_Handler_i::install_instance - Container <> successfully created
(31840|140457823663936) [LM_DEBUG] - 15:42:57.018843 - Container_Handler_i::install_instance - Container <> successfully created
(31843|140319616870208) [LM_TRACE] - 15:42:57.018847 - Container_i::init - Initializing a container with name <>
(31842|139915489523520) [LM_TRACE] - 15:42:57.018850 - Container_i::init - Initializing a container with name <>
(31840|140457823663936) [LM_TRACE] - 15:42:57.018861 - Container_i::init - Initializing a container with name <>
(31842|139915489523520) [LM_DEBUG] - 15:42:57.019042 - Container_Handler_i::install_instance - Container <> successfully initialized
(31843|140319616870208) [LM_DEBUG] - 15:42:57.019043 - Container_Handler_i::install_instance - Container <> successfully initialized
(31840|140457823663936) [LM_DEBUG] - 15:42:57.019049 - Container_Handler_i::install_instance - Container <> successfully initialized
(31841|139728470824768) [LM_DEBUG] - 15:42:57.019354 - Container_Handler_i::configure - Received 3 properties for configuration
(31841|139728470824768) [LM_DEBUG] - 15:42:57.019461 - Container_Handler_i::install_instance - Creating session container with id <>
(31841|139728470824768) [LM_DEBUG] - 15:42:57.019484 - Container_Handler_i::install_instance - Container <> successfully created
(31841|139728470824768) [LM_TRACE] - 15:42:57.019504 - Container_i::init - Initializing a container with name <>
(31841|139728470824768) [LM_DEBUG] - 15:42:57.019696 - Container_Handler_i::install_instance - Container <> successfully initialized
(31844|140179070885760) [LM_ERROR] - 15:42:58.799644 - Plan_Launcher::teardown_plan - Application Teardown failed, exception: Caught CORBA exception while invoking destroyApplication: system exception, ID 'IDL:omg.org/CORBA/UNKNOWN:1.0'
Unknown vendor minor code id (0), minor code = 0, completed = YES

@jwillemsen jwillemsen changed the title CIAO example: Messenger can't work CIAO example: DevGuide Messenger can't work Oct 29, 2019
@jwillemsen
Copy link
Member

Looks this example is broken for some time, see http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=3973. See https://github.com/DOCGroup/CIAO/blob/master/bin/ciao_tests.lst for the list of tests we execute as part of the automated builds, please use another example to start with.

@wanglzh
Copy link
Author

wanglzh commented Oct 29, 2019

OK, thanks for your quick reply !

@jwillemsen jwillemsen changed the title CIAO example: DevGuide Messenger can't work CIAO example: DevGuide Messenger doesn't deploy correctly Oct 29, 2019
@jwillemsen
Copy link
Member

When you are interested in LwCCM maybe have a look at AXCIOMA, much easier to use API

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants