fiware - Orion goes down randomly when send entities -


i have installed orion in new machine, yum package , installing mongodb following instructions administration guide.

also, have deployed orion-instance wirecloud, , updated old orion instance 0.21 0.22.

in cases orion goes down randomly , have no idea why. version 0.21 worked perfectly, it's unstable.

i installed cron task checks if orion has pid dead, , start again, problem orion instance down 1 minute.

i send requests this:

    (curl http://my.orion.instance.es:1026/v1/updatecontext -s -s --header 'content-type: application/json' --header 'accept: application/json' -d @- | python -mjson.tool) <<eof {     "contextelements": [         {             "type": "alert",             "ispattern": "false",             "id": "myemail@dot.com",             "attributes": [             {                 "name": "alert-type",                 "type": "text",                 "value": "10020"             },{                 "name": "message",                 "type": "text",                 "value": "flooding"             },{                 "name": "status",                 "type": "text",                 "value": "100"             },{                 "name": "gateway",                 "type": "text",                 "value": "5"             }             ]         }     ],     "updateaction": "append" } eof 

and response is:

    {     "contextresponses": [         {             "contextelement": {                 "attributes": [                     {                         "name": "alert-type",                         "type": "text",                         "value": ""                     },                     {                         "name": "message",                         "type": "text",                         "value": ""                     },                     {                         "name": "status",                         "type": "text",                         "value": ""                     },                     {                         "name": "gateway",                         "type": "text",                         "value": ""                     }                 ],                 "id": "myemail@dot.com",                 "ispattern": "false",                 "type": "alert"             },             "statuscode": {                 "code": "200",                 "reasonphrase": "ok"             }         }     ] } 

and in moment, orion goes down (also happens if send update or delete).

i have ngsi2cosmos running, , show these messages (maybe problem here):

info in requests_wrappers [/root/ngsi2cosmos/requests_wrappers.py:58]:    --> put http://cosmos.lab.fi-ware.org:14000/webhdfs/v1/user/yyyyy/xxx/myemail@dot.com-alert-status-text.txt?op=create&user.name=yyyyy&data=true -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- info in requests_wrappers [/root/ngsi2cosmos/requests_wrappers.py:62]:    <-- 500 -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- debug in requests_wrappers [/root/ngsi2cosmos/requests_wrappers.py:64]:   <-- {"remoteexception":{"message":"org.apache.hadoop.hdfs.server.namenode.safemodeexception: cannot create file\/user\/yyyy\/xxx\/myemail@dot.com-alert-status-text.txt. name node in safe mode.","exception":"remoteexception","javaclassname":"org.apache.hadoop.ipc.remoteexception"}} 

how can solve issue?

edit:

echo 'db.csubs.count()' | mongo orion --quiet > 176  echo 'db.registrations.count()' | mongo orion --quiet > 0 

running contextbroker in foreground:

[root@orion-figlass ~]# service contextbroker stop stopping... contextbroker (pid  5043) running... stopping contextbroker...                                  [  ok  ] [root@orion-figlass ~]# [root@orion-figlass ~]# contextbroker -fg info@19:47:48  contextbroker.cpp[1411]: orion context broker running info@19:47:48  mongoconnectionpool.cpp[184]: successful connection database info@19:47:48  mongoconnectionpool.cpp[184]: successful connection database info@19:47:48  mongoconnectionpool.cpp[184]: successful connection database info@19:47:48  mongoconnectionpool.cpp[184]: successful connection database info@19:47:48  mongoconnectionpool.cpp[184]: successful connection database info@19:47:48  mongoconnectionpool.cpp[184]: successful connection database info@19:47:48  mongoconnectionpool.cpp[184]: successful connection database info@19:47:48  mongoconnectionpool.cpp[184]: successful connection database info@19:47:48  mongoconnectionpool.cpp[184]: successful connection database info@19:47:48  mongoconnectionpool.cpp[184]: successful connection database info@19:47:48  contextbroker.cpp[1191]: connected mongo @ localhost:orion info@19:47:48  mongoglobal.cpp[480]: database operation successful ({ conditions.type: "ontimeinterval" }) info@19:47:48  contextbroker.cpp[1499]: startup completed info@19:48:28  rest.cpp[781]: starting transaction 66.249.81.169:60928/version info@19:48:28  rest.cpp[384]: transaction ended info@19:48:28  rest.cpp[781]: starting transaction 66.249.93.161:48199/version info@19:48:28  rest.cpp[384]: transaction ended info@19:48:28  rest.cpp[781]: starting transaction 66.249.93.161:48199/favicon.ico warning@19:48:28  rest.cpp[347]: bad input (no valid 'accept-format' found) warning@19:48:28  rest.cpp[347]: bad input (no valid 'accept-format' found) warning@19:48:28  rest.cpp[827]: bad input (invalid mime-type in accept http-header) warning@19:48:28  rest.cpp[836]: bad input (error in uri parameters) info@19:48:28  rest.cpp[384]: transaction ended info@19:48:28  rest.cpp[781]: starting transaction 66.249.81.161:37559/favicon.ico warning@19:48:28  rest.cpp[347]: bad input (no valid 'accept-format' found) warning@19:48:28  rest.cpp[347]: bad input (no valid 'accept-format' found) warning@19:48:28  rest.cpp[827]: bad input (invalid mime-type in accept http-header) warning@19:48:28  rest.cpp[836]: bad input (error in uri parameters) info@19:48:28  rest.cpp[384]: transaction ended info@19:48:31  rest.cpp[781]: starting transaction 188.76.231.187:18019/version info@19:48:31  rest.cpp[384]: transaction ended info@19:48:31  rest.cpp[781]: starting transaction 188.76.231.187:18019/favicon.ico warning@19:48:31  badrequest.cpp[52]: bad input (service '/favicon.ico' not found) info@19:48:31  rest.cpp[384]: transaction ended info@19:48:34  rest.cpp[781]: starting transaction 188.76.231.187:18019/version info@19:48:34  rest.cpp[384]: transaction ended info@19:48:34  rest.cpp[781]: starting transaction 188.76.231.187:18019/favicon.ico warning@19:48:34  badrequest.cpp[52]: bad input (service '/favicon.ico' not found) info@19:48:34  rest.cpp[384]: transaction ended info@19:49:11  rest.cpp[781]: starting transaction 188.76.231.187:18019/favicon.ico warning@19:49:11  badrequest.cpp[52]: bad input (service '/favicon.ico' not found) info@19:49:11  rest.cpp[384]: transaction ended info@19:49:12  rest.cpp[781]: starting transaction 188.76.231.187:18019/version info@19:49:12  rest.cpp[384]: transaction ended info@19:49:12  rest.cpp[781]: starting transaction 188.76.231.187:18019/favicon.ico warning@19:49:12  badrequest.cpp[52]: bad input (service '/favicon.ico' not found) info@19:49:12  rest.cpp[384]: transaction ended info@19:49:53  rest.cpp[781]: starting transaction 130.206.84.11:36938/ngsi10/subscribecontext info@19:49:53  mongoglobal.cpp[1095]: database operation successful ({ query: { $or: [ { _id.id: /.*/, _id.type: "alert" } ], _id.servicepath: { $in: [ null, /^$/, /^/.*/ ] } }, orderby: { credate: 1 } }) info@19:49:53  mongoglobal.cpp[1095]: database operation successful ({ query: { $or: [ { _id.id: /.*/, _id.type: "alert" } ], _id.servicepath: { $in: [ null, /^$/, /^/.*/ ] } }, orderby: { credate: 1 } }) info@19:49:53  mongosubscribecontext.cpp[147]: database operation successful (insert { _id: objectid('559c2d6142b637df6db61746'), expiration: 1436309393, reference: "http://wirecloud.ld.testbed.fi-ware.eu:3000/callbacks/22:51:00-1:22:51:01-1", servicepath: "/#", entities: [ { id: ".*", type: "alert", ispattern: "true" } ], attrs: [], conditions: [ { type: "onchange", value: [ "alert-type", "status" ] } ], lastnotification: 1436298593, count: 1, format: "xml" }) info@19:49:53  httprequestsend.cpp[191]: starting transaction wirecloud.ld.testbed.fi-ware.eu:3000/callbacks/22:51:00-1:22:51:01-1 info@19:49:53  rest.cpp[384]: transaction ended info@19:49:53  httprequestsend.cpp[424]: notification sent wirecloud.ld.testbed.fi-ware.eu:3000/callbacks/22:51:00-1:22:51:01-1 info@19:49:53  httprequestsend.cpp[435]: transaction ended info@19:50:08  rest.cpp[781]: starting transaction 188.76.231.187:18019/version info@19:50:08  rest.cpp[384]: transaction ended info@19:50:08  rest.cpp[781]: starting transaction 188.76.231.187:18019/favicon.ico warning@19:50:08  badrequest.cpp[52]: bad input (service '/favicon.ico' not found) info@19:50:08  rest.cpp[384]: transaction ended info@19:50:26  rest.cpp[781]: starting transaction 130.206.84.11:36957/ngsi10/subscribecontext info@19:50:26  mongoglobal.cpp[1095]: database operation successful ({ query: { $or: [ { _id.id: /.*/, _id.type: "alert" } ], _id.servicepath: { $in: [ null, /^$/, /^/.*/ ] } }, orderby: { credate: 1 } }) info@19:50:26  mongoglobal.cpp[1095]: database operation successful ({ query: { $or: [ { _id.id: /.*/, _id.type: "alert" } ], _id.servicepath: { $in: [ null, /^$/, /^/.*/ ] } }, orderby: { credate: 1 } }) info@19:50:26  httprequestsend.cpp[191]: starting transaction wirecloud.ld.testbed.fi-ware.eu:3000/callbacks/22:51:34-1:22:51:34-1 info@19:50:26  mongosubscribecontext.cpp[147]: database operation successful (insert { _id: objectid('559c2d8242b637df6db61747'), expiration: 1436309426, reference: "http://wirecloud.ld.testbed.fi-ware.eu:3000/callbacks/22:51:34-1:22:51:34-1", servicepath: "/#", entities: [ { id: ".*", type: "alert", ispattern: "true" } ], attrs: [], conditions: [ { type: "onchange", value: [ "alert-type", "status" ] } ], lastnotification: 1436298626, count: 1, format: "xml" }) info@19:50:26  rest.cpp[384]: transaction ended info@19:50:27  httprequestsend.cpp[424]: notification sent wirecloud.ld.testbed.fi-ware.eu:3000/callbacks/22:51:34-1:22:51:34-1 info@19:50:27  httprequestsend.cpp[435]: transaction ended 

at moment, orion goes down:

info@19:48:28  rest.cpp[781]: starting transaction 66.249.93.161:48199/favicon.ico warning@19:48:28  rest.cpp[347]: bad input (no valid 'accept-format' found) warning@19:48:28  rest.cpp[347]: bad input (no valid 'accept-format' found) warning@19:48:28  rest.cpp[827]: bad input (invalid mime-type in accept http-header) warning@19:48:28  rest.cpp[836]: bad input (error in uri parameters) info@19:48:28  rest.cpp[384]: transaction ended info@19:48:28  rest.cpp[781]: starting transaction 66.249.81.161:37559/favicon.ico warning@19:48:28  rest.cpp[347]: bad input (no valid 'accept-format' found) warning@19:48:28  rest.cpp[347]: bad input (no valid 'accept-format' found) warning@19:48:28  rest.cpp[827]: bad input (invalid mime-type in accept http-header) warning@19:48:28  rest.cpp[836]: bad input (error in uri parameters) info@19:48:28  rest.cpp[384]: transaction ended info@19:48:31  rest.cpp[781]: starting transaction 188.76.231.187:18019/version info@19:48:31  rest.cpp[384]: transaction ended 

screenshot of /version displays uptime (before that, uptime 5 days, when start using mashup, goes wrong , orion goes down).

uptime orion /version

edit 2:

installed gdb, executed ulimit -c unlimited running contextbroker -fg shell shows more detailed errors:

info@20:21:06  httprequestsend.cpp[191]: starting transaction wirecloud.ld.testbed.fi-ware.eu:3000/callbacks/23:22:00-1:23:22:01-1 info@20:21:06  rest.cpp[384]: transaction ended info@20:21:06  httprequestsend.cpp[424]: notification sent wirecloud.ld.testbed.fi-ware.eu:3000/callbacks/22:51:34-1:22:51:34-1 info@20:21:06  httprequestsend.cpp[435]: transaction ended info@20:21:06  httprequestsend.cpp[424]: notification sent wirecloud.ld.testbed.fi-ware.eu:3000/callbacks/23:22:00-1:23:22:01-1 info@20:21:06  httprequestsend.cpp[435]: transaction ended info@20:21:06  httprequestsend.cpp[424]: notification sent api.wiim.es:80/api/v1/alert info@20:21:06  httprequestsend.cpp[435]: transaction ended *** longjmp causes uninitialized stack frame ***: contextbroker terminated ======= backtrace: ========= /lib64/libc.so.6(__fortify_fail+0x37)[0x3c5ab02527] /lib64/libc.so.6[0x3c5ab024b9] /lib64/libc.so.6(__longjmp_chk+0x33)[0x3c5ab02423] /usr/lib64/libcurl.so.4[0x3c5e20eb25] /lib64/libc.so.6[0x3c5aa326a0] /lib64/libc.so.6(nanosleep+0x2d)[0x3c5aaaca3d] /lib64/libc.so.6(sleep+0xe0)[0x3c5aaac8b0] contextbroker(main+0x90a)[0x49e5da] /lib64/libc.so.6(__libc_start_main+0xfd)[0x3c5aa1ed5d] contextbroker[0x483219] ======= memory map: ======== 00400000-00737000 r-xp 00000000 fc:01 26350                              /usr/bin/contextbroker 00937000-00941000 rw-p 00337000 fc:01 26350                              /usr/bin/contextbroker 00941000-00989000 rw-p 00000000 00:00 0 0120e000-01271000 rw-p 00000000 00:00 0                                  [heap] 34e4a00000-34e4a12000 r-xp 00000000 fc:01 53961                          /usr/lib64/libmicrohttpd.so.10.16.1 34e4a12000-34e4c12000 ---p 00012000 fc:01 53961                          /usr/lib64/libmicrohttpd.so.10.16.1 34e4c12000-34e4c13000 rw-p 00012000 fc:01 53961                          /usr/lib64/libmicrohttpd.so.10.16.1 3899200000-3899203000 r-xp 00000000 fc:01 55423                          /usr/lib64/libboost_system-mt.so.5 3899203000-3899402000 ---p 00003000 fc:01 55423                          /usr/lib64/libboost_system-mt.so.5 3899402000-3899403000 rw-p 00002000 fc:01 55423                          /usr/lib64/libboost_system-mt.so.5 389aa00000-389aa14000 r-xp 00000000 fc:01 55424                          /usr/lib64/libboost_filesystem-mt.so.5 389aa14000-389ac14000 ---p 00014000 fc:01 55424                          /usr/lib64/libboost_filesystem-mt.so.5 389ac14000-389ac15000 rw-p 00014000 fc:01 55424                          /usr/lib64/libboost_filesystem-mt.so.5 3c5a600000-3c5a620000 r-xp 00000000 fc:01 11913                          /lib64/ld-2.12.so 3c5a81f000-3c5a820000 r--p 0001f000 fc:01 11913                          /lib64/ld-2.12.so 3c5a820000-3c5a821000 rw-p 00020000 fc:01 11913                          /lib64/ld-2.12.so 3c5a821000-3c5a822000 rw-p 00000000 00:00 0 3c5aa00000-3c5ab8a000 r-xp 00000000 fc:01 32217                          /lib64/libc-2.12.so 3c5ab8a000-3c5ad8a000 ---p 0018a000 fc:01 32217                          /lib64/libc-2.12.so 3c5ad8a000-3c5ad8e000 r--p 0018a000 fc:01 32217                          /lib64/libc-2.12.so 3c5ad8e000-3c5ad8f000 rw-p 0018e000 fc:01 32217                          /lib64/libc-2.12.so 3c5ad8f000-3c5ad94000 rw-p 00000000 00:00 0 3c5ae00000-3c5ae17000 r-xp 00000000 fc:01 32221                          /lib64/libpthread-2.12.so 3c5ae17000-3c5b017000 ---p 00017000 fc:01 32221                          /lib64/libpthread-2.12.so 3c5b017000-3c5b018000 r--p 00017000 fc:01 32221                          /lib64/libpthread-2.12.so 3c5b018000-3c5b019000 rw-p 00018000 fc:01 32221                          /lib64/libpthread-2.12.so 3c5b019000-3c5b01d000 rw-p 00000000 00:00 0 3c5b200000-3c5b202000 r-xp 00000000 fc:01 60370                          /lib64/libdl-2.12.so 3c5b202000-3c5b402000 ---p 00002000 fc:01 60370                          /lib64/libdl-2.12.so 3c5b402000-3c5b403000 r--p 00002000 fc:01 60370                          /lib64/libdl-2.12.so 3c5b403000-3c5b404000 rw-p 00003000 fc:01 60370                          /lib64/libdl-2.12.so 3c5b600000-3c5b683000 r-xp 00000000 fc:01 9690                           /lib64/libm-2.12.so 3c5b683000-3c5b882000 ---p 00083000 fc:01 9690                           /lib64/libm-2.12.so 3c5b882000-3c5b883000 r--p 00082000 fc:01 9690                           /lib64/libm-2.12.so 3c5b883000-3c5b884000 rw-p 00083000 fc:01 9690                           /lib64/libm-2.12.so 3c5ba00000-3c5ba07000 r-xp 00000000 fc:01 32222                          /lib64/librt-2.12.so 3c5ba07000-3c5bc06000 ---p 00007000 fc:01 32222                          /lib64/librt-2.12.so 3c5bc06000-3c5bc07000 r--p 00006000 fc:01 32222                          /lib64/librt-2.12.so 3c5bc07000-3c5bc08000 rw-p 00007000 fc:01 32222                          /lib64/librt-2.12.so 3c5be00000-3c5be15000 r-xp 00000000 fc:01 34600                          /lib64/libz.so.1.2.3 3c5be15000-3c5c014000 ---p 00015000 fc:01 34600                          /lib64/libz.so.1.2.3 3c5c014000-3c5c015000 r--p 00014000 fc:01 34600                          /lib64/libz.so.1.2.3 3c5c015000-3c5c016000 rw-p 00015000 fc:01 34600                          /lib64/libz.so.1.2.3 3c5c200000-3c5c213000 r-xp 00000000 fc:01 9703                           /usr/lib64/libboost_thread-mt.so.5 3c5c213000-3c5c413000 ---p 00013000 fc:01 9703                           /usr/lib64/libboost_thread-mt.so.5 3c5c413000-3c5c415000 rw-p 00013000 fc:01 9703                           /usr/lib64/libboost_thread-mt.so.5 3c5c600000-3c5c61d000 r-xp 00000000 fc:01 61643                          /lib64/libselinux.so.1 3c5c61d000-3c5c81c000 ---p 0001d000 fc:01 61643                          /lib64/libselinux.so.1 3c5c81c000-3c5c81d000 r--p 0001c000 fc:01 61643                          /lib64/libselinux.so.1 3c5c81d000-3c5c81e000 rw-p 0001d000 fc:01 61643                          /lib64/libselinux.so.1 3c5c81e000-3c5c81f000 rw-p 00000000 00:00 0 3c5ca00000-3c5ca49000 r-xp 00000000 fc:01 61732                          /lib64/libldap-2.4.so.2.5.6 3c5ca49000-3c5cc48000 ---p 00049000 fc:01 61732                          /lib64/libldap-2.4.so.2.5.6 3c5cc48000-3c5cc49000 r--p 00048000 fc:01 61732                          /lib64/libldap-2.4.so.2.5.6 3c5cc49000-3c5cc4b000 rw-p 00049000 fc:01 61732                          /lib64/libldap-2.4.so.2.5.6 3c5ce00000-3c5ce16000 r-xp 00000000 fc:01 61642                          /lib64/libresolv-2.12.so 3c5ce16000-3c5d016000 ---p 00016000 fc:01 61642                          /lib64/libresolv-2.12.so 3c5d016000-3c5d017000 r--p 00016000 fc:01 61642                          /lib64/libresolv-2.12.so 3c5d017000-3c5d018000 rw-p 00017000 fc:01 61642                          /lib64/libresolv-2.12.so 3c5d018000-3c5d01a000 rw-p 00000000 00:00 0 3c5d200000-3c5d232000 r-xp 00000000 fc:01 32266                          /lib64/libidn.so.11.6.1 3c5d232000-3c5d431000 ---p 00032000 fc:01 32266                          /lib64/libidn.so.11.6.1 3c5d431000-3c5d432000 rw-p 00031000 fc:01 32266                          /lib64/libidn.so.11.6.1aborted (core dumped) 

second trace error (orion has goes down twice in period):

info@20:21:06  httprequestsend.cpp[424]: notification sent api.wiim.es:80/api/v1/alert info@20:21:06  httprequestsend.cpp[435]: transaction ended *** longjmp causes uninitialized stack frame ***: contextbroker terminated ======= backtrace: ========= /lib64/libc.so.6(__fortify_fail+0x37)[0x3c5ab02527] /lib64/libc.so.6[0x3c5ab024b9] /lib64/libc.so.6(__longjmp_chk+0x33)[0x3c5ab02423] /usr/lib64/libcurl.so.4[0x3c5e20eb25] /lib64/libc.so.6[0x3c5aa326a0] /lib64/libc.so.6(nanosleep+0x2d)[0x3c5aaaca3d] /lib64/libc.so.6(sleep+0xe0)[0x3c5aaac8b0] contextbroker(main+0x90a)[0x49e5da] /lib64/libc.so.6(__libc_start_main+0xfd)[0x3c5aa1ed5d] contextbroker[0x483219] ======= memory map: ======== 00400000-00737000 r-xp 00000000 fc:01 26350                              /usr/bin/contextbroker 00937000-00941000 rw-p 00337000 fc:01 26350                              /usr/bin/contextbroker 00941000-00989000 rw-p 00000000 00:00 0 0120e000-01271000 rw-p 00000000 00:00 0                                  [heap] 34e4a00000-34e4a12000 r-xp 00000000 fc:01 53961                          /usr/lib64/libmicrohttpd.so.10.16.1 34e4a12000-34e4c12000 ---p 00012000 fc:01 53961                          /usr/lib64/libmicrohttpd.so.10.16.1 34e4c12000-34e4c13000 rw-p 00012000 fc:01 53961                          /usr/lib64/libmicrohttpd.so.10.16.1 3899200000-3899203000 r-xp 00000000 fc:01 55423                          /usr/lib64/libboost_system-mt.so.5 3899203000-3899402000 ---p 00003000 fc:01 55423                          /usr/lib64/libboost_system-mt.so.5 3899402000-3899403000 rw-p 00002000 fc:01 55423                          /usr/lib64/libboost_system-mt.so.5 389aa00000-389aa14000 r-xp 00000000 fc:01 55424                          /usr/lib64/libboost_filesystem-mt.so.5 389aa14000-389ac14000 ---p 00014000 fc:01 55424                          /usr/lib64/libboost_filesystem-mt.so.5 389ac14000-389ac15000 rw-p 00014000 fc:01 55424                          /usr/lib64/libboost_filesystem-mt.so.5 3c5a600000-3c5a620000 r-xp 00000000 fc:01 11913                          /lib64/ld-2.12.so 3c5a81f000-3c5a820000 r--p 0001f000 fc:01 11913                          /lib64/ld-2.12.so 3c5a820000-3c5a821000 rw-p 00020000 fc:01 11913                          /lib64/ld-2.12.so 3c5a821000-3c5a822000 rw-p 00000000 00:00 0 3c5aa00000-3c5ab8a000 r-xp 00000000 fc:01 32217                          /lib64/libc-2.12.so 3c5ab8a000-3c5ad8a000 ---p 0018a000 fc:01 32217                          /lib64/libc-2.12.so 3c5ad8a000-3c5ad8e000 r--p 0018a000 fc:01 32217                          /lib64/libc-2.12.so 3c5ad8e000-3c5ad8f000 rw-p 0018e000 fc:01 32217                          /lib64/libc-2.12.so 3c5ad8f000-3c5ad94000 rw-p 00000000 00:00 0 3c5ae00000-3c5ae17000 r-xp 00000000 fc:01 32221                          /lib64/libpthread-2.12.so 3c5ae17000-3c5b017000 ---p 00017000 fc:01 32221                          /lib64/libpthread-2.12.so 3c5b017000-3c5b018000 r--p 00017000 fc:01 32221                          /lib64/libpthread-2.12.so 3c5b018000-3c5b019000 rw-p 00018000 fc:01 32221                          /lib64/libpthread-2.12.so 3c5b019000-3c5b01d000 rw-p 00000000 00:00 0 3c5b200000-3c5b202000 r-xp 00000000 fc:01 60370                          /lib64/libdl-2.12.so 3c5b202000-3c5b402000 ---p 00002000 fc:01 60370                          /lib64/libdl-2.12.so 3c5b402000-3c5b403000 r--p 00002000 fc:01 60370                          /lib64/libdl-2.12.so 3c5b403000-3c5b404000 rw-p 00003000 fc:01 60370                          /lib64/libdl-2.12.so 3c5b600000-3c5b683000 r-xp 00000000 fc:01 9690                           /lib64/libm-2.12.so 3c5b683000-3c5b882000 ---p 00083000 fc:01 9690                           /lib64/libm-2.12.so 3c5b882000-3c5b883000 r--p 00082000 fc:01 9690                           /lib64/libm-2.12.so 3c5b883000-3c5b884000 rw-p 00083000 fc:01 9690                           /lib64/libm-2.12.so 3c5ba00000-3c5ba07000 r-xp 00000000 fc:01 32222                          /lib64/librt-2.12.so 3c5ba07000-3c5bc06000 ---p 00007000 fc:01 32222                          /lib64/librt-2.12.so 3c5bc06000-3c5bc07000 r--p 00006000 fc:01 32222                          /lib64/librt-2.12.so 3c5bc07000-3c5bc08000 rw-p 00007000 fc:01 32222                          /lib64/librt-2.12.so 3c5be00000-3c5be15000 r-xp 00000000 fc:01 34600                          /lib64/libz.so.1.2.3 3c5be15000-3c5c014000 ---p 00015000 fc:01 34600                          /lib64/libz.so.1.2.3 3c5c014000-3c5c015000 r--p 00014000 fc:01 34600                          /lib64/libz.so.1.2.3 3c5c015000-3c5c016000 rw-p 00015000 fc:01 34600                          /lib64/libz.so.1.2.3 3c5c200000-3c5c213000 r-xp 00000000 fc:01 9703                           /usr/lib64/libboost_thread-mt.so.5 3c5c213000-3c5c413000 ---p 00013000 fc:01 9703                           /usr/lib64/libboost_thread-mt.so.5 3c5c413000-3c5c415000 rw-p 00013000 fc:01 9703                           /usr/lib64/libboost_thread-mt.so.5 3c5c600000-3c5c61d000 r-xp 00000000 fc:01 61643                          /lib64/libselinux.so.1 3c5c61d000-3c5c81c000 ---p 0001d000 fc:01 61643                          /lib64/libselinux.so.1 3c5c81c000-3c5c81d000 r--p 0001c000 fc:01 61643                          /lib64/libselinux.so.1 3c5c81d000-3c5c81e000 rw-p 0001d000 fc:01 61643                          /lib64/libselinux.so.1 3c5c81e000-3c5c81f000 rw-p 00000000 00:00 0 3c5ca00000-3c5ca49000 r-xp 00000000 fc:01 61732                          /lib64/libldap-2.4.so.2.5.6 3c5ca49000-3c5cc48000 ---p 00049000 fc:01 61732                          /lib64/libldap-2.4.so.2.5.6 3c5cc48000-3c5cc49000 r--p 00048000 fc:01 61732                          /lib64/libldap-2.4.so.2.5.6 3c5cc49000-3c5cc4b000 rw-p 00049000 fc:01 61732                          /lib64/libldap-2.4.so.2.5.6 3c5ce00000-3c5ce16000 r-xp 00000000 fc:01 61642                          /lib64/libresolv-2.12.so 3c5ce16000-3c5d016000 ---p 00016000 fc:01 61642                          /lib64/libresolv-2.12.so 3c5d016000-3c5d017000 r--p 00016000 fc:01 61642                          /lib64/libresolv-2.12.so 3c5d017000-3c5d018000 rw-p 00017000 fc:01 61642                          /lib64/libresolv-2.12.so 3c5d018000-3c5d01a000 rw-p 00000000 00:00 0 3c5d200000-3c5d232000 r-xp 00000000 fc:01 32266                          /lib64/libidn.so.11.6.1 3c5d232000-3c5d431000 ---p 00032000 fc:01 32266                          /lib64/libidn.so.11.6.1 3c5d431000-3c5d432000 rw-p 00031000 fc:01 32266                          /lib64/libidn.so.11.6.1aborted (core dumped) 

the cause of problem this issue has been solved in developed branch, related q&a. fix come orion 0.23.0 version.

as temporal workaround, can use ips instead of hostnames in reference field in subscriptions.


Comments

Popular posts from this blog

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

javascript - Create websocket without connecting -

android - Linear layout children not scrolling -