Recently I built a ace tao in suse with the official documents successfully, and the Naming service run ok, but when I started Notify service, An error was occurred,
I started the service by following way,
$TAO_ROOT/orbsvcs/Naming Service/Naming_service
$TAO_ROOT/orbsvcs/Notify Service/Notify_service
error information:
Using 1 threads for each ConsumerAdmin. pure virtual method called
terminate called without an active exception Aborted (core dumped)
ACE and TAO version is 6.1.0, anybody who can help me?
Подробности о наиболее часто используемом файле с именем «tao_notify_service.dll»
- Продукт:
- (Пустое значение)
- Компания:
- (Пустое значение)
- Описание:
- (Пустое значение)
- Версия:
- (Пустое значение)
- MD5:
- ae6e475f8ce422929dc3417f269772d3
- SHA1:
- b549a961ac323ec7178e95e04a6943d2249b7dc6
- SHA256:
- dcaaaf52ff79b959448d2b60b354a164b3a8a20fb74d656bc2d0f8af9c3f4531
- Размер:
- 32768
- Папка:
- %PROGRAMFILES%NovosoftHandy Backup 7
- ОС:
- Windows 7
- Частота:
- Низкая
Библиотека «tao_notify_service.dll» безопасная или опасная?
Последний новый вариант файла «tao_notify_service.dll» был обнаружен 3818 дн. назад. В нашей базе содержится 3 шт. вариантов файла «tao_notify_service.dll» с окончательной оценкой Безопасный и ноль вариантов с окончательной оценкой Опасный . Окончательные оценки основаны на комментариях, дате обнаружения, частоте инцидентов и результатах антивирусных проверок.

Щёлкните здесь, чтобы загрузить System Explorer.
Комментарии пользователей для «tao_notify_service.dll»
У нас пока нет комментариев пользователей к файлам с именем «tao_notify_service.dll».
Добавить комментарий для «tao_notify_service.dll»
Для добавления комментария требуется дополнительная информация об этом файле. Если вам известны размер, контрольные суммы md5/sha1/sha256 или другие атрибуты файла, который вы хотите прокомментировать, то вы можете воспользоваться расширенным поиском на главной странице .
Если подробности о файле вам неизвестны, вы можете быстро проверить этот файл с помощью нашей бесплатной утилиты. Загрузить System Explorer.
Проверьте свой ПК с помощью нашей бесплатной программы
System Explorer это наша бесплатная, удостоенная наград программа для быстрой проверки всех работающих процессов с помощью нашей базы данных. Эта программа поможет вам держать систему под контролем. Программа действительно бесплатная, без рекламы и дополнительных включений, она доступна в виде установщика и как переносное приложение. Её рекомендуют много пользователей.
Recently I built a ace tao in suse with the official documents successfully, and the Naming service run ok, but when I started Notify service, An error was occurred,
I started the service by following way,
$TAO_ROOT/orbsvcs/Naming Service/Naming_service
$TAO_ROOT/orbsvcs/Notify Service/Notify_service
error information:
Using 1 threads for each ConsumerAdmin. pure virtual method called
terminate called without an active exception Aborted (core dumped)
ACE and TAO version is 6.1.0, anybody who can help me?
Недавно я успешно создал ace tao в suse с официальными документами, и служба именования работала нормально, но когда я запустила службу уведомлений, произошла ошибка, я запустила службу следующим образом:
$TAO_ROOT/orbsvcs/Naming Service/Naming_service
$TAO_ROOT/orbsvcs/Notify Service/Notify_service
информация об ошибке:
Использование 1 темы для каждого ConsumerAdmin. чисто виртуальный метод с именем terminate, вызываемый без активного исключения Aborted (ядро сброшено)
ACE и TAO версия 6.1.0, кто-нибудь, кто может мне помочь?
2016-09-26 02:48
Implements a Thread Pool Worker Task.
More…
#include <ThreadPool_Task.h>
Inheritance diagram for TAO_Notify_ThreadPool_Task:
[legend]Collaboration diagram for TAO_Notify_ThreadPool_Task:
[legend]List of all members.
Public Member Functions |
|
| TAO_Notify_ThreadPool_Task (void) | |
| Constuctor. | |
| virtual | ~TAO_Notify_ThreadPool_Task () |
| Destructor. | |
| virtual int | init (int argc, ACE_TCHAR **argv) |
| Call the base class init. | |
| virtual int | close (u_long flags) |
| release reference to my self. | |
| void | init (const NotifyExt::ThreadPoolParams &tp_params, const TAO_Notify_AdminProperties::Ptr &admin_properties) |
| Activate the threadpool. | |
| virtual void | execute (TAO_Notify_Method_Request &method_request) |
| Queue the request. | |
| virtual void | shutdown () |
| Shutdown task. | |
| virtual void | update_qos_properties (const TAO_Notify_QoSProperties &qos_properties) |
| Update QoS Properties. | |
| virtual TAO_Notify_Timer * | timer (void) |
| The object used by clients to register timers. | |
Protected Member Functions |
|
| virtual int | svc (void) |
| Task svc. | |
Private Member Functions |
|
| virtual void | release (void) |
| Release. | |
Private Attributes |
|
| ACE_Auto_Ptr< TAO_Notify_Buffering_Strategy > | buffering_strategy_ |
| The buffering strategy to use. | |
| bool | shutdown_ |
| Shutdown. | |
| TAO_Notify_Timer_Queue::Ptr | timer_ |
| The Queue based timer. | |
Friends |
|
| class | TAO_Notify_Method_Request_Shutdown |
Detailed Description
Implements a Thread Pool Worker Task.
Definition at line 41 of file ThreadPool_Task.h.
Constructor & Destructor Documentation
Member Function Documentation
| int TAO_Notify_ThreadPool_Task::close | ( | u_long | flags | ) | [virtual] |
|
Activate the threadpool. Definition at line 40 of file ThreadPool_Task.cpp. References TAO_Notify_Refcountable::_decr_refcnt(), TAO_Notify_Refcountable::_incr_refcnt(), ACE_ASSERT, ACE_CHECK, ACE_DEBUG, ACE_NEW_THROW_EX, ACE_TEXT(), ACE_THR_PRI_OTHER_DEF, ACE_THROW, buffering_strategy_, EPERM, TAO_Singleton< TYPE, ACE_LOCK >::instance(), ACE_OS::last_error(), LM_DEBUG, LM_ERROR, TAO_Notify_AdminProperties::Ptr, ACE_Auto_Basic_Ptr< X >::reset(), and TAO_debug_level. 00042 {
00043 ACE_ASSERT (this->timer_.get() == 0);
00044
00045 TAO_Notify_Timer_Queue* timer = 0;
00046 ACE_NEW_THROW_EX (timer,
00047 TAO_Notify_Timer_Queue (),
00048 CORBA::NO_MEMORY ());
00049 ACE_CHECK;
00050 this->timer_.reset (timer);
00051
00052
00053 TAO_Notify_Buffering_Strategy* buffering_strategy = 0;
00054 ACE_NEW_THROW_EX (buffering_strategy,
00055 TAO_Notify_Buffering_Strategy (*msg_queue (), admin_properties),
00056 CORBA::NO_MEMORY ());
00057 this->buffering_strategy_.reset (buffering_strategy);
00058 ACE_CHECK;
00059
00060 long flags = THR_NEW_LWP | THR_DETACHED;
00061 CORBA::ORB_var orb =
00062 TAO_Notify_PROPERTIES::instance()->orb ();
00063
00064 flags |=
00065 orb->orb_core ()->orb_params ()->thread_creation_flags ();
00066
00067
00068
00069
00070 for ( CORBA::ULong i = 0; i < tp_params.static_threads; ++i )
00071 {
00072 this->_incr_refcnt();
00073 }
00074
00075
00076 if (this->ACE_Task <ACE_NULL_SYNCH>::activate (flags,
00077 tp_params.static_threads,
00078 0,
00079 ACE_THR_PRI_OTHER_DEF) == -1)
00080 {
00081
00082 for ( CORBA::ULong i = 0; i < tp_params.static_threads; ++i )
00083 {
00084 this->_decr_refcnt();
00085 }
00086
00087 if (TAO_debug_level > 0)
00088 {
00089 if (ACE_OS::last_error () == EPERM)
00090 ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("Insufficient privilege.n")));
00091 else
00092 ACE_DEBUG ((LM_ERROR,
00093 ACE_TEXT ("(%t) task activation at priority %d failedn")
00094 ACE_TEXT ("exiting!n%a"),
00095 tp_params.default_priority));
00096 }
00097 ACE_THROW (CORBA::BAD_PARAM ());
00098 }
00099 }
|
| int TAO_Notify_ThreadPool_Task::init | ( | int | argc, |
| ACE_TCHAR ** | argv | ||
| ) | [virtual] |
| void TAO_Notify_ThreadPool_Task::release | ( | void | ) | [private, virtual] |
| void TAO_Notify_ThreadPool_Task::shutdown | ( | ) | [virtual] |
| int TAO_Notify_ThreadPool_Task::svc | ( | void | ) | [protected, virtual] |
|
Task svc. Reimplemented from ACE_Task_Base. Definition at line 119 of file ThreadPool_Task.cpp. References ACE_ANY_EXCEPTION, ACE_CATCHANY, ACE_DEBUG, ACE_ENDTRY, ACE_ENV_SINGLE_ARG_PARAMETER, ACE_PRINT_EXCEPTION, ACE_TRY_CHECK, ACE_TRY_NEW_ENV, buffering_strategy_, ETIME, TAO_Notify_Method_Request::execute(), LM_DEBUG, ACE_Message_Block::release(), and TAO_debug_level. |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files:
- ThreadPool_Task.h
- ThreadPool_Task.cpp
Generated on Thu Nov 9 13:33:35 2006 for TAO_CosNotification by
1.3.6




