Results

By type

          overriding logback.xml
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
04:46:17.965 [main] INFO  o.o.p.d.main.startstop.Main - Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json]
04:46:18.472 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @1805ms to org.eclipse.jetty.util.log.Slf4jLog
04:46:18.943 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting
04:46:18.944 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting REST SDCDistributionGroup
04:46:18.944 [main] INFO  o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-7a55af6b@9320f889==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@78641d23{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@74589991{/,null,STOPPED}, connector=SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=null]]: STARTING
04:46:18.953 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager started
04:46:18.953 [SDCDistributionGroup-6969] INFO  o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-7a55af6b@9320f889==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@78641d23{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@74589991{/,null,STOPPED}, connector=SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main]]]: STARTING
04:46:18.963 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.Server - jetty-9.4.33.v20201020; built: 2020-10-20T23:39:24.803Z; git: 1be68755656cef678b79a2ef1c2ebbca99e25420; jvm 11.0.9.1+1
04:46:19.048 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - DistributionClient - init
04:46:19.049 [main] INFO  o.o.p.d.main.startstop.Main - Started policy-distribution service successfully.
04:46:19.227 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
04:46:19.227 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
04:46:19.230 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - node0 Scavenging every 600000ms
04:46:22.041 [Timer-0] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/apiKeys/create (anonymous) ...
04:46:22.334 [SDCDistributionGroup-6969] INFO  o.o.p.c.gson.GsonMessageBodyHandler - Using GSON for REST calls
04:46:22.338 [SDCDistributionGroup-6969] INFO  o.o.p.c.e.h.s.YamlMessageBodyHandler - Accepting YAML for REST calls
04:46:22.453 [Timer-0] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:46:22.646 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - start DistributionClient
04:46:22.653 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:46:22.656 [SDCDistributionGroup-6969] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@74589991{/,null,AVAILABLE}
04:46:22.657 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as BlZgXAS3njGn6YW8) ...
04:46:22.834 [SDCDistributionGroup-6969] ERROR o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-7a55af6b@9320f889==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=true,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@78641d23{FAILED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@74589991{/,null,AVAILABLE}, connector=SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main]]]: error found while bringing up server
java.io.IOException: keystore password was incorrect
	at java.base/sun.security.pkcs12.PKCS12KeyStore.engineLoad(Unknown Source)
	at java.base/sun.security.util.KeyStoreDelegator.engineLoad(Unknown Source)
	at java.base/java.security.KeyStore.load(Unknown Source)
	at org.eclipse.jetty.util.security.CertificateUtils.getKeyStore(CertificateUtils.java:54)
	at org.eclipse.jetty.util.ssl.SslContextFactory.loadKeyStore(SslContextFactory.java:1191)
	at org.eclipse.jetty.util.ssl.SslContextFactory.load(SslContextFactory.java:323)
	at org.eclipse.jetty.util.ssl.SslContextFactory.doStart(SslContextFactory.java:245)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
	at org.eclipse.jetty.server.SslConnectionFactory.doStart(SslConnectionFactory.java:97)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
	at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:321)
	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:81)
	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:234)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.eclipse.jetty.server.Server.doStart(Server.java:401)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.onap.policy.common.endpoints.http.server.internal.JettyServletServer.run(JettyServletServer.java:305)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.security.UnrecoverableKeyException: failed to decrypt safe contents entry: javax.crypto.BadPaddingException: Given final block not properly padded. Such issues can arise if a bad key is used during decryption.
	... 22 common frames omitted
04:46:32.378 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:46:42.652 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:46:42.652 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as BlZgXAS3njGn6YW8) ...

        
      
          overriding logback.xml
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
04:40:37.751 [main] INFO  o.o.p.d.main.startstop.Main - Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json]
04:40:38.326 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @1773ms to org.eclipse.jetty.util.log.Slf4jLog
04:40:38.759 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting
04:40:38.760 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting REST SDCDistributionGroup
04:40:38.760 [main] INFO  o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-7a55af6b@9320f889==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@78641d23{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@74589991{/,null,STOPPED}, connector=SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=null]]: STARTING
04:40:38.830 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager started
04:40:38.830 [SDCDistributionGroup-6969] INFO  o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-7a55af6b@9320f889==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@78641d23{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@74589991{/,null,STOPPED}, connector=SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main]]]: STARTING
04:40:38.839 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.Server - jetty-9.4.33.v20201020; built: 2020-10-20T23:39:24.803Z; git: 1be68755656cef678b79a2ef1c2ebbca99e25420; jvm 11.0.9.1+1
04:40:38.855 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - DistributionClient - init
04:40:38.856 [main] INFO  o.o.p.d.main.startstop.Main - Started policy-distribution service successfully.
04:40:39.038 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
04:40:39.039 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
04:40:39.041 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - node0 Scavenging every 660000ms
04:40:41.850 [Timer-0] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/apiKeys/create (anonymous) ...
04:40:42.252 [Timer-0] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:40:42.327 [SDCDistributionGroup-6969] INFO  o.o.p.c.gson.GsonMessageBodyHandler - Using GSON for REST calls
04:40:42.330 [SDCDistributionGroup-6969] INFO  o.o.p.c.e.h.s.YamlMessageBodyHandler - Accepting YAML for REST calls
04:40:42.535 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - start DistributionClient
04:40:42.543 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:40:42.549 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:40:42.554 [SDCDistributionGroup-6969] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@74589991{/,null,AVAILABLE}
04:40:42.748 [SDCDistributionGroup-6969] ERROR o.o.p.c.e.h.s.i.JettyServletServer - JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-7a55af6b@9320f889==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=true,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@78641d23{FAILED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@74589991{/,null,AVAILABLE}, connector=SDCDistributionGroup@40317ba2{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main]]]: error found while bringing up server
java.io.IOException: keystore password was incorrect
	at java.base/sun.security.pkcs12.PKCS12KeyStore.engineLoad(Unknown Source)
	at java.base/sun.security.util.KeyStoreDelegator.engineLoad(Unknown Source)
	at java.base/java.security.KeyStore.load(Unknown Source)
	at org.eclipse.jetty.util.security.CertificateUtils.getKeyStore(CertificateUtils.java:54)
	at org.eclipse.jetty.util.ssl.SslContextFactory.loadKeyStore(SslContextFactory.java:1191)
	at org.eclipse.jetty.util.ssl.SslContextFactory.load(SslContextFactory.java:323)
	at org.eclipse.jetty.util.ssl.SslContextFactory.doStart(SslContextFactory.java:245)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
	at org.eclipse.jetty.server.SslConnectionFactory.doStart(SslConnectionFactory.java:97)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
	at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:321)
	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:81)
	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:234)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.eclipse.jetty.server.Server.doStart(Server.java:401)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.onap.policy.common.endpoints.http.server.internal.JettyServletServer.run(JettyServletServer.java:305)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.security.UnrecoverableKeyException: failed to decrypt safe contents entry: javax.crypto.BadPaddingException: Given final block not properly padded. Such issues can arise if a bad key is used during decryption.
	... 22 common frames omitted
04:40:52.273 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:41:02.542 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:41:02.542 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:41:12.093 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:41:22.542 [pool-3-thread-2] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:41:22.544 [pool-3-thread-2] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:41:32.091 [pool-3-thread-2] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:41:42.542 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:41:42.543 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:41:52.081 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:42:02.542 [pool-3-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:42:02.542 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:42:12.087 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:42:22.542 [pool-3-thread-2] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:42:22.543 [pool-3-thread-2] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:42:32.084 [pool-3-thread-2] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:42:42.542 [pool-3-thread-4] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:42:42.542 [pool-3-thread-4] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:42:52.081 [pool-3-thread-4] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:43:02.542 [pool-3-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:43:02.543 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:43:12.088 [pool-3-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:43:22.542 [pool-3-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:43:22.542 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:43:32.086 [pool-3-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:43:42.542 [pool-3-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:43:42.542 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:43:52.088 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:44:02.542 [pool-3-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:44:02.543 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:44:12.085 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:44:22.542 [pool-3-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:44:22.543 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:44:32.087 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:44:42.542 [pool-3-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:44:42.543 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:44:52.089 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:45:02.542 [pool-3-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:45:02.543 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:45:12.086 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:45:22.542 [pool-3-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:45:22.542 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:45:32.087 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:45:42.542 [pool-3-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:45:42.544 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:45:52.087 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:46:02.542 [pool-3-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:46:02.543 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as ciVwzukGB00sDfoR) ...
04:46:12.092 [pool-3-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK