You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by "Bhagi Raj Limbu (Jira)" <ji...@apache.org> on 2019/10/22 15:18:00 UTC

[jira] [Comment Edited] (UNOMI-253) Can't create segments

    [ https://issues.apache.org/jira/browse/UNOMI-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16957157#comment-16957157 ] 

Bhagi Raj Limbu edited comment on UNOMI-253 at 10/22/19 3:17 PM:
-----------------------------------------------------------------

Thanks for your quick reponse. Early on, I thought it might cause by corporate netowrk security and did test again Apache Unomi 1.4.0 in my personal macbook at home. However, the results are same. It returns empty segment list. I check log files in Karaf and ElasticSearch in my personal macbook. There are no error message instead implement successfully.

ElasticSearch Log
{code:java}
[2019-10-22T22:46:02,953][INFO ][o.e.n.Node               ] [] initializing ...
[2019-10-22T22:46:03,129][INFO ][o.e.e.NodeEnvironment    ] [uv9qlXf] using [1] data paths, mounts [[/ (/dev/disk1s2)]], net usable_space [180.8gb], net total_space [232gb], spins? [unknown], types [hfs]
[2019-10-22T22:46:03,130][INFO ][o.e.e.NodeEnvironment    ] [uv9qlXf] heap size [1.9gb], compressed ordinary object pointers [true]
[2019-10-22T22:46:03,202][INFO ][o.e.n.Node               ] node name [uv9qlXf] derived from node ID [uv9qlXfZS9CagPfQiKAz1Q]; set [node.name] to override
[2019-10-22T22:46:03,203][INFO ][o.e.n.Node               ] version[5.6.3], pid[742], build[1a2f265/2017-10-06T20:33:39.012Z], OS[Mac OS X/10.14.1/x86_64], JVM[AdoptOpenJDK/OpenJDK 64-Bit Server VM/1.8.0_222/25.222-b10]
[2019-10-22T22:46:03,204][INFO ][o.e.n.Node               ] JVM arguments [-Xms2g, -Xmx2g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djdk.io.permissionsUseCanonicalPath=true, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j.skipJansi=true, -XX:+HeapDumpOnOutOfMemoryError, -Des.path.home=/Users/bhagi/elasticsearch/es-5.6.3]
[2019-10-22T22:46:04,711][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [aggs-matrix-stats]
[2019-10-22T22:46:04,711][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [ingest-common]
[2019-10-22T22:46:04,712][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [lang-expression]
[2019-10-22T22:46:04,712][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [lang-groovy]
[2019-10-22T22:46:04,712][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [lang-mustache]
[2019-10-22T22:46:04,713][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [lang-painless]
[2019-10-22T22:46:04,713][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [parent-join]
[2019-10-22T22:46:04,713][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [percolator]
[2019-10-22T22:46:04,714][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [reindex]
[2019-10-22T22:46:04,714][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [transport-netty3]
[2019-10-22T22:46:04,714][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [transport-netty4]
[2019-10-22T22:46:04,715][INFO ][o.e.p.PluginsService     ] [uv9qlXf] no plugins loaded
[2019-10-22T22:46:06,966][INFO ][o.e.d.DiscoveryModule    ] [uv9qlXf] using discovery type [zen]
[2019-10-22T22:46:07,999][INFO ][o.e.n.Node               ] initialized
[2019-10-22T22:46:07,999][INFO ][o.e.n.Node               ] [uv9qlXf] starting ...
[2019-10-22T22:46:13,288][INFO ][o.e.t.TransportService   ] [uv9qlXf] publish_address {127.0.0.1:9300}, bound_addresses {[fe80::1]:9300}, {[::1]:9300}, {127.0.0.1:9300}
[2019-10-22T22:46:16,371][INFO ][o.e.c.s.ClusterService   ] [uv9qlXf] new_master {uv9qlXf}{uv9qlXfZS9CagPfQiKAz1Q}{rfn0AeBjS5afz0h0Zx4B-A}{127.0.0.1}{127.0.0.1:9300}, reason: zen-disco-elected-as-master ([0] nodes joined)
[2019-10-22T22:46:16,421][INFO ][o.e.h.n.Netty4HttpServerTransport] [uv9qlXf] publish_address {127.0.0.1:9200}, bound_addresses {[fe80::1]:9200}, {[::1]:9200}, {127.0.0.1:9200}
[2019-10-22T22:46:16,422][INFO ][o.e.n.Node               ] [uv9qlXf] started
[2019-10-22T22:46:16,766][INFO ][o.e.g.GatewayService     ] [uv9qlXf] recovered [3] indices into cluster_state
[2019-10-22T22:46:17,607][INFO ][o.e.c.r.a.AllocationService] [uv9qlXf] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[context][4], [context][1]] ...]).
[2019-10-22T22:54:52,199][INFO ][o.e.c.m.MetaDataMappingService] [uv9qlXf] [context/TW1L-ZDEQvagfxvMqWucJw] create_mapping [segments]
{code}
and Karaf log just execute script on console:
{code:java}
2019-10-22T22:47:59,667 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-lists-extension-rest-cxf1948962547,type=Bus,instance.id=1948962547: javax.management.modelmbean.RequiredModelMBean@543842ae
2019-10-22T22:47:59,668 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registered org.apache.cxf:bus.id=org.apache.unomi.cxs-lists-extension-rest-cxf1948962547,type=Bus,instance.id=1948962547
2019-10-22T22:47:59,673 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-lists-extension-rest-cxf1948962547,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=1376623218: org.apache.cxf.bus.managers.WorkQueueManagerImplMBeanWrapper@641a81f7
2019-10-22T22:47:59,675 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-lists-extension-rest-cxf1948962547,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=1376623218: javax.management.modelmbean.RequiredModelMBean@1aeb5732
2019-10-22T22:47:59,676 | INFO  | Blueprint Extender: 1 | CampaignsServiceEndPoint         | 179 - org.apache.unomi.rest - 1.4.0 | Initializing campaigns service endpoint...
2019-10-22T22:47:59,678 | INFO  | Blueprint Extender: 1 | RulesServiceEndPoint             | 179 - org.apache.unomi.rest - 1.4.0 | Initializing rule service endpoint...
2019-10-22T22:47:59,681 | INFO  | Blueprint Extender: 1 | ProfileServiceEndPoint           | 179 - org.apache.unomi.rest - 1.4.0 | Initializing profile service endpoint...
2019-10-22T22:47:59,686 | INFO  | Blueprint Extender: 1 | ClusterServiceEndPoint           | 179 - org.apache.unomi.rest - 1.4.0 | Initializing cluster service endpoint...
2019-10-22T22:47:59,713 | INFO  | Blueprint Extender: 2 | PrivacyServiceImpl               | 170 - org.apache.unomi.cxs-privacy-extension-services - 1.4.0 | Initializing privacy service...
2019-10-22T22:47:59,727 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus,instance.id=993236705: org.apache.cxf.bus.ManagedBus@4ffd4123
2019-10-22T22:47:59,729 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus,instance.id=993236705: javax.management.modelmbean.RequiredModelMBean@6a479410
2019-10-22T22:47:59,729 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registered org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus,instance.id=993236705
2019-10-22T22:47:59,730 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=624942575: org.apache.cxf.bus.managers.WorkQueueManagerImplMBeanWrapper@21cd337
2019-10-22T22:47:59,732 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=624942575: javax.management.modelmbean.RequiredModelMBean@274d7e0e
2019-10-22T22:47:59,769 | INFO  | Blueprint Extender: 2 | ImportConfigurationServiceImpl   | 183 - org.apache.unomi.router-service - 1.4.0 | Initializing import configuration service...
2019-10-22T22:47:59,771 | INFO  | Blueprint Extender: 2 | AbstractConfigurationServiceImpl | 183 - org.apache.unomi.router-service - 1.4.0 | Configuration service initialized.
2019-10-22T22:47:59,784 | INFO  | Blueprint Extender: 2 | ExportConfigurationServiceImpl   | 183 - org.apache.unomi.router-service - 1.4.0 | Initializing export configuration service...
2019-10-22T22:47:59,785 | INFO  | Blueprint Extender: 2 | AbstractConfigurationServiceImpl | 183 - org.apache.unomi.router-service - 1.4.0 | Configuration service initialized.
2019-10-22T22:47:59,788 | INFO  | Blueprint Extender: 2 | AbstractCustomServiceImpl        | 183 - org.apache.unomi.router-service - 1.4.0 | Import configuration service initialized.
2019-10-22T22:47:59,796 | INFO  | Blueprint Extender: 2 | AbstractCustomServiceImpl        | 183 - org.apache.unomi.router-service - 1.4.0 | Import configuration service initialized.
2019-10-22T22:47:59,826 | INFO  | Blueprint Extender: 2 | GeonamesEndPoint                 | 164 - org.apache.unomi.cxs-geonames-rest - 1.4.0 | Initializing geonames service endpoint...
2019-10-22T22:47:59,893 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,type=Bus,instance.id=1043390143: org.apache.cxf.bus.ManagedBus@61b18bd
2019-10-22T22:47:59,899 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,type=Bus,instance.id=1043390143: javax.management.modelmbean.RequiredModelMBean@536f35da
2019-10-22T22:47:59,900 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registered org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,type=Bus,instance.id=1043390143
2019-10-22T22:47:59,901 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=1476657307: org.apache.cxf.bus.managers.WorkQueueManagerImplMBeanWrapper@60f9e802
2019-10-22T22:47:59,903 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=1476657307: javax.management.modelmbean.RequiredModelMBean@3e79ca50
2019-10-22T22:48:00,028 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /segments
2019-10-22T22:48:00,030 | INFO  | Blueprint Extender: 3 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /lists
2019-10-22T22:48:00,030 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}SegmentServiceEndPoint",port="SegmentServiceEndPoint",instance.id=1055565907: org.apache.cxf.endpoint.ManagedEndpoint@15c049a9
2019-10-22T22:48:00,031 | INFO  | Blueprint Extender: 2 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /geonames
2019-10-22T22:48:00,031 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-lists-extension-rest-cxf1948962547,type=Bus.Service.Endpoint,service="{http://rest.lists.unomi.apache.org/}UserListServiceEndPoint",port="UserListServiceEndPoint",instance.id=2105016367: org.apache.cxf.endpoint.ManagedEndpoint@1258b457
2019-10-22T22:48:00,032 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,type=Bus.Service.Endpoint,service="{http://rest.geonames.unomi.apache.org/}GeonamesEndPoint",port="GeonamesEndPoint",instance.id=1639929947: org.apache.cxf.endpoint.ManagedEndpoint@164ef6c8
2019-10-22T22:48:00,035 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}SegmentServiceEndPoint",port="SegmentServiceEndPoint",instance.id=1055565907: javax.management.modelmbean.RequiredModelMBean@446a1209
2019-10-22T22:48:00,038 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-lists-extension-rest-cxf1948962547,type=Bus.Service.Endpoint,service="{http://rest.lists.unomi.apache.org/}UserListServiceEndPoint",port="UserListServiceEndPoint",instance.id=2105016367: javax.management.modelmbean.RequiredModelMBean@314043f4
2019-10-22T22:48:00,039 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,type=Bus.Service.Endpoint,service="{http://rest.geonames.unomi.apache.org/}GeonamesEndPoint",port="GeonamesEndPoint",instance.id=1639929947: javax.management.modelmbean.RequiredModelMBean@4009bf3
2019-10-22T22:48:00,170 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /userList
2019-10-22T22:48:00,170 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}UserListServiceEndPoint",port="UserListServiceEndPoint",instance.id=158080357: org.apache.cxf.endpoint.ManagedEndpoint@178e98b2
2019-10-22T22:48:00,175 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}UserListServiceEndPoint",port="UserListServiceEndPoint",instance.id=158080357: javax.management.modelmbean.RequiredModelMBean@33bdde1f
2019-10-22T22:48:00,192 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,type=Bus,instance.id=2145917303: org.apache.cxf.bus.ManagedBus@17d8fbcc
2019-10-22T22:48:00,193 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,type=Bus,instance.id=2145917303: javax.management.modelmbean.RequiredModelMBean@2c911cb9
2019-10-22T22:48:00,194 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registered org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,type=Bus,instance.id=2145917303
2019-10-22T22:48:00,209 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=2071637072: org.apache.cxf.bus.managers.WorkQueueManagerImplMBeanWrapper@446631e9
2019-10-22T22:48:00,210 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=2071637072: javax.management.modelmbean.RequiredModelMBean@14b0b432
2019-10-22T22:48:00,221 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /scoring
2019-10-22T22:48:00,226 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}ScoringServiceEndPoint",port="ScoringServiceEndPoint",instance.id=1875513616: org.apache.cxf.endpoint.ManagedEndpoint@133bf19d
2019-10-22T22:48:00,227 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}ScoringServiceEndPoint",port="ScoringServiceEndPoint",instance.id=1875513616: javax.management.modelmbean.RequiredModelMBean@3d0e3cc3
2019-10-22T22:48:00,238 | INFO  | Blueprint Extender: 2 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /privacy
2019-10-22T22:48:00,239 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,type=Bus.Service.Endpoint,service="{http://rest.privacy.unomi.apache.org/}PrivacyServiceEndPoint",port="PrivacyServiceEndPoint",instance.id=1684989721: org.apache.cxf.endpoint.ManagedEndpoint@482f4930
2019-10-22T22:48:00,241 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,type=Bus.Service.Endpoint,service="{http://rest.privacy.unomi.apache.org/}PrivacyServiceEndPoint",port="PrivacyServiceEndPoint",instance.id=1684989721: javax.management.modelmbean.RequiredModelMBean@370c1c58
2019-10-22T22:48:00,252 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /definitions
2019-10-22T22:48:00,253 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}DefinitionsServiceEndPoint",port="DefinitionsServiceEndPoint",instance.id=2012895592: org.apache.cxf.endpoint.ManagedEndpoint@7dd914bc
2019-10-22T22:48:00,256 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}DefinitionsServiceEndPoint",port="DefinitionsServiceEndPoint",instance.id=2012895592: javax.management.modelmbean.RequiredModelMBean@b6fb7e3
2019-10-22T22:48:00,291 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /goals
2019-10-22T22:48:00,297 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}GoalsServiceEndPoint",port="GoalsServiceEndPoint",instance.id=1290090151: org.apache.cxf.endpoint.ManagedEndpoint@1a0dba63
2019-10-22T22:48:00,299 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}GoalsServiceEndPoint",port="GoalsServiceEndPoint",instance.id=1290090151: javax.management.modelmbean.RequiredModelMBean@16661942
2019-10-22T22:48:00,310 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /campaigns
2019-10-22T22:48:00,311 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}CampaignsServiceEndPoint",port="CampaignsServiceEndPoint",instance.id=961826629: org.apache.cxf.endpoint.ManagedEndpoint@2b953f91
2019-10-22T22:48:00,312 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}CampaignsServiceEndPoint",port="CampaignsServiceEndPoint",instance.id=961826629: javax.management.modelmbean.RequiredModelMBean@edef8f5
2019-10-22T22:48:00,343 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /rules
2019-10-22T22:48:00,347 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}RulesServiceEndPoint",port="RulesServiceEndPoint",instance.id=1658446807: org.apache.cxf.endpoint.ManagedEndpoint@27fdb57
2019-10-22T22:48:00,348 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}RulesServiceEndPoint",port="RulesServiceEndPoint",instance.id=1658446807: javax.management.modelmbean.RequiredModelMBean@77a61dda
2019-10-22T22:48:00,351 | INFO  | Blueprint Extender: 3 | ServletContainerInitializerScanner | 256 - org.ops4j.pax.web.pax-web-api - 6.0.11 | will add org.apache.jasper.servlet.JasperInitializer to ServletContainerInitializers
2019-10-22T22:48:00,352 | INFO  | Blueprint Extender: 3 | ServletContainerInitializerScanner | 256 - org.ops4j.pax.web.pax-web-api - 6.0.11 | Skipt org.apache.jasper.servlet.JasperInitializer, because specialized handler will be present
2019-10-22T22:48:00,353 | INFO  | Blueprint Extender: 3 | ServletContainerInitializerScanner | 256 - org.ops4j.pax.web.pax-web-api - 6.0.11 | will add org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer to ServletContainerInitializers
2019-10-22T22:48:00,366 | WARN  | Blueprint Extender: 3 | ServletContainerInitializerScanner | 256 - org.ops4j.pax.web.pax-web-api - 6.0.11 | failed to parse and instantiate of javax.servlet.ServletContainerInitializer in classpath
2019-10-22T22:48:00,370 | INFO  | Blueprint Extender: 3 | HttpServiceContext               | 261 - org.ops4j.pax.web.pax-web-jetty - 6.0.11 | registering context DefaultHttpContext [bundle=org.apache.unomi.wab [187], contextID=default], with context-name: 
2019-10-22T22:48:00,371 | INFO  | Blueprint Extender: 3 | HttpServiceContext               | 261 - org.ops4j.pax.web.pax-web-jetty - 6.0.11 | registering JasperInitializer
2019-10-22T22:48:00,391 | INFO  | Blueprint Extender: 3 | ContextServlet                   | 187 - org.apache.unomi.wab - 1.4.0 | ContextServlet initialized.
2019-10-22T22:48:00,392 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /profiles
2019-10-22T22:48:00,393 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}ProfileServiceEndPoint",port="ProfileServiceEndPoint",instance.id=1448402842: org.apache.cxf.endpoint.ManagedEndpoint@7a681363
2019-10-22T22:48:00,394 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}ProfileServiceEndPoint",port="ProfileServiceEndPoint",instance.id=1448402842: javax.management.modelmbean.RequiredModelMBean@6b18c7c
2019-10-22T22:48:00,395 | INFO  | Blueprint Extender: 3 | ContextHandler                   | 231 - org.eclipse.jetty.util - 9.3.24.v20180605 | Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=org.apache.unomi.wab [187], contextID=default]}
2019-10-22T22:48:00,400 | INFO  | Blueprint Extender: 3 | ClientServlet                    | 187 - org.apache.unomi.wab - 1.4.0 | ClientServlet initialized.
2019-10-22T22:48:00,405 | INFO  | Blueprint Extender: 3 | EventsCollectorServlet           | 187 - org.apache.unomi.wab - 1.4.0 | Event collector servlet initialized.
2019-10-22T22:48:00,411 | INFO  | Blueprint Extender: 3 | BundleWatcher                    | 171 - org.apache.unomi.lifecycle-watcher - 1.4.0 | Apache Unomi version:   1.4.0  Build:a53cd  Timestamp:1558045574062
2019-10-22T22:48:00,412 | INFO  | Blueprint Extender: 3 | BundleWatcher                    | 171 - org.apache.unomi.lifecycle-watcher - 1.4.0 | Apache Unomi successfully started 26 bundles and 2 required services in 35798 ms
2019-10-22T22:48:00,439 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /cluster
2019-10-22T22:48:00,440 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}ClusterServiceEndPoint",port="ClusterServiceEndPoint",instance.id=1770038594: org.apache.cxf.endpoint.ManagedEndpoint@23b3111f
2019-10-22T22:48:00,447 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}ClusterServiceEndPoint",port="ClusterServiceEndPoint",instance.id=1770038594: javax.management.modelmbean.RequiredModelMBean@2630ea8
2019-10-22T22:48:00,471 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /query
2019-10-22T22:48:00,472 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}QueryServiceEndPoint",port="QueryServiceEndPoint",instance.id=906989719: org.apache.cxf.endpoint.ManagedEndpoint@5de00c4d
2019-10-22T22:48:00,473 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}QueryServiceEndPoint",port="QueryServiceEndPoint",instance.id=906989719: javax.management.modelmbean.RequiredModelMBean@1c82216
2019-10-22T22:48:00,493 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /patches
2019-10-22T22:48:00,498 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}PatchServiceEndPoint",port="PatchServiceEndPoint",instance.id=1971998064: org.apache.cxf.endpoint.ManagedEndpoint@42c191f0
2019-10-22T22:48:00,499 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}PatchServiceEndPoint",port="PatchServiceEndPoint",instance.id=1971998064: javax.management.modelmbean.RequiredModelMBean@7b2cabba
2019-10-22T22:48:00,525 | INFO  | Blueprint Extender: 3 | ImportConfigurationServiceEndPoint | 182 - org.apache.unomi.router-rest - 1.4.0 | Initializing import configuration service endpoint...
2019-10-22T22:48:00,526 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /events
2019-10-22T22:48:00,527 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}EventServiceEndpoint",port="EventServiceEndpoint",instance.id=2110517082: org.apache.cxf.endpoint.ManagedEndpoint@60180fc
2019-10-22T22:48:00,527 | INFO  | Blueprint Extender: 3 | ExportConfigurationServiceEndPoint | 182 - org.apache.unomi.router-rest - 1.4.0 | Initializing export configuration service endpoint...
2019-10-22T22:48:00,528 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}EventServiceEndpoint",port="EventServiceEndpoint",instance.id=2110517082: javax.management.modelmbean.RequiredModelMBean@4725bb40
2019-10-22T22:48:00,540 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus,instance.id=1352161635: org.apache.cxf.bus.ManagedBus@3b57527b
2019-10-22T22:48:00,541 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus,instance.id=1352161635: javax.management.modelmbean.RequiredModelMBean@7661fc60
2019-10-22T22:48:00,543 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registered org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus,instance.id=1352161635
2019-10-22T22:48:00,544 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=212243454: org.apache.cxf.bus.managers.WorkQueueManagerImplMBeanWrapper@1ee79048
2019-10-22T22:48:00,550 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=212243454: javax.management.modelmbean.RequiredModelMBean@1f22cd65
2019-10-22T22:48:00,607 | INFO  | Blueprint Extender: 3 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /importConfiguration
2019-10-22T22:48:00,608 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus.Service.Endpoint,service="{http://rest.router.unomi.apache.org/}ImportConfigurationServiceEndPoint",port="ImportConfigurationServiceEndPoint",instance.id=282099256: org.apache.cxf.endpoint.ManagedEndpoint@2ce1e9b2
2019-10-22T22:48:00,609 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus.Service.Endpoint,service="{http://rest.router.unomi.apache.org/}ImportConfigurationServiceEndPoint",port="ImportConfigurationServiceEndPoint",instance.id=282099256: javax.management.modelmbean.RequiredModelMBean@2e276c1
2019-10-22T22:48:00,633 | INFO  | Blueprint Extender: 3 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /exportConfiguration
2019-10-22T22:48:00,633 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus.Service.Endpoint,service="{http://rest.router.unomi.apache.org/}ExportConfigurationServiceEndPoint",port="ExportConfigurationServiceEndPoint",instance.id=1795349604: org.apache.cxf.endpoint.ManagedEndpoint@21e89e91
2019-10-22T22:48:00,635 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus.Service.Endpoint,service="{http://rest.router.unomi.apache.org/}ExportConfigurationServiceEndPoint",port="ExportConfigurationServiceEndPoint",instance.id=1795349604: javax.management.modelmbean.RequiredModelMBean@5ab1b6fc
2019-10-22T22:48:00,730 | INFO  | Blueprint Extender: 1 | RouterCamelContext               | 181 - org.apache.unomi.router-core - 1.4.0 | Initialize Camel Context...
2019-10-22T22:48:05,923 | INFO  | Blueprint Extender: 1 | ProfileImportFromSourceRouteBuilder | 181 - org.apache.unomi.router-core - 1.4.0 | Configure Recurrent Route 'From Source'
2019-10-22T22:48:06,017 | INFO  | Blueprint Extender: 1 | ProfileImportOneShotRouteBuilder | 47 - org.apache.camel.camel-core - 2.20.2 | Configure OneShot Route...
2019-10-22T22:48:06,243 | INFO  | Blueprint Extender: 1 | ProfileImportToUnomiRouteBuilder | 47 - org.apache.camel.camel-core - 2.20.2 | Configure Recurrent Route 'To Target'
2019-10-22T22:48:06,264 | INFO  | Blueprint Extender: 1 | ProfileExportCollectRouteBuilder | 181 - org.apache.unomi.router-core - 1.4.0 | Configure Recurrent Route 'Export :: Collect Data'
2019-10-22T22:48:06,287 | INFO  | Blueprint Extender: 1 | ProfileExportProducerRouteBuilder | 181 - org.apache.unomi.router-core - 1.4.0 | Configure Recurrent Route 'Export :: Data Producer'
2019-10-22T22:48:06,291 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | Apache Camel 2.20.2 (CamelContext: camel-1) is starting
2019-10-22T22:48:06,295 | INFO  | Blueprint Extender: 1 | ManagedManagementStrategy        | 47 - org.apache.camel.camel-core - 2.20.2 | JMX is enabled
2019-10-22T22:48:16,769 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html
2019-10-22T22:48:16,879 | INFO  | Blueprint Extender: 1 | AggregateProcessor               | 47 - org.apache.camel.camel-core - 2.20.2 | Defaulting to MemoryAggregationRepository
2019-10-22T22:48:16,922 | INFO  | Blueprint Extender: 1 | AggregateProcessor               | 47 - org.apache.camel.camel-core - 2.20.2 | Defaulting to MemoryAggregationRepository
2019-10-22T22:48:16,964 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | Route: ONE_SHOT_ROUTE started and consuming from: file:///Users/bhagi/javaworkspace/unomi-1.4.0/data/tmp/unomi_oneshot_import_configs/?consumer.delay=1m&include=.*.csv&moveFailed=.error
2019-10-22T22:48:16,966 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | Route: route1 started and consuming from: direct://depositImportBuffer
2019-10-22T22:48:16,968 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | Route: route2 started and consuming from: direct://depositExportBuffer
2019-10-22T22:48:16,969 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | Total 3 routes, of which 3 are started
2019-10-22T22:48:16,970 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | Apache Camel 2.20.2 (CamelContext: camel-1) started in 10.680 seconds
2019-10-22T22:48:16,973 | INFO  | Blueprint Extender: 1 | RouterCamelContext               | 181 - org.apache.unomi.router-core - 1.4.0 | Camel Context {} initialized successfully.
2019-10-22T22:54:52,312 | INFO  | qtp221003499-91  | SegmentServiceImpl               | 184 - org.apache.unomi.services - 1.4.0 | 0 profiles updated in 11ms
{code}
It supposed to work, but didn't work in my test cases.

 

Regards and Metta,

Bhagi

 

 

 


was (Author: bhagi limbu):
Thanks for your quick reponse. Early on, I thought it might cause by corporate netowrk security and did test again Apache Unomi 1.4.0 in my personal macbook at home. However, the results are same. It returns empty segment list. I check log files in Karaf and ElasticSearch in my personal macbook. There are no error message instead implement successfully.

ElasticSearch Log
{code:java}
[2019-10-22T22:46:02,953][INFO ][o.e.n.Node               ] [] initializing ...
[2019-10-22T22:46:03,129][INFO ][o.e.e.NodeEnvironment    ] [uv9qlXf] using [1] data paths, mounts [[/ (/dev/disk1s2)]], net usable_space [180.8gb], net total_space [232gb], spins? [unknown], types [hfs]
[2019-10-22T22:46:03,130][INFO ][o.e.e.NodeEnvironment    ] [uv9qlXf] heap size [1.9gb], compressed ordinary object pointers [true]
[2019-10-22T22:46:03,202][INFO ][o.e.n.Node               ] node name [uv9qlXf] derived from node ID [uv9qlXfZS9CagPfQiKAz1Q]; set [node.name] to override
[2019-10-22T22:46:03,203][INFO ][o.e.n.Node               ] version[5.6.3], pid[742], build[1a2f265/2017-10-06T20:33:39.012Z], OS[Mac OS X/10.14.1/x86_64], JVM[AdoptOpenJDK/OpenJDK 64-Bit Server VM/1.8.0_222/25.222-b10]
[2019-10-22T22:46:03,204][INFO ][o.e.n.Node               ] JVM arguments [-Xms2g, -Xmx2g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djdk.io.permissionsUseCanonicalPath=true, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j.skipJansi=true, -XX:+HeapDumpOnOutOfMemoryError, -Des.path.home=/Users/bhagi/elasticsearch/es-5.6.3]
[2019-10-22T22:46:04,711][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [aggs-matrix-stats]
[2019-10-22T22:46:04,711][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [ingest-common]
[2019-10-22T22:46:04,712][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [lang-expression]
[2019-10-22T22:46:04,712][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [lang-groovy]
[2019-10-22T22:46:04,712][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [lang-mustache]
[2019-10-22T22:46:04,713][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [lang-painless]
[2019-10-22T22:46:04,713][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [parent-join]
[2019-10-22T22:46:04,713][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [percolator]
[2019-10-22T22:46:04,714][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [reindex]
[2019-10-22T22:46:04,714][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [transport-netty3]
[2019-10-22T22:46:04,714][INFO ][o.e.p.PluginsService     ] [uv9qlXf] loaded module [transport-netty4]
[2019-10-22T22:46:04,715][INFO ][o.e.p.PluginsService     ] [uv9qlXf] no plugins loaded
[2019-10-22T22:46:06,966][INFO ][o.e.d.DiscoveryModule    ] [uv9qlXf] using discovery type [zen]
[2019-10-22T22:46:07,999][INFO ][o.e.n.Node               ] initialized
[2019-10-22T22:46:07,999][INFO ][o.e.n.Node               ] [uv9qlXf] starting ...
[2019-10-22T22:46:13,288][INFO ][o.e.t.TransportService   ] [uv9qlXf] publish_address {127.0.0.1:9300}, bound_addresses {[fe80::1]:9300}, {[::1]:9300}, {127.0.0.1:9300}
[2019-10-22T22:46:16,371][INFO ][o.e.c.s.ClusterService   ] [uv9qlXf] new_master {uv9qlXf}{uv9qlXfZS9CagPfQiKAz1Q}{rfn0AeBjS5afz0h0Zx4B-A}{127.0.0.1}{127.0.0.1:9300}, reason: zen-disco-elected-as-master ([0] nodes joined)
[2019-10-22T22:46:16,421][INFO ][o.e.h.n.Netty4HttpServerTransport] [uv9qlXf] publish_address {127.0.0.1:9200}, bound_addresses {[fe80::1]:9200}, {[::1]:9200}, {127.0.0.1:9200}
[2019-10-22T22:46:16,422][INFO ][o.e.n.Node               ] [uv9qlXf] started
[2019-10-22T22:46:16,766][INFO ][o.e.g.GatewayService     ] [uv9qlXf] recovered [3] indices into cluster_state
[2019-10-22T22:46:17,607][INFO ][o.e.c.r.a.AllocationService] [uv9qlXf] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[context][4], [context][1]] ...]).
[2019-10-22T22:54:52,199][INFO ][o.e.c.m.MetaDataMappingService] [uv9qlXf] [context/TW1L-ZDEQvagfxvMqWucJw] create_mapping [segments]
{code}
and Karaf log just execute script on console:
{code:java}
2019-10-22T22:47:59,667 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-lists-extension-rest-cxf1948962547,type=Bus,instance.id=1948962547: javax.management.modelmbean.RequiredModelMBean@543842ae
2019-10-22T22:47:59,668 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registered org.apache.cxf:bus.id=org.apache.unomi.cxs-lists-extension-rest-cxf1948962547,type=Bus,instance.id=1948962547
2019-10-22T22:47:59,673 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-lists-extension-rest-cxf1948962547,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=1376623218: org.apache.cxf.bus.managers.WorkQueueManagerImplMBeanWrapper@641a81f7
2019-10-22T22:47:59,675 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-lists-extension-rest-cxf1948962547,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=1376623218: javax.management.modelmbean.RequiredModelMBean@1aeb5732
2019-10-22T22:47:59,676 | INFO  | Blueprint Extender: 1 | CampaignsServiceEndPoint         | 179 - org.apache.unomi.rest - 1.4.0 | Initializing campaigns service endpoint...
2019-10-22T22:47:59,678 | INFO  | Blueprint Extender: 1 | RulesServiceEndPoint             | 179 - org.apache.unomi.rest - 1.4.0 | Initializing rule service endpoint...
2019-10-22T22:47:59,681 | INFO  | Blueprint Extender: 1 | ProfileServiceEndPoint           | 179 - org.apache.unomi.rest - 1.4.0 | Initializing profile service endpoint...
2019-10-22T22:47:59,686 | INFO  | Blueprint Extender: 1 | ClusterServiceEndPoint           | 179 - org.apache.unomi.rest - 1.4.0 | Initializing cluster service endpoint...
2019-10-22T22:47:59,713 | INFO  | Blueprint Extender: 2 | PrivacyServiceImpl               | 170 - org.apache.unomi.cxs-privacy-extension-services - 1.4.0 | Initializing privacy service...
2019-10-22T22:47:59,727 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus,instance.id=993236705: org.apache.cxf.bus.ManagedBus@4ffd4123
2019-10-22T22:47:59,729 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus,instance.id=993236705: javax.management.modelmbean.RequiredModelMBean@6a479410
2019-10-22T22:47:59,729 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registered org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus,instance.id=993236705
2019-10-22T22:47:59,730 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=624942575: org.apache.cxf.bus.managers.WorkQueueManagerImplMBeanWrapper@21cd337
2019-10-22T22:47:59,732 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=624942575: javax.management.modelmbean.RequiredModelMBean@274d7e0e
2019-10-22T22:47:59,769 | INFO  | Blueprint Extender: 2 | ImportConfigurationServiceImpl   | 183 - org.apache.unomi.router-service - 1.4.0 | Initializing import configuration service...
2019-10-22T22:47:59,771 | INFO  | Blueprint Extender: 2 | AbstractConfigurationServiceImpl | 183 - org.apache.unomi.router-service - 1.4.0 | Configuration service initialized.
2019-10-22T22:47:59,784 | INFO  | Blueprint Extender: 2 | ExportConfigurationServiceImpl   | 183 - org.apache.unomi.router-service - 1.4.0 | Initializing export configuration service...
2019-10-22T22:47:59,785 | INFO  | Blueprint Extender: 2 | AbstractConfigurationServiceImpl | 183 - org.apache.unomi.router-service - 1.4.0 | Configuration service initialized.
2019-10-22T22:47:59,788 | INFO  | Blueprint Extender: 2 | AbstractCustomServiceImpl        | 183 - org.apache.unomi.router-service - 1.4.0 | Import configuration service initialized.
2019-10-22T22:47:59,796 | INFO  | Blueprint Extender: 2 | AbstractCustomServiceImpl        | 183 - org.apache.unomi.router-service - 1.4.0 | Import configuration service initialized.
2019-10-22T22:47:59,826 | INFO  | Blueprint Extender: 2 | GeonamesEndPoint                 | 164 - org.apache.unomi.cxs-geonames-rest - 1.4.0 | Initializing geonames service endpoint...
2019-10-22T22:47:59,893 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,type=Bus,instance.id=1043390143: org.apache.cxf.bus.ManagedBus@61b18bd
2019-10-22T22:47:59,899 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,type=Bus,instance.id=1043390143: javax.management.modelmbean.RequiredModelMBean@536f35da
2019-10-22T22:47:59,900 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registered org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,type=Bus,instance.id=1043390143
2019-10-22T22:47:59,901 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=1476657307: org.apache.cxf.bus.managers.WorkQueueManagerImplMBeanWrapper@60f9e802
2019-10-22T22:47:59,903 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=1476657307: javax.management.modelmbean.RequiredModelMBean@3e79ca50
2019-10-22T22:48:00,028 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /segments
2019-10-22T22:48:00,030 | INFO  | Blueprint Extender: 3 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /lists
2019-10-22T22:48:00,030 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}SegmentServiceEndPoint",port="SegmentServiceEndPoint",instance.id=1055565907: org.apache.cxf.endpoint.ManagedEndpoint@15c049a9
2019-10-22T22:48:00,031 | INFO  | Blueprint Extender: 2 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /geonames
2019-10-22T22:48:00,031 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-lists-extension-rest-cxf1948962547,type=Bus.Service.Endpoint,service="{http://rest.lists.unomi.apache.org/}UserListServiceEndPoint",port="UserListServiceEndPoint",instance.id=2105016367: org.apache.cxf.endpoint.ManagedEndpoint@1258b457
2019-10-22T22:48:00,032 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,type=Bus.Service.Endpoint,service="{http://rest.geonames.unomi.apache.org/}GeonamesEndPoint",port="GeonamesEndPoint",instance.id=1639929947: org.apache.cxf.endpoint.ManagedEndpoint@164ef6c8
2019-10-22T22:48:00,035 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}SegmentServiceEndPoint",port="SegmentServiceEndPoint",instance.id=1055565907: javax.management.modelmbean.RequiredModelMBean@446a1209
2019-10-22T22:48:00,038 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-lists-extension-rest-cxf1948962547,type=Bus.Service.Endpoint,service="{http://rest.lists.unomi.apache.org/}UserListServiceEndPoint",port="UserListServiceEndPoint",instance.id=2105016367: javax.management.modelmbean.RequiredModelMBean@314043f4
2019-10-22T22:48:00,039 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-geonames-rest-cxf1043390143,type=Bus.Service.Endpoint,service="{http://rest.geonames.unomi.apache.org/}GeonamesEndPoint",port="GeonamesEndPoint",instance.id=1639929947: javax.management.modelmbean.RequiredModelMBean@4009bf3
2019-10-22T22:48:00,170 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /userList
2019-10-22T22:48:00,170 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}UserListServiceEndPoint",port="UserListServiceEndPoint",instance.id=158080357: org.apache.cxf.endpoint.ManagedEndpoint@178e98b2
2019-10-22T22:48:00,175 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}UserListServiceEndPoint",port="UserListServiceEndPoint",instance.id=158080357: javax.management.modelmbean.RequiredModelMBean@33bdde1f
2019-10-22T22:48:00,192 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,type=Bus,instance.id=2145917303: org.apache.cxf.bus.ManagedBus@17d8fbcc
2019-10-22T22:48:00,193 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,type=Bus,instance.id=2145917303: javax.management.modelmbean.RequiredModelMBean@2c911cb9
2019-10-22T22:48:00,194 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registered org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,type=Bus,instance.id=2145917303
2019-10-22T22:48:00,209 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=2071637072: org.apache.cxf.bus.managers.WorkQueueManagerImplMBeanWrapper@446631e9
2019-10-22T22:48:00,210 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=2071637072: javax.management.modelmbean.RequiredModelMBean@14b0b432
2019-10-22T22:48:00,221 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /scoring
2019-10-22T22:48:00,226 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}ScoringServiceEndPoint",port="ScoringServiceEndPoint",instance.id=1875513616: org.apache.cxf.endpoint.ManagedEndpoint@133bf19d
2019-10-22T22:48:00,227 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}ScoringServiceEndPoint",port="ScoringServiceEndPoint",instance.id=1875513616: javax.management.modelmbean.RequiredModelMBean@3d0e3cc3
2019-10-22T22:48:00,238 | INFO  | Blueprint Extender: 2 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /privacy
2019-10-22T22:48:00,239 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,type=Bus.Service.Endpoint,service="{http://rest.privacy.unomi.apache.org/}PrivacyServiceEndPoint",port="PrivacyServiceEndPoint",instance.id=1684989721: org.apache.cxf.endpoint.ManagedEndpoint@482f4930
2019-10-22T22:48:00,241 | INFO  | Blueprint Extender: 2 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.cxs-privacy-extension-rest-cxf2145917303,type=Bus.Service.Endpoint,service="{http://rest.privacy.unomi.apache.org/}PrivacyServiceEndPoint",port="PrivacyServiceEndPoint",instance.id=1684989721: javax.management.modelmbean.RequiredModelMBean@370c1c58
2019-10-22T22:48:00,252 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /definitions
2019-10-22T22:48:00,253 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}DefinitionsServiceEndPoint",port="DefinitionsServiceEndPoint",instance.id=2012895592: org.apache.cxf.endpoint.ManagedEndpoint@7dd914bc
2019-10-22T22:48:00,256 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}DefinitionsServiceEndPoint",port="DefinitionsServiceEndPoint",instance.id=2012895592: javax.management.modelmbean.RequiredModelMBean@b6fb7e3
2019-10-22T22:48:00,291 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /goals
2019-10-22T22:48:00,297 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}GoalsServiceEndPoint",port="GoalsServiceEndPoint",instance.id=1290090151: org.apache.cxf.endpoint.ManagedEndpoint@1a0dba63
2019-10-22T22:48:00,299 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}GoalsServiceEndPoint",port="GoalsServiceEndPoint",instance.id=1290090151: javax.management.modelmbean.RequiredModelMBean@16661942
2019-10-22T22:48:00,310 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /campaigns
2019-10-22T22:48:00,311 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}CampaignsServiceEndPoint",port="CampaignsServiceEndPoint",instance.id=961826629: org.apache.cxf.endpoint.ManagedEndpoint@2b953f91
2019-10-22T22:48:00,312 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}CampaignsServiceEndPoint",port="CampaignsServiceEndPoint",instance.id=961826629: javax.management.modelmbean.RequiredModelMBean@edef8f5
2019-10-22T22:48:00,343 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /rules
2019-10-22T22:48:00,347 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}RulesServiceEndPoint",port="RulesServiceEndPoint",instance.id=1658446807: org.apache.cxf.endpoint.ManagedEndpoint@27fdb57
2019-10-22T22:48:00,348 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}RulesServiceEndPoint",port="RulesServiceEndPoint",instance.id=1658446807: javax.management.modelmbean.RequiredModelMBean@77a61dda
2019-10-22T22:48:00,351 | INFO  | Blueprint Extender: 3 | ServletContainerInitializerScanner | 256 - org.ops4j.pax.web.pax-web-api - 6.0.11 | will add org.apache.jasper.servlet.JasperInitializer to ServletContainerInitializers
2019-10-22T22:48:00,352 | INFO  | Blueprint Extender: 3 | ServletContainerInitializerScanner | 256 - org.ops4j.pax.web.pax-web-api - 6.0.11 | Skipt org.apache.jasper.servlet.JasperInitializer, because specialized handler will be present
2019-10-22T22:48:00,353 | INFO  | Blueprint Extender: 3 | ServletContainerInitializerScanner | 256 - org.ops4j.pax.web.pax-web-api - 6.0.11 | will add org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer to ServletContainerInitializers
2019-10-22T22:48:00,366 | WARN  | Blueprint Extender: 3 | ServletContainerInitializerScanner | 256 - org.ops4j.pax.web.pax-web-api - 6.0.11 | failed to parse and instantiate of javax.servlet.ServletContainerInitializer in classpath
2019-10-22T22:48:00,370 | INFO  | Blueprint Extender: 3 | HttpServiceContext               | 261 - org.ops4j.pax.web.pax-web-jetty - 6.0.11 | registering context DefaultHttpContext [bundle=org.apache.unomi.wab [187], contextID=default], with context-name: 
2019-10-22T22:48:00,371 | INFO  | Blueprint Extender: 3 | HttpServiceContext               | 261 - org.ops4j.pax.web.pax-web-jetty - 6.0.11 | registering JasperInitializer
2019-10-22T22:48:00,391 | INFO  | Blueprint Extender: 3 | ContextServlet                   | 187 - org.apache.unomi.wab - 1.4.0 | ContextServlet initialized.
2019-10-22T22:48:00,392 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /profiles
2019-10-22T22:48:00,393 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}ProfileServiceEndPoint",port="ProfileServiceEndPoint",instance.id=1448402842: org.apache.cxf.endpoint.ManagedEndpoint@7a681363
2019-10-22T22:48:00,394 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}ProfileServiceEndPoint",port="ProfileServiceEndPoint",instance.id=1448402842: javax.management.modelmbean.RequiredModelMBean@6b18c7c
2019-10-22T22:48:00,395 | INFO  | Blueprint Extender: 3 | ContextHandler                   | 231 - org.eclipse.jetty.util - 9.3.24.v20180605 | Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=org.apache.unomi.wab [187], contextID=default]}
2019-10-22T22:48:00,400 | INFO  | Blueprint Extender: 3 | ClientServlet                    | 187 - org.apache.unomi.wab - 1.4.0 | ClientServlet initialized.
2019-10-22T22:48:00,405 | INFO  | Blueprint Extender: 3 | EventsCollectorServlet           | 187 - org.apache.unomi.wab - 1.4.0 | Event collector servlet initialized.
2019-10-22T22:48:00,411 | INFO  | Blueprint Extender: 3 | BundleWatcher                    | 171 - org.apache.unomi.lifecycle-watcher - 1.4.0 | Apache Unomi version:   1.4.0  Build:a53cd  Timestamp:1558045574062
2019-10-22T22:48:00,412 | INFO  | Blueprint Extender: 3 | BundleWatcher                    | 171 - org.apache.unomi.lifecycle-watcher - 1.4.0 | Apache Unomi successfully started 26 bundles and 2 required services in 35798 ms
2019-10-22T22:48:00,439 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /cluster
2019-10-22T22:48:00,440 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}ClusterServiceEndPoint",port="ClusterServiceEndPoint",instance.id=1770038594: org.apache.cxf.endpoint.ManagedEndpoint@23b3111f
2019-10-22T22:48:00,447 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}ClusterServiceEndPoint",port="ClusterServiceEndPoint",instance.id=1770038594: javax.management.modelmbean.RequiredModelMBean@2630ea8
2019-10-22T22:48:00,471 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /query
2019-10-22T22:48:00,472 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}QueryServiceEndPoint",port="QueryServiceEndPoint",instance.id=906989719: org.apache.cxf.endpoint.ManagedEndpoint@5de00c4d
2019-10-22T22:48:00,473 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}QueryServiceEndPoint",port="QueryServiceEndPoint",instance.id=906989719: javax.management.modelmbean.RequiredModelMBean@1c82216
2019-10-22T22:48:00,493 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /patches
2019-10-22T22:48:00,498 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}PatchServiceEndPoint",port="PatchServiceEndPoint",instance.id=1971998064: org.apache.cxf.endpoint.ManagedEndpoint@42c191f0
2019-10-22T22:48:00,499 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}PatchServiceEndPoint",port="PatchServiceEndPoint",instance.id=1971998064: javax.management.modelmbean.RequiredModelMBean@7b2cabba
2019-10-22T22:48:00,525 | INFO  | Blueprint Extender: 3 | ImportConfigurationServiceEndPoint | 182 - org.apache.unomi.router-rest - 1.4.0 | Initializing import configuration service endpoint...
2019-10-22T22:48:00,526 | INFO  | Blueprint Extender: 1 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /events
2019-10-22T22:48:00,527 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}EventServiceEndpoint",port="EventServiceEndpoint",instance.id=2110517082: org.apache.cxf.endpoint.ManagedEndpoint@60180fc
2019-10-22T22:48:00,527 | INFO  | Blueprint Extender: 3 | ExportConfigurationServiceEndPoint | 182 - org.apache.unomi.router-rest - 1.4.0 | Initializing export configuration service endpoint...
2019-10-22T22:48:00,528 | INFO  | Blueprint Extender: 1 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.rest-cxf993236705,type=Bus.Service.Endpoint,service="{http://rest.unomi.apache.org/}EventServiceEndpoint",port="EventServiceEndpoint",instance.id=2110517082: javax.management.modelmbean.RequiredModelMBean@4725bb40
2019-10-22T22:48:00,540 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus,instance.id=1352161635: org.apache.cxf.bus.ManagedBus@3b57527b
2019-10-22T22:48:00,541 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus,instance.id=1352161635: javax.management.modelmbean.RequiredModelMBean@7661fc60
2019-10-22T22:48:00,543 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registered org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus,instance.id=1352161635
2019-10-22T22:48:00,544 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=212243454: org.apache.cxf.bus.managers.WorkQueueManagerImplMBeanWrapper@1ee79048
2019-10-22T22:48:00,550 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=212243454: javax.management.modelmbean.RequiredModelMBean@1f22cd65
2019-10-22T22:48:00,607 | INFO  | Blueprint Extender: 3 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /importConfiguration
2019-10-22T22:48:00,608 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus.Service.Endpoint,service="{http://rest.router.unomi.apache.org/}ImportConfigurationServiceEndPoint",port="ImportConfigurationServiceEndPoint",instance.id=282099256: org.apache.cxf.endpoint.ManagedEndpoint@2ce1e9b2
2019-10-22T22:48:00,609 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus.Service.Endpoint,service="{http://rest.router.unomi.apache.org/}ImportConfigurationServiceEndPoint",port="ImportConfigurationServiceEndPoint",instance.id=282099256: javax.management.modelmbean.RequiredModelMBean@2e276c1
2019-10-22T22:48:00,633 | INFO  | Blueprint Extender: 3 | ServerImpl                       | 59 - org.apache.cxf.cxf-core - 3.1.10 | Setting the server's publish address to be /exportConfiguration
2019-10-22T22:48:00,633 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus.Service.Endpoint,service="{http://rest.router.unomi.apache.org/}ExportConfigurationServiceEndPoint",port="ExportConfigurationServiceEndPoint",instance.id=1795349604: org.apache.cxf.endpoint.ManagedEndpoint@21e89e91
2019-10-22T22:48:00,635 | INFO  | Blueprint Extender: 3 | InstrumentationManagerImpl       | 77 - org.apache.cxf.cxf-rt-management - 3.1.10 | registering MBean org.apache.cxf:bus.id=org.apache.unomi.router-rest-cxf1352161635,type=Bus.Service.Endpoint,service="{http://rest.router.unomi.apache.org/}ExportConfigurationServiceEndPoint",port="ExportConfigurationServiceEndPoint",instance.id=1795349604: javax.management.modelmbean.RequiredModelMBean@5ab1b6fc
2019-10-22T22:48:00,730 | INFO  | Blueprint Extender: 1 | RouterCamelContext               | 181 - org.apache.unomi.router-core - 1.4.0 | Initialize Camel Context...
2019-10-22T22:48:05,923 | INFO  | Blueprint Extender: 1 | ProfileImportFromSourceRouteBuilder | 181 - org.apache.unomi.router-core - 1.4.0 | Configure Recurrent Route 'From Source'
2019-10-22T22:48:06,017 | INFO  | Blueprint Extender: 1 | ProfileImportOneShotRouteBuilder | 47 - org.apache.camel.camel-core - 2.20.2 | Configure OneShot Route...
2019-10-22T22:48:06,243 | INFO  | Blueprint Extender: 1 | ProfileImportToUnomiRouteBuilder | 47 - org.apache.camel.camel-core - 2.20.2 | Configure Recurrent Route 'To Target'
2019-10-22T22:48:06,264 | INFO  | Blueprint Extender: 1 | ProfileExportCollectRouteBuilder | 181 - org.apache.unomi.router-core - 1.4.0 | Configure Recurrent Route 'Export :: Collect Data'
2019-10-22T22:48:06,287 | INFO  | Blueprint Extender: 1 | ProfileExportProducerRouteBuilder | 181 - org.apache.unomi.router-core - 1.4.0 | Configure Recurrent Route 'Export :: Data Producer'
2019-10-22T22:48:06,291 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | Apache Camel 2.20.2 (CamelContext: camel-1) is starting
2019-10-22T22:48:06,295 | INFO  | Blueprint Extender: 1 | ManagedManagementStrategy        | 47 - org.apache.camel.camel-core - 2.20.2 | JMX is enabled
2019-10-22T22:48:16,769 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html
2019-10-22T22:48:16,879 | INFO  | Blueprint Extender: 1 | AggregateProcessor               | 47 - org.apache.camel.camel-core - 2.20.2 | Defaulting to MemoryAggregationRepository
2019-10-22T22:48:16,922 | INFO  | Blueprint Extender: 1 | AggregateProcessor               | 47 - org.apache.camel.camel-core - 2.20.2 | Defaulting to MemoryAggregationRepository
2019-10-22T22:48:16,964 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | Route: ONE_SHOT_ROUTE started and consuming from: file:///Users/bhagi/javaworkspace/unomi-1.4.0/data/tmp/unomi_oneshot_import_configs/?consumer.delay=1m&include=.*.csv&moveFailed=.error
2019-10-22T22:48:16,966 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | Route: route1 started and consuming from: direct://depositImportBuffer
2019-10-22T22:48:16,968 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | Route: route2 started and consuming from: direct://depositExportBuffer
2019-10-22T22:48:16,969 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | Total 3 routes, of which 3 are started
2019-10-22T22:48:16,970 | INFO  | Blueprint Extender: 1 | OsgiDefaultCamelContext          | 47 - org.apache.camel.camel-core - 2.20.2 | Apache Camel 2.20.2 (CamelContext: camel-1) started in 10.680 seconds
2019-10-22T22:48:16,973 | INFO  | Blueprint Extender: 1 | RouterCamelContext               | 181 - org.apache.unomi.router-core - 1.4.0 | Camel Context {} initialized successfully.
2019-10-22T22:54:52,312 | INFO  | qtp221003499-91  | SegmentServiceImpl               | 184 - org.apache.unomi.services - 1.4.0 | 0 profiles updated in 11ms
{code}
It supposed to be work, but it's not in my case.

 

Regards and Metta,

Bhagi

 

 

 

> Can't create segments
> ---------------------
>
>                 Key: UNOMI-253
>                 URL: https://issues.apache.org/jira/browse/UNOMI-253
>             Project: Apache Unomi
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.0
>            Reporter: Bhagi Raj Limbu
>            Priority: Major
>
> I follow a steps mention in documents create a segment through console command and POSTMAN in local machine as well as Azure server.  It's a simple segment
> {code:java}
> curl -X POST http://localhost:8181/cxs/segments \
> --user karaf:karaf \
> -H "Content-Type: application/json" \
> -d @- <<'EOF'
> {
>   "itemId": "leads",
>   "itemType": "segments",
>   "metadata": {
>     "id": "leads",
>     "name": "Leads",
>     "scope": "systemscope",
>     "description": "You can customize the list below by editing the leads segment."
>   },
>   "condition": {
>     "type": "booleanCondition",
>     "parameterValues": {
>       "operator": "and",
>       "subConditions": [
>         {
>           "type": "profilePropertyCondition",
>           "parameterValues": {
>             "propertyName": "properties.leadAssignedTo",
>             "comparisonOperator": "exists"
>           }
>         }
>       ]
>     }
>   }
> }
> EOF
> {code}
> I put a break lines on SegmentServiceImpl.java and ElasticSearchPersistanceServiceImpl.java and debug through
> {code:java}
> public boolean save(final Item item, final boolean useBatching)
> {code}
> methods. The code didn't throw exception and looks good. But, after exit code and run command in karaf console -
> {code:java}
> unomi:segment-list
> {code}
> It returns empty. I wonder have you had similar experience?
>  
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)