Results

By type

          overriding logback.xml
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
04:43:20.202 [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:43:20.700 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @1721ms to org.eclipse.jetty.util.log.Slf4jLog
04:43:21.125 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting
04:43:21.126 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting REST SDCDistributionGroup
04:43:21.126 [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:43:21.196 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager started
04:43:21.196 [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:43:21.208 [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:43:21.299 [main] INFO  o.o.p.d.main.startstop.Main - Started policy-distribution service successfully.
04:43:21.301 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - DistributionClient - init
04:43:21.410 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
04:43:21.410 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
04:43:21.413 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - node0 Scavenging every 600000ms
04:43:24.212 [Timer-0] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/apiKeys/create (anonymous) ...
04:43:24.534 [Timer-0] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:43:24.615 [SDCDistributionGroup-6969] INFO  o.o.p.c.gson.GsonMessageBodyHandler - Using GSON for REST calls
04:43:24.618 [SDCDistributionGroup-6969] INFO  o.o.p.c.e.h.s.YamlMessageBodyHandler - Accepting YAML for REST calls
04:43:24.652 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - start DistributionClient
04:43:24.702 [pool-2-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:43:24.706 [pool-2-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 JvRgTn7tL3GHTYZR) ...
04:43:24.997 [SDCDistributionGroup-6969] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@74589991{/,null,AVAILABLE}
04:43:25.099 [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:43:34.450 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:43:44.700 [pool-2-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:43:44.701 [pool-2-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 JvRgTn7tL3GHTYZR) ...
04:43:54.244 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:44:04.701 [pool-2-thread-2] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:44:04.703 [pool-2-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 JvRgTn7tL3GHTYZR) ...
04:44:14.248 [pool-2-thread-2] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:44:24.700 [pool-2-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:44:24.701 [pool-2-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 JvRgTn7tL3GHTYZR) ...

        
      
          overriding logback.xml
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
04:37:49.931 [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:37:50.452 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @1728ms to org.eclipse.jetty.util.log.Slf4jLog
04:37:50.918 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting
04:37:50.919 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager starting REST SDCDistributionGroup
04:37:50.919 [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:37:50.927 [main] INFO  o.o.p.c.u.services.ServiceManager - service manager started
04:37:50.927 [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:37:51.001 [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:37:51.017 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - DistributionClient - init
04:37:51.017 [main] INFO  o.o.p.d.main.startstop.Main - Started policy-distribution service successfully.
04:37:51.123 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
04:37:51.123 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
04:37:51.125 [SDCDistributionGroup-6969] INFO  org.eclipse.jetty.server.session - node0 Scavenging every 660000ms
04:37:53.808 [Timer-0] INFO  c.att.nsa.apiClient.http.HttpClient - POST https://message-router.onap:3905/apiKeys/create (anonymous) ...
04:37:54.134 [Timer-0] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:37:54.304 [Timer-0] INFO  o.o.sdc.impl.DistributionClientImpl - start DistributionClient
04:37:54.308 [SDCDistributionGroup-6969] INFO  o.o.p.c.gson.GsonMessageBodyHandler - Using GSON for REST calls
04:37:54.311 [SDCDistributionGroup-6969] INFO  o.o.p.c.e.h.s.YamlMessageBodyHandler - Accepting YAML for REST calls
04:37:54.311 [pool-2-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:37:54.314 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:37:54.609 [SDCDistributionGroup-6969] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@74589991{/,null,AVAILABLE}
04:37:54.726 [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:38:04.085 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:38:14.310 [pool-2-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:38:14.311 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:38:23.852 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:38:34.310 [pool-2-thread-2] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:38:34.311 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:38:43.858 [pool-2-thread-2] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:38:54.310 [pool-2-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:38:54.311 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:39:03.856 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:39:14.310 [pool-2-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:39:14.311 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:39:23.855 [pool-2-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:39:34.310 [pool-2-thread-2] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:39:34.310 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:39:43.852 [pool-2-thread-2] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:39:54.310 [pool-2-thread-4] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:39:54.311 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:40:03.859 [pool-2-thread-4] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:40:14.310 [pool-2-thread-1] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:40:14.311 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:40:23.861 [pool-2-thread-1] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:40:34.310 [pool-2-thread-5] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:40:34.311 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:40:43.854 [pool-2-thread-5] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:40:54.311 [pool-2-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:40:54.313 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:41:03.858 [pool-2-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:41:14.310 [pool-2-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:41:14.310 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:41:23.864 [pool-2-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:41:34.310 [pool-2-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:41:34.310 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:41:43.855 [pool-2-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:41:54.310 [pool-2-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:41:54.312 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:42:03.859 [pool-2-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:42:14.310 [pool-2-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:42:14.311 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:42:23.849 [pool-2-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:42:34.310 [pool-2-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:42:34.310 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:42:43.851 [pool-2-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:42:54.310 [pool-2-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:42:54.312 [pool-2-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 xm1MAFyrPfm38jv3) ...
04:43:03.856 [pool-2-thread-3] INFO  c.att.nsa.apiClient.http.HttpClient - 	--> HTTP/1.1 200 OK
04:43:14.310 [pool-2-thread-3] INFO  c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
04:43:14.311 [pool-2-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 xm1MAFyrPfm38jv3) ...