By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-08-13T01:37:01.844Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-tmrxg with PID 15 (/app/app.jar started by so in /app)
2021-08-13T01:37:01.849Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-13T01:37:01.849Z||main|||||INFO|500||The following profiles are active: basic
2021-08-13T01:37:09.646Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-13T01:37:09.647Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-13T01:37:09.742Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-13T01:37:11.169Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-13T01:37:11.392Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-13T01:37:11.786Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-13T01:37:11.797Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-13T01:37:11.880Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-13T01:37:12.070Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-13T01:37:12.470Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-13T01:37:13.424Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-13T01:37:15.479Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-13T01:37:15.525Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-13T01:37:15.965Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-13T01:37:16.121Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-08-13T01:37:17.368Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-13T01:37:18.277Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-13T01:37:18.302Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$afaf231c.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-08-13T01:37:18.302Z||main|||||WARN|500||The sdc end point is not alive
2021-08-13T01:37:20.475Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-08-13T01:37:22.834Z||main|||||WARN|500||---
2021-08-13T01:37:22.835Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-13T01:37:22.835Z||main|||||WARN|500||---
2021-08-13T01:37:23.106Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-13T01:37:26.079Z||main|||||INFO|500||Started Application in 26.3 seconds (JVM running for 27.528)
2021-08-13T01:37:26.079Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:37:26.080Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:37:26.124Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:37:26.154Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:37:26.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7e75fd0-57cd-4226-be52-b737455e9690 url= /sdc/v1/artifactTypes
2021-08-13T01:37:26.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:37:27.343Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.7.102] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-13T01:37:27.346Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@229beb04
2021-08-13T01:37:27.347Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-13T01:37:27.355Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-13T01:37:27.357Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-13T01:37:27.359Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:38:16.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:38:16.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:38:16.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:38:16.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:38:16.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 734b2533-c9bc-4608-8470-a1bdcb23fc66 url= /sdc/v1/artifactTypes
2021-08-13T01:38:16.083Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:38:17.104Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.7.102] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-08-13T01:38:17.105Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e81f2d2
2021-08-13T01:38:17.106Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-13T01:38:17.106Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-13T01:38:17.106Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-13T01:38:17.107Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:39:06.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:39:06.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:39:06.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:39:06.080Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:39:06.085Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 640c850a-f4ce-422c-bb24-6c549762015d url= /sdc/v1/artifactTypes
2021-08-13T01:39:06.085Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:39:06.281Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:39:06.288Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:39:06.307Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:39:06.315Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:39:07.343Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:39:07.347Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:39:07.347Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:39:07.348Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:39:56.076Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:39:56.077Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:39:56.077Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:39:56.084Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:39:56.094Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf283ddb-151c-4ec8-88a0-1c4b9a0d6f61 url= /sdc/v1/artifactTypes
2021-08-13T01:39:56.095Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:39:56.166Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:39:56.168Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:39:56.169Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:39:56.169Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:39:56.170Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:39:57.198Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:39:57.199Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:39:57.199Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:39:57.199Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:40:46.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:40:46.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:40:46.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:40:46.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:40:46.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e0ba39f-bffd-4fe5-9ecf-a2a47f8c43a8 url= /sdc/v1/artifactTypes
2021-08-13T01:40:46.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:40:46.200Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:40:46.201Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:40:46.202Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:40:46.202Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:40:46.202Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:40:47.250Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:40:47.250Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:40:47.251Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:40:47.251Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:41:36.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:41:36.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:41:36.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:41:36.078Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:41:36.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5532c0d4-e604-425f-bcce-7886f393c413 url= /sdc/v1/artifactTypes
2021-08-13T01:41:36.083Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:41:36.136Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:41:36.137Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:41:36.138Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:41:36.138Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:41:36.139Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:41:37.164Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:41:37.165Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:41:37.165Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:41:37.166Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:42:26.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:42:26.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:42:26.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:42:26.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:42:26.082Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ceac26c-ffe5-46d8-9a8d-925a401d5936 url= /sdc/v1/artifactTypes
2021-08-13T01:42:26.082Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:42:26.128Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:42:26.129Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:42:26.129Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:42:26.130Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:42:26.130Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:42:27.151Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:42:27.151Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:42:27.151Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:42:27.152Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:43:16.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:43:16.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:43:16.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:43:16.078Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:43:16.084Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a70a516-d5f1-4560-9ac0-316c81dc0ad7 url= /sdc/v1/artifactTypes
2021-08-13T01:43:16.084Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:43:16.135Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:43:16.137Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:43:16.137Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:43:16.137Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:43:16.138Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:43:17.167Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:43:17.167Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:43:17.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:43:17.168Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:44:06.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:44:06.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:44:06.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:44:06.077Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:44:06.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c5ab868e-2a66-41d4-8ee6-1e32d4263603 url= /sdc/v1/artifactTypes
2021-08-13T01:44:06.084Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:44:06.132Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:44:06.134Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:44:06.134Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:44:06.134Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:44:06.135Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:44:07.152Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:44:07.152Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:44:07.153Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:44:07.153Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:44:56.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:44:56.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:44:56.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:44:56.079Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:44:56.086Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f0d41b21-f4a6-478d-86ce-76059febe05c url= /sdc/v1/artifactTypes
2021-08-13T01:44:56.087Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:44:56.136Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:44:56.137Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:44:56.137Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:44:56.137Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:44:56.138Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:44:57.166Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:44:57.167Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:44:57.167Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:44:57.167Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:45:46.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:45:46.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:45:46.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:45:46.077Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:45:46.081Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ffd6b001-59b0-43b3-adbc-845a8ff8cd24 url= /sdc/v1/artifactTypes
2021-08-13T01:45:46.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:45:46.121Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:45:46.122Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:45:46.122Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:45:46.122Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:45:46.122Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:45:47.152Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:45:47.152Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:45:47.153Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:45:47.153Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:46:36.074Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:46:36.075Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:46:36.075Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:46:36.079Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:46:36.085Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6dc2e990-aa04-4c95-8494-679b9697f063 url= /sdc/v1/artifactTypes
2021-08-13T01:46:36.086Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:46:36.199Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:46:36.201Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:46:36.201Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:46:36.202Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:46:36.202Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:46:37.230Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:46:37.230Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:46:37.231Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:46:37.231Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:47:26.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:47:26.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:47:26.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:47:26.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:47:26.082Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5983434d-f75e-49de-a0bd-26ac2e479cec url= /sdc/v1/artifactTypes
2021-08-13T01:47:26.082Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:47:26.123Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:47:26.124Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:47:26.125Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:47:26.125Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:47:26.125Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:47:27.152Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:47:27.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:47:27.153Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:47:27.154Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:47:52.053Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-13T01:48:16.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:48:16.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:48:16.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:48:16.077Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:48:16.084Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f7e6c50-a7a7-4f63-86c3-fe16806e75eb url= /sdc/v1/artifactTypes
2021-08-13T01:48:16.085Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:48:16.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:48:16.127Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:48:16.128Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:48:16.128Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:48:16.128Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:48:17.168Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:48:17.168Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:48:17.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:48:17.169Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:49:06.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:49:06.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:49:06.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:49:06.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:49:06.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47bb66fb-66a3-4922-a574-2de5ee415770 url= /sdc/v1/artifactTypes
2021-08-13T01:49:06.083Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:49:06.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:49:06.127Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:49:06.127Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:49:06.128Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:49:06.128Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:49:07.150Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:49:07.151Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:49:07.151Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:49:07.151Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:49:56.074Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:49:56.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:49:56.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:49:56.078Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:49:56.085Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f08ecaf7-c448-4f82-9a96-9ebd4bdcb48f url= /sdc/v1/artifactTypes
2021-08-13T01:49:56.085Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:49:56.126Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:49:56.128Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:49:56.128Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:49:56.128Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:49:56.129Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:49:57.167Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:49:57.168Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:49:57.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:49:57.169Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-13T01:50:46.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:50:46.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:50:46.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:50:46.077Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:50:46.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f87d8968-ec12-403f-9843-00733cd2c0d6 url= /sdc/v1/artifactTypes
2021-08-13T01:50:46.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:50:46.116Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:50:46.118Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:50:46.118Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:50:46.119Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:50:46.119Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:50:47.154Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:50:47.154Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:50:47.154Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:50:47.154Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-13T01:51:36.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:51:36.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:51:36.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:51:36.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:51:36.081Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eadcaafc-2eeb-42bf-a781-e172763c0329 url= /sdc/v1/artifactTypes
2021-08-13T01:51:36.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:51:36.125Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:51:36.126Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:51:36.126Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:51:36.127Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:51:36.127Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:51:37.166Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:51:37.167Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:51:37.167Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:51:37.167Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-13T01:52:26.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:52:26.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:52:26.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:52:26.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:52:26.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 92f746ea-374a-4eb7-8b33-67075ed975ea url= /sdc/v1/artifactTypes
2021-08-13T01:52:26.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:52:26.117Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:52:26.118Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:52:26.118Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:52:26.118Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:52:26.119Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:52:27.153Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:52:27.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:52:27.154Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:52:27.154Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-13T01:53:16.072Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:53:16.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:53:16.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:53:16.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:53:16.081Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19cbd8e0-0ea1-44f4-8f98-9a1c9b5034a4 url= /sdc/v1/artifactTypes
2021-08-13T01:53:16.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:53:16.120Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:53:16.121Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:53:16.121Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:53:16.121Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:53:16.122Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:53:17.167Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:53:17.168Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:53:17.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:53:17.168Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-13T01:54:06.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:54:06.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:54:06.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:54:06.077Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:54:06.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6a1f4a0c-8191-4b4c-a8b9-3604227aac1a url= /sdc/v1/artifactTypes
2021-08-13T01:54:06.083Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:54:06.121Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:54:06.122Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:54:06.122Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:54:06.122Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:54:06.122Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:54:07.152Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:54:07.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:54:07.153Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:54:07.154Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-13T01:54:56.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:54:56.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:54:56.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:54:56.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:54:56.081Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e4f6130b-37a4-4b0f-84aa-cabce4e5d6a1 url= /sdc/v1/artifactTypes
2021-08-13T01:54:56.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:54:56.121Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:54:56.122Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:54:56.123Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:54:56.123Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:54:56.123Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:54:57.171Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:54:57.172Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:54:57.172Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:54:57.172Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-13T01:55:46.072Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:55:46.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:55:46.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:55:46.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:55:46.078Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a199a91-463a-4a66-b3f1-5f65a7549b8f url= /sdc/v1/artifactTypes
2021-08-13T01:55:46.078Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:55:46.120Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:55:46.122Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:55:46.122Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:55:46.123Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:55:46.123Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:55:47.150Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-13T01:55:47.150Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)]
2021-08-13T01:55:47.151Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
2021-08-13T01:55:47.151Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-13T01:56:36.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-13T01:56:36.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-13T01:56:36.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-13T01:56:36.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-13T01:56:36.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fabc44ef-7c7d-49da-b75b-997b0ab4f37b url= /sdc/v1/artifactTypes
2021-08-13T01:56:36.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-13T01:56:36.117Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-13T01:56:36.118Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-13T01:56:36.119Z||scheduling-1|||||DEBUG|500||create keys
2021-08-13T01:56:36.119Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-13T01:56:36.119Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-13T01:56:36.151Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T01:56:36.171Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= db22b956-8025-4216-8fed-4c07f28d6eb5 url= /sdc/v1/registerForDistribution
2021-08-13T01:56:36.335Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= db22b956-8025-4216-8fed-4c07f28d6eb5 url= /sdc/v1/registerForDistribution
2021-08-13T01:56:36.335Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-13T01:56:36.345Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:56:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:56:36.350Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T01:56:36.350Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T01:56:36.350Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T01:56:36.350Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T01:56:36.352Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-13T01:56:46.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T01:56:46.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T01:57:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:57:36.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T01:57:36.344Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T01:57:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:57:36.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T01:57:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T01:57:45.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T01:57:45.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T01:58:36.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:58:36.345Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T01:58:36.345Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T01:58:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:58:36.347Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T01:58:36.347Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T01:58:45.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T01:58:45.900Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T01:59:36.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:59:36.344Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T01:59:36.344Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T01:59:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T01:59:36.346Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T01:59:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T01:59:45.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T01:59:45.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:00:36.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:00:36.345Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:00:36.345Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:00:36.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:00:36.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:00:36.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:00:45.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:00:45.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:01:36.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:01:36.345Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:01:36.345Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:01:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:01:36.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:01:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:01:45.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:01:45.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:02:36.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:02:36.344Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:02:36.344Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:02:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:02:36.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:02:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:02:45.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:02:45.897Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:03:36.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:03:36.344Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:03:36.345Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:03:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:03:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:03:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:03:45.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:03:45.936Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:04:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:04:36.345Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:04:36.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:04:36.351Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:04:36.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:04:36.355Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:04:45.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:04:45.906Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:05:36.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:05:36.345Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:05:36.345Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:05:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:05:36.348Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:05:36.348Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:05:45.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:05:45.901Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:06:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:06:36.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:06:36.344Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:06:36.346Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:06:36.347Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:06:36.347Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:06:45.893Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:06:45.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:07:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:07:36.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:07:36.344Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:07:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:07:36.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:07:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:07:45.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:07:45.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:08:36.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:08:36.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:08:36.344Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:08:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:08:36.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:08:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:08:45.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:08:45.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:09:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:09:36.345Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:09:36.345Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:09:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:09:36.347Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:09:36.347Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:09:45.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:09:45.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:10:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:10:36.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:10:36.345Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:10:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:10:36.346Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:10:36.347Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:10:45.895Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:10:45.895Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:11:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:11:36.345Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:11:36.345Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:11:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:11:36.347Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:11:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:11:45.899Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:11:45.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:12:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:12:36.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:12:36.345Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:12:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:12:36.347Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:12:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:12:45.896Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:12:45.898Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:13:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:13:36.345Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:13:36.345Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:13:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:13:36.347Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:13:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:13:45.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:13:45.897Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:14:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:14:36.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:14:36.345Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:14:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:14:36.347Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:14:36.347Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:14:45.891Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:14:45.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:15:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:15:36.345Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:15:36.345Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:15:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:15:36.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:15:36.348Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:15:45.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:15:45.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:16:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:16:36.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:16:36.345Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:16:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:16:36.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:16:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:16:45.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:16:45.898Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:17:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:17:36.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:17:36.344Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:17:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:17:36.347Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:17:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:17:45.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:17:45.934Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:18:36.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:18:36.345Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:18:36.346Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:18:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:18:36.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:18:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:18:45.890Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:18:45.898Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:19:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:19:36.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:19:36.344Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:19:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:19:36.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:19:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:19:45.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:19:45.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:20:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:20:36.345Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:20:36.345Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:20:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:20:36.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:20:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:20:45.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:20:45.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:21:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:21:36.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:21:36.344Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:21:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:21:36.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:21:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:21:45.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:21:45.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:22:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:22:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:22:36.346Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:22:36.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:22:36.348Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:22:36.348Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:22:45.892Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:22:45.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:23:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:23:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:23:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:23:36.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:23:36.346Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:23:36.347Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:23:45.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:23:45.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:24:36.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:24:36.345Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:24:36.350Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:24:36.350Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:24:36.350Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:24:36.350Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:24:45.897Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:24:45.897Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:25:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:25:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:25:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:25:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:25:36.347Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:25:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:25:45.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:25:45.917Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:26:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:26:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:26:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:26:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:26:36.347Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:26:36.347Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:26:45.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:26:45.896Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:27:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:27:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:27:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:27:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:27:36.347Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:27:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:27:45.895Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:27:45.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:28:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:28:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:28:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:28:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:28:36.347Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:28:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:28:45.885Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:28:45.891Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:29:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:29:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:29:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:29:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:29:36.347Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:29:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:29:45.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:29:45.897Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:30:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:30:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:30:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:30:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:30:36.346Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:30:36.346Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:30:45.896Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:30:45.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:31:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:31:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:31:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:31:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:31:36.346Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:31:36.347Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:31:45.889Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:31:45.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:32:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:32:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:32:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:32:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:32:36.346Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:32:36.347Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:32:45.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:32:45.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:33:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:33:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:33:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:33:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:33:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:33:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:33:45.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:33:45.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:34:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:34:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:34:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:34:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:34:36.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:34:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:34:45.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:34:45.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:35:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:35:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:35:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:35:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:35:36.347Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:35:36.347Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:35:45.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:35:45.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:36:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:36:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:36:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:36:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:36:36.347Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:36:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:36:45.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:36:45.896Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:37:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:37:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:37:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:37:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:37:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:37:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:37:45.889Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:37:45.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:38:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:38:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:38:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:38:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:38:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:38:36.346Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:38:45.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:38:45.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:39:36.345Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:39:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:39:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:39:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:39:36.346Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:39:36.346Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:39:45.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:39:45.896Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:40:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:40:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:40:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:40:36.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:40:36.347Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:40:36.347Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:40:45.889Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:40:45.896Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:41:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:41:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:41:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:41:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:41:36.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:41:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:41:45.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:41:45.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:42:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:42:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:42:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:42:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:42:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:42:36.346Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:42:45.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:42:45.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:43:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:43:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:43:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:43:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:43:36.346Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:43:36.347Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:43:45.890Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:43:45.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:44:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:44:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:44:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:44:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:44:36.347Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:44:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:44:45.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:44:45.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:45:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:45:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:45:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:45:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:45:36.346Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:45:36.346Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:45:45.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:45:45.898Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:46:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:46:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:46:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:46:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:46:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:46:36.346Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:46:45.896Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:46:45.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:47:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:47:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:47:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:47:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:47:36.347Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:47:36.347Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:47:45.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:47:45.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:48:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:48:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:48:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:48:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:48:36.346Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:48:36.346Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:48:45.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:48:45.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:49:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:49:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:49:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:49:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:49:36.346Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:49:36.346Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:49:45.899Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:49:45.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:50:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:50:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:50:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:50:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:50:36.347Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:50:36.347Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:50:45.889Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:50:45.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:51:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:51:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:51:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:51:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:51:36.346Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:51:36.347Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:51:45.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:51:45.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:52:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:52:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:52:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:52:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:52:36.346Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:52:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:52:45.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:52:45.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:53:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:53:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:53:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:53:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:53:36.346Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:53:36.346Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:53:45.907Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:53:45.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:54:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:54:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:54:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:54:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:54:36.346Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:54:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:54:45.892Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:54:45.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:55:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:55:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:55:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:55:36.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:55:36.346Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:55:36.346Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:55:45.888Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:55:45.893Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:56:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:56:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:56:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:56:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:56:36.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:56:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:56:45.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:56:45.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:57:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:57:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:57:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:57:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:57:36.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:57:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:57:45.888Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:57:45.889Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:58:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:58:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:58:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:58:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:58:36.347Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:58:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:58:45.891Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:58:45.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:59:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:59:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:59:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:59:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T02:59:36.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T02:59:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T02:59:45.887Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T02:59:45.888Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:00:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:00:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:00:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:00:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:00:36.346Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:00:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:00:45.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:00:45.902Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:01:36.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:01:36.345Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:01:36.345Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:01:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:01:36.349Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:01:36.349Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:01:45.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:01:45.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:02:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:02:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:02:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:02:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:02:36.346Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:02:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:02:45.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:02:45.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:03:36.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:03:36.345Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:03:36.346Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:03:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:03:36.347Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:03:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:03:45.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:03:45.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:04:36.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:04:36.345Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:04:36.345Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:04:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:04:36.347Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:04:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:04:45.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:04:45.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:05:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:05:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:05:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:05:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:05:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:05:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:05:45.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:05:45.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:06:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:06:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:06:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:06:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:06:36.347Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:06:36.347Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:06:45.916Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:06:45.927Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:07:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:07:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:07:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:07:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:07:36.346Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:07:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:07:45.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:07:45.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:08:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:08:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:08:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:08:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:08:36.346Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:08:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:08:45.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:08:45.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:09:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:09:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:09:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:09:36.346Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:09:36.347Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:09:36.347Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:09:45.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:09:45.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:10:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:10:36.345Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:10:36.345Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:10:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:10:36.346Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:10:36.347Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:10:45.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:10:45.906Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:11:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:11:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:11:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:11:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:11:36.346Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:11:36.346Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:11:45.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:11:45.891Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:12:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:12:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:12:36.345Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:12:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:12:36.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:12:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:12:45.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:12:45.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:13:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:13:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:13:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:13:36.346Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:13:36.347Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:13:36.347Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:13:45.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:13:45.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:14:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:14:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:14:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:14:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:14:36.347Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:14:36.347Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:14:45.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:14:45.893Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:15:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:15:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:15:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:15:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:15:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:15:36.346Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:15:45.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:15:45.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:16:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:16:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:16:36.345Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:16:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:16:36.347Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:16:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:16:45.894Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:16:45.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:17:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:17:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:17:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:17:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:17:36.347Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:17:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:17:45.896Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:17:45.901Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:18:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:18:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:18:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:18:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:18:36.347Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:18:36.347Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:18:45.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:18:45.898Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:19:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:19:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:19:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:19:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:19:36.347Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:19:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:19:45.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:19:45.891Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:20:36.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:20:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:20:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:20:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:20:36.346Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:20:36.346Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:20:45.895Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:20:45.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:21:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:21:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:21:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:21:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:21:36.347Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:21:36.347Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:21:45.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:21:45.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:22:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:22:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:22:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:22:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:22:36.346Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:22:36.346Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:22:45.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:22:45.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:23:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:23:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:23:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:23:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:23:36.346Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:23:36.346Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:23:45.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:23:45.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:24:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:24:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:24:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:24:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:24:36.346Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:24:36.346Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:24:45.888Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:24:45.891Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:25:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:25:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:25:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:25:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:25:36.347Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:25:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:25:45.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:25:45.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:26:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:26:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:26:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:26:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:26:36.347Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:26:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:26:45.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:26:45.890Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:27:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:27:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:27:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:27:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:27:36.346Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:27:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:27:45.890Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:27:45.893Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:28:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:28:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:28:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:28:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:28:36.346Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:28:36.346Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:28:45.896Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:28:45.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:29:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:29:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:29:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:29:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:29:36.346Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:29:36.346Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:29:45.892Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:29:45.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:30:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:30:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:30:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:30:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:30:36.346Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:30:36.346Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:30:45.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:30:45.892Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:31:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:31:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:31:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:31:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:31:36.346Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:31:36.346Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:31:45.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:31:45.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:32:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:32:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:32:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:32:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:32:36.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:32:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:32:45.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:32:45.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:33:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:33:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:33:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:33:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:33:36.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:33:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:33:45.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:33:45.893Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:34:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:34:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:34:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:34:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:34:36.346Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:34:36.346Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:34:45.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:34:45.920Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:35:36.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:35:36.344Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:35:36.344Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:35:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:35:36.347Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:35:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:35:45.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:35:45.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:36:36.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:36:36.345Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:36:36.345Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:36:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:36:36.346Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:36:36.346Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:36:45.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:36:45.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:37:36.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:37:36.344Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:37:36.345Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:37:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:37:36.347Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:37:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:37:45.890Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:37:45.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:38:36.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:38:36.345Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:38:36.345Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:38:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:38:36.346Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:38:36.346Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:38:45.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:38:45.897Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:39:36.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:39:36.344Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:39:36.344Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:39:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:39:36.347Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:39:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:39:45.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:39:45.894Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:40:36.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:40:36.344Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:40:36.344Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:40:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:40:36.346Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:40:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:40:45.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:40:45.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:41:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:41:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:41:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:41:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:41:36.347Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:41:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:41:45.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:41:45.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:42:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:42:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:42:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:42:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:42:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:42:36.346Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:42:45.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:42:45.909Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:43:36.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:43:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:43:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:43:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:43:36.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:43:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:43:45.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:43:45.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:44:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:44:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:44:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:44:36.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:44:36.347Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:44:36.347Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:44:45.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:44:45.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:45:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:45:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:45:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:45:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:45:36.346Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:45:36.347Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:45:45.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:45:45.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:46:36.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:46:36.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:46:36.344Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:46:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:46:36.346Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:46:36.346Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:46:45.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:46:45.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:47:36.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:47:36.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:47:36.344Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:47:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:47:36.346Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:47:36.346Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:47:45.891Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:47:45.896Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:48:36.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:48:36.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:48:36.344Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:48:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:48:36.346Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:48:36.346Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:48:45.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:48:45.912Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:49:36.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:49:36.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:49:36.345Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:49:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:49:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:49:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:49:45.904Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:49:45.920Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:50:36.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:50:36.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:50:36.344Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:50:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:50:36.346Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:50:36.346Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:50:45.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:50:45.893Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:51:36.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:51:36.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:51:36.344Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:51:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:51:36.346Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:51:36.346Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:51:45.892Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:51:45.895Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:52:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:52:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:52:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:52:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:52:36.346Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:52:36.347Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:52:45.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:52:45.910Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:53:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:53:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:53:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:53:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:53:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:53:36.346Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:53:45.893Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:53:45.894Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:54:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:54:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:54:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:54:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:54:36.347Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:54:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:54:45.916Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:54:45.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:55:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:55:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:55:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:55:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:55:36.347Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:55:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:55:45.893Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:55:45.893Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:56:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:56:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:56:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:56:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:56:36.346Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:56:36.346Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:56:45.905Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:56:45.919Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:57:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:57:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:57:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:57:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:57:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:57:36.346Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:57:45.904Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:57:45.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:58:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:58:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:58:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:58:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:58:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:58:36.346Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:58:45.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:58:45.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:59:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:59:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:59:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:59:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T03:59:36.346Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T03:59:36.346Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T03:59:45.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T03:59:45.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:00:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:00:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:00:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:00:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:00:36.347Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:00:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:00:45.888Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:00:45.889Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:01:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:01:36.345Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:01:36.345Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:01:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:01:36.347Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:01:36.347Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:01:45.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:01:45.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:02:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:02:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:02:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:02:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:02:36.346Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:02:36.346Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:02:45.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:02:45.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:03:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:03:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:03:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:03:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:03:36.347Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:03:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:03:45.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:03:45.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:04:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:04:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:04:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:04:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:04:36.347Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:04:36.347Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:04:45.892Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:04:45.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:05:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:05:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:05:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:05:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:05:36.347Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:05:36.347Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:05:45.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:05:45.890Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:06:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:06:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:06:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:06:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:06:36.346Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:06:36.346Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:06:45.892Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:06:45.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:07:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:07:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:07:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:07:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:07:36.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:07:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:07:45.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:07:45.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:08:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:08:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:08:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:08:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:08:36.346Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:08:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:08:45.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:08:45.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:09:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:09:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:09:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:09:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:09:36.346Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:09:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:09:45.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:09:45.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:10:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:10:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:10:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:10:36.346Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:10:36.346Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:10:36.346Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:10:45.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:10:45.890Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:11:36.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:11:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:11:36.347Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:11:36.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:11:36.347Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:11:36.347Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:11:45.892Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:11:45.893Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:12:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:12:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:12:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:12:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:12:36.346Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:12:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:12:45.891Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:12:45.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:13:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:13:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:13:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:13:36.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:13:36.347Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:13:36.347Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:13:45.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:13:45.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:14:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:14:36.345Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:14:36.345Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:14:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:14:36.347Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:14:36.347Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:14:45.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:14:45.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:15:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:15:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:15:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:15:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:15:36.347Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:15:36.347Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:15:45.890Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:15:45.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:16:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:16:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:16:36.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:16:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:36.971Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:36.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-13T04:16:36.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"05a7152c-19f7-4ca2-b759-564e93029664","serviceName":"basic_onboard_AlIZjz","serviceVersion":"1.0","serviceUUID":"9e7dc1f1-6784-4299-bb9a-76e0300c814c","serviceDescription":"service","serviceInvariantUUID":"99fc7a94-1cec-4d2b-91a7-6ca350c2f667","resources":[{"resourceInstanceName":"basic_onboard_AlIZjz 0","resourceName":"basic_onboard_AlIZjz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"742c15d1-5944-45ca-99a2-f70a673b8f91","resourceInvariantUUID":"5e8ae256-9559-45cf-a185-d32c53ac82c2","resourceCustomizationUUID":"45acba36-71e1-49b6-ae99-a8cf98dc3107","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml","artifactChecksum":"MTkxZjNjOWE2MzcxODFkZDBiN2M0YTcwMjVlNDAzMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b95dba57-02a3-4a5d-a6d0-8a0db822d3fd","artifactVersion":"1"},{"artifactName":"basic_onboard_alizjz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json","artifactChecksum":"ZjNmMTBiNGM2YTZiMTExNmJiNDNjYmQwYzEzZDJiMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bee75f58-e258-46fb-bc7c-074a363e715e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b53ac02f-2199-4e19-9d29-dd97f85c4793","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53396417-d382-4fc4-834c-8e6637390dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cde56269-741b-4f2c-ab78-6dfc454c053d","artifactVersion":"2","generatedFromUUID":"b53ac02f-2199-4e19-9d29-dd97f85c4793"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAlizjz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml","artifactChecksum":"MzI1YzRlM2Q5YWIyYTJhOTFkN2JlOTM2M2M2Y2Q1ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ed26a5f-730c-4846-a1df-50e211458e6e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAlizjz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar","artifactChecksum":"MDg4ODIwNjJmYjBhNTUzMDhhNTlhNGMyYzYxNjZhOGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ed91eb7-0338-463d-8369-634ceb2fe18e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T04:16:36.974Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:36.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:36.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "cds",
"timestamp": 1628828158511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:36.982Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:36.987Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:36.995Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:36.995Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828161072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "dcae-sch",
"timestamp": 1628828153250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "policy-id",
"timestamp": 1628828161073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "cds",
"timestamp": 1628828158511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "dcae-sch",
"timestamp": 1628828153250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828161072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "NOTIFIED"
}
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "policy-id",
"timestamp": 1628828161073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828162882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "cds",
"timestamp": 1628828158511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "dcae-sch",
"timestamp": 1628828153250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828161072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "policy-id",
"timestamp": 1628828161073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828162882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "cds",
"timestamp": 1628828158511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828161072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "dcae-sch",
"timestamp": 1628828153250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "policy-id",
"timestamp": 1628828161073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828162882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "cds",
"timestamp": 1628828158511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "dcae-sch",
"timestamp": 1628828153250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828161072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "policy-id",
"timestamp": 1628828161073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828162882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "cds",
"timestamp": 1628828158511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828161072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "dcae-sch",
"timestamp": 1628828153250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "policy-id",
"timestamp": 1628828161073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828162882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "cds",
"timestamp": 1628828158511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828161072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "dcae-sch",
"timestamp": 1628828153250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "policy-id",
"timestamp": 1628828161073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828162882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828162882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828169733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "cds",
"timestamp": 1628828170523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "policy-id",
"timestamp": 1628828170517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828170776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828169733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "cds",
"timestamp": 1628828171536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:16:37.108Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-08-13T04:16:37.134Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:37.135Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:37.145Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:37.147Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:16:37.261Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 05a7152c-19f7-4ca2-b759-564e93029664
2021-08-13T04:16:37.280Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a7152c-19f7-4ca2-b759-564e93029664 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:16:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "policy-id",
"timestamp": 1628828171524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:16:37.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828169733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "policy-id",
"timestamp": 1628828172527,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:16:37.405Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05a7152c-19f7-4ca2-b759-564e93029664
2021-08-13T04:16:37.405Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a7152c-19f7-4ca2-b759-564e93029664 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:16:37.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828172809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828169733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828169733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828175086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "aai-ml",
"timestamp": 1628828174702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828169733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828176345,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:16:37.436Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05a7152c-19f7-4ca2-b759-564e93029664
2021-08-13T04:16:37.436Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a7152c-19f7-4ca2-b759-564e93029664 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-13T04:16:37.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "aai-ml",
"timestamp": 1628828174702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828169733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828177349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "aai-ml",
"timestamp": 1628828174702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "aai-ml",
"timestamp": 1628828174702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "clamp",
"timestamp": 1628828178306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828179318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "aai-ml",
"timestamp": 1628828174702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "clamp",
"timestamp": 1628828178306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "NOTIFIED"
}
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "aai-ml",
"timestamp": 1628828174702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "clamp",
"timestamp": 1628828178306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "aai-ml",
"timestamp": 1628828174702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "clamp",
"timestamp": 1628828178306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "clamp",
"timestamp": 1628828178306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "aai-ml",
"timestamp": 1628828183020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828183163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:16:37.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:16:37.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "clamp",
"timestamp": 1628828178306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:37.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:37.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828184167,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:16:37.453Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 05a7152c-19f7-4ca2-b759-564e93029664
2021-08-13T04:16:37.454Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a7152c-19f7-4ca2-b759-564e93029664 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:16:37.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:16:37.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "clamp",
"timestamp": 1628828178306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:16:37.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:16:38.001Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:38.001Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:38.003Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:38.003Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "NOTIFIED"
}
2021-08-13T04:16:38.103Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:38.104Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:38.104Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:38.114Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:38.114Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:39.003Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:39.005Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:39.006Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:39.007Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-13T04:16:39.107Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:39.108Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:39.108Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:39.119Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:39.120Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:40.007Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:40.009Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:40.010Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:40.011Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:40.111Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:40.111Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:40.112Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:40.122Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:40.123Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:41.011Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:41.012Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:41.014Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:41.014Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-13T04:16:41.114Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:41.115Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:41.116Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:41.126Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:41.127Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:42.014Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:42.015Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:42.016Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:42.016Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:16:42.117Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:16:42.118Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:42.118Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:42.168Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:42.169Z||pool-8-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:16:43.017Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:16:43.018Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:43.020Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:43.020Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:16:43.120Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:43.121Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:43.121Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:43.131Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:43.131Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:16:44.022Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"serviceName": "basic_onboard_AlIZjz",
"serviceVersion": "1.0",
"serviceUUID": "9e7dc1f1-6784-4299-bb9a-76e0300c814c",
"serviceDescription": "service",
"serviceInvariantUUID": "99fc7a94-1cec-4d2b-91a7-6ca350c2f667",
"resources": [
{
"resourceInstanceName": "basic_onboard_AlIZjz 0",
"resourceCustomizationUUID": "45acba36-71e1-49b6-ae99-a8cf98dc3107",
"resourceName": "basic_onboard_AlIZjz",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "742c15d1-5944-45ca-99a2-f70a673b8f91",
"resourceInvariantUUID": "5e8ae256-9559-45cf-a185-d32c53ac82c2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_alizjz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"artifactChecksum": "ZjNmMTBiNGM2YTZiMTExNmJiNDNjYmQwYzEzZDJiMDU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bee75f58-e258-46fb-bc7c-074a363e715e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b53ac02f-2199-4e19-9d29-dd97f85c4793",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cde56269-741b-4f2c-ab78-6dfc454c053d",
"generatedFromUUID": "b53ac02f-2199-4e19-9d29-dd97f85c4793"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cde56269-741b-4f2c-ab78-6dfc454c053d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAlizjz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"artifactChecksum": "MDg4ODIwNjJmYjBhNTUzMDhhNTlhNGMyYzYxNjZhOGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6ed91eb7-0338-463d-8369-634ceb2fe18e"
}
],
"workloadContext": "Production"
}
2021-08-13T04:16:44.027Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T04:16:44.027Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9e7dc1f1-6784-4299-bb9a-76e0300c814c ASDC
2021-08-13T04:16:44.131Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:05a7152c-19f7-4ca2-b759-564e93029664
ServiceName:basic_onboard_AlIZjz
ServiceVersion:1.0
ServiceUUID:9e7dc1f1-6784-4299-bb9a-76e0300c814c
ServiceInvariantUUID:99fc7a94-1cec-4d2b-91a7-6ca350c2f667
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAlizjz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar
ArtifactUUID:6ed91eb7-0338-463d-8369-634ceb2fe18e
ArtifactChecksum:MDg4ODIwNjJmYjBhNTUzMDhhNTlhNGMyYzYxNjZhOGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_AlIZjz 0
ResourceCustomizationUUID:45acba36-71e1-49b6-ae99-a8cf98dc3107
ResourceInvariantUUID:5e8ae256-9559-45cf-a185-d32c53ac82c2
ResourceName:basic_onboard_AlIZjz
ResourceType:VF
ResourceUUID:742c15d1-5944-45ca-99a2-f70a673b8f91
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_alizjz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json
ArtifactUUID:bee75f58-e258-46fb-bc7c-074a363e715e
ArtifactChecksum:ZjNmMTBiNGM2YTZiMTExNmJiNDNjYmQwYzEzZDJiMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b53ac02f-2199-4e19-9d29-dd97f85c4793
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env
ArtifactUUID:cde56269-741b-4f2c-ab78-6dfc454c053d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env
ArtifactUUID:cde56269-741b-4f2c-ab78-6dfc454c053d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-13T04:16:44.131Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e7dc1f1-6784-4299-bb9a-76e0300c814c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T04:16:44.186Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:16:44.194Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:16:44.194Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:16:44.195Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6ed91eb7-0338-463d-8369-634ceb2fe18e from URL: /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:44.195Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:16:44.196Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:45.494Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:16:45.503Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar 6ed91eb7-0338-463d-8369-634ceb2fe18e 71386
2021-08-13T04:16:45.507Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar ASDC sendASDCNotification
2021-08-13T04:16:45.507Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:45.508Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:16:45.508Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:45.510Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:45.510Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828205503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:16:45.610Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:45.611Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:45.611Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:45.622Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:45.623Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:46.510Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:16:46.511Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:16:46.512Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6ed91eb7-0338-463d-8369-634ceb2fe18e, URL: /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar to file: /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:46.512Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:46.631Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:46.631Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:46.985Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1781007977890396250/Definitions/service-BasicOnboardAlizjz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-13T04:16:49.124Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T04:16:49.128Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.129Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.130Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.130Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AlIZjz 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.130Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:49.130Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:16:49.136Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:49.137Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.141Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:49.142Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:16:49.143Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:16:49.144Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:49.144Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.145Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:49.145Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:16:49.145Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:16:49.145Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:49.146Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.150Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:49.150Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is not matching search criteria
2021-08-13T04:16:49.150Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-13T04:16:49.151Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-13T04:16:49.151Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-13T04:16:49.151Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T04:16:49.151Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T04:16:49.152Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:49.152Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:16:49.153Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:49.153Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:49.154Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:16:49.154Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:49.154Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:49.155Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:16:49.155Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:49.155Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:49.155Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:16:49.156Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:49.156Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is not matching search criteria
2021-08-13T04:16:49.156Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-13T04:16:49.156Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T04:16:49.157Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3660eb1d-3a0f-45d4-a847-cc3ab7ab74e1
2021-08-13T04:16:49.157Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:49.157Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.157Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:49.157Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.158Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:49.158Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.158Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:49.158Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:49.158Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_AlIZjz
Description:service
Model UUID:9e7dc1f1-6784-4299-bb9a-76e0300c814c
Model Version:NULL
Model InvariantUuid:99fc7a94-1cec-4d2b-91a7-6ca350c2f667
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_AlIZjz
Model UUID:68770e4c-f890-4142-94d2-d9f16cdbbff6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5e8ae256-9559-45cf-a185-d32c53ac82c2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:45acba36-71e1-49b6-ae99-a8cf98dc3107
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:69d26030-069e-4f1a-8b1b-acad830ec99a
ModelName:BasicOnboardAlizjz..base_ubuntu18..module-0
ModelUuid:51dd4c89-0d07-4d4a-84ca-5d48f03c1fcc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3660eb1d-3a0f-45d4-a847-cc3ab7ab74e1
ModelInvariantUuid:4761b33d-7452-4d36-bf0e-f84a2ecc7220
ModelName:basic_onboard_AlIZjz-nodes.ubuntu18Cvfc
ModelUuid:16e9bb88-2538-4692-bf81-d3ee5e73a715
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:086b03e3-8e99-43a6-8149-e1281251df82
ModelInvariantUuid:5044533a-6201-4e1d-bb3b-31a66490f5d5
ModelName:BasicOnboardAlizjz.compute.nodes.heat.ubuntu18
ModelUuid:40892861-8053-4ec8-b86b-6d598a0fde6b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-13T04:16:49.168Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 742c15d1-5944-45ca-99a2-f70a673b8f91
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T04:16:49.267Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||basic_onboard_AlIZjz 0
2021-08-13T04:16:49.274Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 742c15d1-5944-45ca-99a2-f70a673b8f91
2021-08-13T04:16:49.275Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bee75f58-e258-46fb-bc7c-074a363e715e from URL: /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json
2021-08-13T04:16:49.275Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:16:49.275Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json
2021-08-13T04:16:50.566Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:16:50.567Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json bee75f58-e258-46fb-bc7c-074a363e715e 798
2021-08-13T04:16:50.567Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json ASDC sendASDCNotification
2021-08-13T04:16:50.567Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json
2021-08-13T04:16:50.568Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:16:50.568Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:50.570Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:50.570Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828210567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:16:50.671Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:50.672Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:50.672Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:50.683Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:50.684Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:51.574Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAlizjz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "69d26030-069e-4f1a-8b1b-acad830ec99a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "51dd4c89-0d07-4d4a-84ca-5d48f03c1fcc",
"vfModuleModelCustomizationUUID": "9c247de3-5f39-41ca-bf64-7a76a4bd9379",
"isBase": true,
"artifacts": [
"b53ac02f-2199-4e19-9d29-dd97f85c4793",
"cde56269-741b-4f2c-ab78-6dfc454c053d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-13T04:16:51.596Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAlizjz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51dd4c89-0d07-4d4a-84ca-5d48f03c1fcc
VfModuleModelInvariantUUID:69d26030-069e-4f1a-8b1b-acad830ec99a
VfModuleModelDescription:NULL
Artifacts UUID List:{
b53ac02f-2199-4e19-9d29-dd97f85c4793
,
cde56269-741b-4f2c-ab78-6dfc454c053d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-13T04:16:51.598Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAlizjz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "69d26030-069e-4f1a-8b1b-acad830ec99a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "51dd4c89-0d07-4d4a-84ca-5d48f03c1fcc",
"vfModuleModelCustomizationUUID": "9c247de3-5f39-41ca-bf64-7a76a4bd9379",
"isBase": true,
"artifacts": [
"b53ac02f-2199-4e19-9d29-dd97f85c4793",
"cde56269-741b-4f2c-ab78-6dfc454c053d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-13T04:16:51.598Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAlizjz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51dd4c89-0d07-4d4a-84ca-5d48f03c1fcc
VfModuleModelInvariantUUID:69d26030-069e-4f1a-8b1b-acad830ec99a
VfModuleModelDescription:NULL
Artifacts UUID List:{
b53ac02f-2199-4e19-9d29-dd97f85c4793
,
cde56269-741b-4f2c-ab78-6dfc454c053d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-13T04:16:51.599Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b53ac02f-2199-4e19-9d29-dd97f85c4793 from URL: /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml
2021-08-13T04:16:51.599Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:16:51.599Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml
2021-08-13T04:16:52.918Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:16:52.919Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml b53ac02f-2199-4e19-9d29-dd97f85c4793 5033
2021-08-13T04:16:52.919Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-13T04:16:52.919Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml
2021-08-13T04:16:52.919Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:16:52.919Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:52.921Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:52.921Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828212919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:16:53.021Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:53.022Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:53.022Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:53.032Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:53.032Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:53.922Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cde56269-741b-4f2c-ab78-6dfc454c053d from URL: /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env
2021-08-13T04:16:53.922Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:16:53.922Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env
2021-08-13T04:16:55.213Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:16:55.213Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env cde56269-741b-4f2c-ab78-6dfc454c053d 909
2021-08-13T04:16:55.213Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-13T04:16:55.214Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env
2021-08-13T04:16:55.214Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:16:55.214Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:55.215Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:55.216Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828215213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:16:55.316Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:55.316Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:55.317Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:55.328Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:55.328Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:56.216Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9e7dc1f1-6784-4299-bb9a-76e0300c814c
2021-08-13T04:16:56.216Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AlIZjz 0 742c15d1-5944-45ca-99a2-f70a673b8f91 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T04:16:56.248Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.249Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.249Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-08-13T04:16:56.250Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 45acba36-71e1-49b6-ae99-a8cf98dc3107
2021-08-13T04:16:56.250Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 45acba36-71e1-49b6-ae99-a8cf98dc3107 matches Tosca VF Customization UUID: 45acba36-71e1-49b6-ae99-a8cf98dc3107
2021-08-13T04:16:56.250Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 45acba36-71e1-49b6-ae99-a8cf98dc3107 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-13T04:16:56.257Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.257Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.259Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 45acba36-71e1-49b6-ae99-a8cf98dc3107: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-08-13T04:16:56.259Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f27d49
2021-08-13T04:16:56.259Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.260Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:16:56.260Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9c247de3-5f39-41ca-bf64-7a76a4bd9379
2021-08-13T04:16:56.261Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9c247de3-5f39-41ca-bf64-7a76a4bd9379
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-13T04:16:56.266Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.266Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:56.267Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:16:56.267Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.268Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:56.268Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:16:56.268Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.268Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is not matching search criteria
2021-08-13T04:16:56.268Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-13T04:16:56.269Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-13T04:16:56.269Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3660eb1d-3a0f-45d4-a847-cc3ab7ab74e1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-13T04:16:56.276Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.277Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:56.277Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:16:56.277Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.278Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_AlIZjz 0 is matching search criteria
2021-08-13T04:16:56.278Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_AlIZjz 0] matching following query criteria: sdcType=VF, customizationUUID=45acba36-71e1-49b6-ae99-a8cf98dc3107
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T04:16:56.280Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.280Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.281Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9e7dc1f1-6784-4299-bb9a-76e0300c814c: basic_onboard_AlIZjz
2021-08-13T04:16:56.281Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.281Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.281Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.282Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.282Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.282Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.282Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.282Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.282Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:16:56.283Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_AlIZjz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:16:56.283Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_AlIZjz
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:16:56.497Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AlIZjz 742c15d1-5944-45ca-99a2-f70a673b8f91 1 ASDC deployResourceStructure
2021-08-13T04:16:56.497Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json ASDC sendASDCNotification
2021-08-13T04:16:56.497Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json
2021-08-13T04:16:56.497Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:16:56.497Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:56.499Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:56.499Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828216497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-13T04:16:56.599Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:56.600Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:56.600Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:56.609Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:56.610Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:57.500Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-13T04:16:57.500Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml
2021-08-13T04:16:57.500Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:16:57.500Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:57.502Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:57.502Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828217500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-13T04:16:57.603Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:16:57.604Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:57.604Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:57.616Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:57.616Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:58.504Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-13T04:16:58.504Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env
2021-08-13T04:16:58.504Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:16:58.505Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:58.507Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:58.507Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828218504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-13T04:16:58.607Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:16:58.608Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:58.608Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:58.617Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:58.618Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:16:59.508Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar ASDC sendASDCNotification
2021-08-13T04:16:59.508Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar
2021-08-13T04:16:59.509Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:16:59.509Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:16:59.511Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:16:59.511Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828219508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:16:59.612Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:16:59.613Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:16:59.613Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:16:59.625Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:16:59.626Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:17:00.512Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:17:00.527Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:17:00.531Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:17:00.531Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:17:00.531Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:17:30.531Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:17:30.545Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:17:30.549Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:17:30.549Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:17:30.549Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:17:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:17:36.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:17:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:17:36.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:17:36.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:17:36.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:17:36.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:00.549Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:18:00.560Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:18:00.564Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:18:00.564Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:18:00.565Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:18:30.565Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:18:30.575Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:18:30.578Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:18:30.578Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:18:30.578Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:18:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:18:36.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:18:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:18:36.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:18:36.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "clamp",
"timestamp": 1628828197097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "aai-ml",
"timestamp": 1628828197418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "aai-ml",
"timestamp": 1628828198423,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:18:36.387Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 05a7152c-19f7-4ca2-b759-564e93029664
2021-08-13T04:18:36.387Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a7152c-19f7-4ca2-b759-564e93029664 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "clamp",
"timestamp": 1628828199091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "clamp",
"timestamp": 1628828200095,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:18:36.399Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 05a7152c-19f7-4ca2-b759-564e93029664
2021-08-13T04:18:36.399Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a7152c-19f7-4ca2-b759-564e93029664 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:18:36.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828196343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828205503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828210567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828212919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828215213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828216497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/basic_onboard_alizjz0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828217500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828218504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/resourceInstances/basic_onboard_alizjz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828219508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlizjz/1.0/artifacts/service-BasicOnboardAlizjz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828241072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "dcae-sch",
"timestamp": 1628828233250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "cds",
"timestamp": 1628828233511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "aai-ml",
"timestamp": 1628828234702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "clamp",
"timestamp": 1628828238306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "policy-id",
"timestamp": 1628828241073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828241072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "aai-ml",
"timestamp": 1628828234702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "dcae-sch",
"timestamp": 1628828233250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "cds",
"timestamp": 1628828233511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "clamp",
"timestamp": 1628828238306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "policy-id",
"timestamp": 1628828241073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828242882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828241072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "clamp",
"timestamp": 1628828238306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "aai-ml",
"timestamp": 1628828234702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "dcae-sch",
"timestamp": 1628828233250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "cds",
"timestamp": 1628828233511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "policy-id",
"timestamp": 1628828241073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828242882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "clamp",
"timestamp": 1628828238306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "aai-ml",
"timestamp": 1628828234702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "cds",
"timestamp": 1628828233511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828241072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "dcae-sch",
"timestamp": 1628828233250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "policy-id",
"timestamp": 1628828241073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828242882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828241072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "cds",
"timestamp": 1628828233511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "aai-ml",
"timestamp": 1628828234702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "clamp",
"timestamp": 1628828238306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "dcae-sch",
"timestamp": 1628828233250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "policy-id",
"timestamp": 1628828241073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828242882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828241072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "cds",
"timestamp": 1628828233511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "dcae-sch",
"timestamp": 1628828233250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "aai-ml",
"timestamp": 1628828234702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "clamp",
"timestamp": 1628828238306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "policy-id",
"timestamp": 1628828241073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828242882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828241072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "cds",
"timestamp": 1628828233511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "clamp",
"timestamp": 1628828238306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "aai-ml",
"timestamp": 1628828234702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "dcae-sch",
"timestamp": 1628828233250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "policy-id",
"timestamp": 1628828241073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828242882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828242882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "policy-id",
"timestamp": 1628828251005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "cds",
"timestamp": 1628828251108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828251210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "aai-ml",
"timestamp": 1628828251223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "policy-id",
"timestamp": 1628828252009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "cds",
"timestamp": 1628828252112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:18:36.434Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
2021-08-13T04:18:36.434Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:18:36.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "policy-id",
"timestamp": 1628828253011,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:18:36.447Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
2021-08-13T04:18:36.447Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:18:36.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828253416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.458Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:18:36.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:18:36.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828255388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:18:36.459Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:19:00.578Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:19:00.589Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:19:00.592Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:19:00.593Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:19:00.593Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:19:00.593Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:19:00.597Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T04:19:30.597Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 05a7152c-19f7-4ca2-b759-564e93029664 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-13T04:19:30.606Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 05a7152c-19f7-4ca2-b759-564e93029664 and serviceModelVersionId: 9e7dc1f1-6784-4299-bb9a-76e0300c814c
2021-08-13T04:19:30.606Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99fc7a94-1cec-4d2b-91a7-6ca350c2f667
2021-08-13T04:19:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:19:36.347Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:19:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:36.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:19:36.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-13T04:19:36.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828256413,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:19:36.385Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
2021-08-13T04:19:36.385Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-13T04:19:42.542Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0
2021-08-13T04:19:42.639Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T04:19:43.090Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0|INFO|500||Invoke
2021-08-13T04:19:43.098Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[05a7152c-19f7-4ca2-b759-564e93029664], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eb4d2c6a-f1c2-4ad8-89e6-7431846317fd], X-ECOMP-RequestID=[05a7152c-19f7-4ca2-b759-564e93029664], X-TransactionId=[], X-ONAP-RequestID=[05a7152c-19f7-4ca2-b759-564e93029664], Content-Type=[application/merge-patch+json]}
2021-08-13T04:19:43.213Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-13T04:19:43.389Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210813-04:19:43:216-78191], vertex-id=[172136], Content-Length=[0], Date=[Fri, 13 Aug 2021 04:19:43 GMT], Content-Type=[application/json]}
2021-08-13T04:19:43.391Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-13T04:19:43.392Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99fc7a94-1cec-4d2b-91a7-6ca350c2f667/model-vers/model-ver/9e7dc1f1-6784-4299-bb9a-76e0300c814c?depth=0|INFO|500||InvokeReturn
2021-08-13T04:19:43.394Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T04:19:43.394Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T04:19:43.398Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-13T04:19:43.399Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 05a7152c-19f7-4ca2-b759-564e93029664 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T04:19:43.399Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T04:19:43.400Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:43.401Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:43.401Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828383399,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:19:43.501Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:43.502Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:19:43.503Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:43.514Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:19:43.514Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T04:19:44.414Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:19:44.414Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:19:44.414Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:48.740Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:19:48.741Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-13T04:19:48.741Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4002dd7-d2f7-4ae8-98c9-1503a87e77a0","serviceName":"vFW 2021-08-13 04-14-31","serviceVersion":"1.0","serviceUUID":"5a989433-7440-4d9d-a8de-aa892afe2392","serviceDescription":"catalog service description","serviceInvariantUUID":"22a11f00-7b66-479c-aa79-7d1c1455eb91","resources":[{"resourceInstanceName":"vFW 2d336b9e-07cd 0","resourceName":"vFW 2d336b9e-07cd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a","resourceInvariantUUID":"5aadcbac-262d-48f5-a336-14c88f6bd758","resourceCustomizationUUID":"30d67173-bbd5-49ed-b721-a5c71e44eb57","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml","artifactChecksum":"NGVjNDg1MWFjMjJkZjRkZjI3NmQ4NmI4ZmU5OWM1Yzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4bb15f97-0a53-4bef-a46b-656a80406cb1","artifactVersion":"1"},{"artifactName":"vfw2d336b9e07cd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json","artifactChecksum":"NTNiODhlMjY4MjQ0NzM4NmFlNWIxZDY0ZjA5MGU3MWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8d5181cf-10fd-4c26-8732-a1df4fd306c4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ee828e96-439c-4c1d-a54e-85a608ba90e5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml","artifactChecksum":"MjgzMGEwMGE2MjIwZmFkYWVmNTQ5NDMzODUzMzk5Zjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b8749775-cc45-4998-92a8-71b9bad5864d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9e1e540f-dcea-459e-8271-62ee8361fdff","artifactVersion":"2","generatedFromUUID":"ee828e96-439c-4c1d-a54e-85a608ba90e5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210813041431-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml","artifactChecksum":"YjUwNzY0ZjAzM2FlYzM1NGIzYWI5NDViYzM2M2E5NTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a7a2333-ebca-4f99-a892-009670671a50","artifactVersion":"1"},{"artifactName":"service-Vfw20210813041431-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar","artifactChecksum":"NWQ4MzIyNjZjNDYzMTcxZDViZmI5MmM3YTAyYjc0NDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75bd8bc1-0ab7-42e3-965b-4e2f655a2509","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T04:19:48.744Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:48.744Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:48.746Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:48.747Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:19:48.847Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:48.848Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:19:48.848Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:48.859Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:19:48.860Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:49.747Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:49.749Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:49.750Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:49.751Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "NOTIFIED"
}
2021-08-13T04:19:49.851Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:49.852Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:19:49.852Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:49.862Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:19:49.863Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:50.751Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:50.752Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:50.754Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:50.754Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-13T04:19:50.854Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:50.855Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:19:50.855Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:50.867Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:19:50.867Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:51.755Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:51.756Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:51.758Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:51.758Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:19:51.859Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:19:51.860Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:19:51.860Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:51.871Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:19:51.872Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:52.759Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:52.760Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:52.763Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:52.763Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-13T04:19:52.863Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:52.864Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:19:52.864Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:52.874Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:19:52.875Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:53.763Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:53.764Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:53.766Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:53.766Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:19:53.867Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:53.868Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:19:53.868Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:53.878Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:19:53.878Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:54.767Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:19:54.768Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:54.770Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:54.770Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:19:54.870Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:54.871Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:19:54.871Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:54.883Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:19:54.884Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:55.772Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"serviceName": "vFW 2021-08-13 04-14-31",
"serviceVersion": "1.0",
"serviceUUID": "5a989433-7440-4d9d-a8de-aa892afe2392",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "22a11f00-7b66-479c-aa79-7d1c1455eb91",
"resources": [
{
"resourceInstanceName": "vFW 2d336b9e-07cd 0",
"resourceCustomizationUUID": "30d67173-bbd5-49ed-b721-a5c71e44eb57",
"resourceName": "vFW 2d336b9e-07cd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a",
"resourceInvariantUUID": "5aadcbac-262d-48f5-a336-14c88f6bd758",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2d336b9e07cd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"artifactChecksum": "NTNiODhlMjY4MjQ0NzM4NmFlNWIxZDY0ZjA5MGU3MWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8d5181cf-10fd-4c26-8732-a1df4fd306c4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ee828e96-439c-4c1d-a54e-85a608ba90e5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9e1e540f-dcea-459e-8271-62ee8361fdff",
"generatedFromUUID": "ee828e96-439c-4c1d-a54e-85a608ba90e5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9e1e540f-dcea-459e-8271-62ee8361fdff",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210813041431-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"artifactChecksum": "NWQ4MzIyNjZjNDYzMTcxZDViZmI5MmM3YTAyYjc0NDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75bd8bc1-0ab7-42e3-965b-4e2f655a2509"
}
],
"workloadContext": "Production"
}
2021-08-13T04:19:55.773Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T04:19:55.773Z|05a7152c-19f7-4ca2-b759-564e93029664|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a989433-7440-4d9d-a8de-aa892afe2392 ASDC
2021-08-13T04:19:55.774Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
ServiceName:vFW 2021-08-13 04-14-31
ServiceVersion:1.0
ServiceUUID:5a989433-7440-4d9d-a8de-aa892afe2392
ServiceInvariantUUID:22a11f00-7b66-479c-aa79-7d1c1455eb91
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210813041431-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar
ArtifactUUID:75bd8bc1-0ab7-42e3-965b-4e2f655a2509
ArtifactChecksum:NWQ4MzIyNjZjNDYzMTcxZDViZmI5MmM3YTAyYjc0NDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2d336b9e-07cd 0
ResourceCustomizationUUID:30d67173-bbd5-49ed-b721-a5c71e44eb57
ResourceInvariantUUID:5aadcbac-262d-48f5-a336-14c88f6bd758
ResourceName:vFW 2d336b9e-07cd
ResourceType:VF
ResourceUUID:5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2d336b9e07cd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json
ArtifactUUID:8d5181cf-10fd-4c26-8732-a1df4fd306c4
ArtifactChecksum:NTNiODhlMjY4MjQ0NzM4NmFlNWIxZDY0ZjA5MGU3MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml
ArtifactUUID:ee828e96-439c-4c1d-a54e-85a608ba90e5
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env
ArtifactUUID:9e1e540f-dcea-459e-8271-62ee8361fdff
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env
ArtifactUUID:9e1e540f-dcea-459e-8271-62ee8361fdff
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-13T04:19:55.774Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a989433-7440-4d9d-a8de-aa892afe2392 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T04:19:55.803Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:19:55.804Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:19:55.804Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:19:55.804Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 75bd8bc1-0ab7-42e3-965b-4e2f655a2509 from URL: /sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar
2021-08-13T04:19:55.804Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:19:55.805Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar
2021-08-13T04:19:56.803Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:19:56.807Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar 75bd8bc1-0ab7-42e3-965b-4e2f655a2509 98685
2021-08-13T04:19:56.807Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar ASDC sendASDCNotification
2021-08-13T04:19:56.807Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar
2021-08-13T04:19:56.807Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:19:56.808Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:19:56.809Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:19:56.810Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828396807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:19:56.910Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:19:56.911Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:19:56.911Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:19:56.921Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:19:56.922Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:19:57.810Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:19:57.811Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:19:57.812Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 75bd8bc1-0ab7-42e3-965b-4e2f655a2509, URL: /sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar to file: /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:19:57.812Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210813041431-csar.csar
2021-08-13T04:19:57.813Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:19:57.813Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:19:58.140Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13108128111670118014/Definitions/service-Vfw20210813041431-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-08-13T04:20:00.397Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2d336b9e-07cd 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.398Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:20:00.399Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.400Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.400Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:00.400Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:20:00.400Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:20:00.400Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.401Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.401Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:00.401Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:20:00.401Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:20:00.401Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.401Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.402Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.403Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T04:20:00.404Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.404Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T04:20:00.404Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.404Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-13T04:20:00.404Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.404Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:20:00.405Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.405Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:00.405Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:00.405Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.405Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:00.405Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:00.406Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.406Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:00.406Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:00.406Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.406Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:00.406Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.407Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=15e9b80f-ffb3-4824-8434-abb29007ebba
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:00.408Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-13T04:20:00.409Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ec06e6f8-e9f3-49f6-a444-87b2e8d7c41a
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:00.410Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:00.411Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T04:20:00.412Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T04:20:00.412Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:00.412Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:00.412Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-13T04:20:00.420Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0e491b98-657e-4ba2-9032-4832adeb7270
2021-08-13T04:20:00.420Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.420Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:00.421Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-13 04-14-31
Description:catalog service description
Model UUID:5a989433-7440-4d9d-a8de-aa892afe2392
Model Version:NULL
Model InvariantUuid:22a11f00-7b66-479c-aa79-7d1c1455eb91
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2d336b9e-07cd
Model UUID:14c4bade-f9bc-41a4-924c-a82cdae2cda5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5aadcbac-262d-48f5-a336-14c88f6bd758
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:30d67173-bbd5-49ed-b721-a5c71e44eb57
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9e4104af-45c7-45a5-a160-c112d69f409d
ModelName:Vfw2d336b9e07cd..base_vfw..module-0
ModelUuid:c3bdcb5f-04c0-4bbd-9c96-17be39d9fdee
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:15e9b80f-ffb3-4824-8434-abb29007ebba
ModelInvariantUuid:484bc48c-b107-4292-92db-e1ec1d3cfcb8
ModelName:vFW 2d336b9e-07cd-nodes.vfwCvfc
ModelUuid:14de1a23-36cd-4f6d-8ff4-193f5368f39c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:54d4c803-394c-490c-824b-1be256e16113
ModelInvariantUuid:f427b2db-aba8-4961-96da-08d3a4ee620a
ModelName:Vfw2d336b9e07cd.compute.nodes.heat.vfw
ModelUuid:18746273-a6d0-4786-995d-84b0df52b966
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ec06e6f8-e9f3-49f6-a444-87b2e8d7c41a
ModelInvariantUuid:efaba7cd-6fe7-4e0b-bb78-0135e32dc231
ModelName:vFW 2d336b9e-07cd-nodes.vsnCvfc
ModelUuid:381e06ee-fe25-4e21-9083-efe7127238be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c06b287f-da7a-4f84-b859-b86f309358c4
ModelInvariantUuid:4929e3a0-4c31-4bea-b34d-fdd0570d0f9a
ModelName:Vfw2d336b9e07cd.compute.nodes.heat.vsn
ModelUuid:d288691a-338d-44d0-a702-fb501d36180d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0e491b98-657e-4ba2-9032-4832adeb7270
ModelInvariantUuid:c2dfa517-871d-48f8-a01e-11b3d2442f38
ModelName:vFW 2d336b9e-07cd-nodes.vpgCvfc
ModelUuid:75f2ca0c-5fa0-406a-8336-0e4e0390540f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:8c60c66a-ce04-43c8-83e7-211e48b2dca6
ModelInvariantUuid:828241c5-d8fb-4f2e-ba0a-e415474aa732
ModelName:Vfw2d336b9e07cd.compute.nodes.heat.vpg
ModelUuid:5e373f21-6777-4404-ab35-03641cef0597
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-13T04:20:00.428Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T04:20:00.431Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||vFW 2d336b9e-07cd 0
2021-08-13T04:20:00.431Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a
2021-08-13T04:20:00.431Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8d5181cf-10fd-4c26-8732-a1df4fd306c4 from URL: /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json
2021-08-13T04:20:00.431Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:20:00.432Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json
2021-08-13T04:20:00.897Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:20:00.897Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json 8d5181cf-10fd-4c26-8732-a1df4fd306c4 785
2021-08-13T04:20:00.897Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json ASDC sendASDCNotification
2021-08-13T04:20:00.898Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json
2021-08-13T04:20:00.898Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:20:00.898Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:00.900Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:00.900Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828400897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:20:01.000Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:01.001Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:20:01.001Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:01.013Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:20:01.014Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:20:01.900Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2d336b9e07cd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9e4104af-45c7-45a5-a160-c112d69f409d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c3bdcb5f-04c0-4bbd-9c96-17be39d9fdee",
"vfModuleModelCustomizationUUID": "64b05eab-1c24-4d2a-94ae-9580633b071f",
"isBase": true,
"artifacts": [
"ee828e96-439c-4c1d-a54e-85a608ba90e5",
"9e1e540f-dcea-459e-8271-62ee8361fdff"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-13T04:20:01.904Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2d336b9e07cd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3bdcb5f-04c0-4bbd-9c96-17be39d9fdee
VfModuleModelInvariantUUID:9e4104af-45c7-45a5-a160-c112d69f409d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee828e96-439c-4c1d-a54e-85a608ba90e5
,
9e1e540f-dcea-459e-8271-62ee8361fdff
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-13T04:20:01.906Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2d336b9e07cd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9e4104af-45c7-45a5-a160-c112d69f409d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c3bdcb5f-04c0-4bbd-9c96-17be39d9fdee",
"vfModuleModelCustomizationUUID": "64b05eab-1c24-4d2a-94ae-9580633b071f",
"isBase": true,
"artifacts": [
"ee828e96-439c-4c1d-a54e-85a608ba90e5",
"9e1e540f-dcea-459e-8271-62ee8361fdff"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-13T04:20:01.906Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2d336b9e07cd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3bdcb5f-04c0-4bbd-9c96-17be39d9fdee
VfModuleModelInvariantUUID:9e4104af-45c7-45a5-a160-c112d69f409d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee828e96-439c-4c1d-a54e-85a608ba90e5
,
9e1e540f-dcea-459e-8271-62ee8361fdff
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-13T04:20:01.907Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee828e96-439c-4c1d-a54e-85a608ba90e5 from URL: /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml
2021-08-13T04:20:01.907Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:20:01.907Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml
2021-08-13T04:20:02.589Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:20:02.590Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml ee828e96-439c-4c1d-a54e-85a608ba90e5 20368
2021-08-13T04:20:02.590Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-13T04:20:02.590Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml
2021-08-13T04:20:02.591Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:20:02.591Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:02.593Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:02.593Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828402590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:20:02.693Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:02.694Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:20:02.694Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:02.705Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:20:02.706Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:20:03.594Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9e1e540f-dcea-459e-8271-62ee8361fdff from URL: /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env
2021-08-13T04:20:03.595Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:20:03.595Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env
2021-08-13T04:20:04.215Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:20:04.215Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env 9e1e540f-dcea-459e-8271-62ee8361fdff 2098
2021-08-13T04:20:04.216Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-13T04:20:04.216Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env
2021-08-13T04:20:04.216Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:20:04.216Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:04.218Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:04.218Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828404216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:20:04.319Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:04.320Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:20:04.320Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:04.332Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:20:04.332Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:20:05.219Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5a989433-7440-4d9d-a8de-aa892afe2392
2021-08-13T04:20:05.220Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2d336b9e-07cd 0 5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T04:20:05.242Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.242Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.243Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-08-13T04:20:05.243Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 30d67173-bbd5-49ed-b721-a5c71e44eb57
2021-08-13T04:20:05.244Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 30d67173-bbd5-49ed-b721-a5c71e44eb57 matches Tosca VF Customization UUID: 30d67173-bbd5-49ed-b721-a5c71e44eb57
2021-08-13T04:20:05.244Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 30d67173-bbd5-49ed-b721-a5c71e44eb57 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-13T04:20:05.248Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.248Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.249Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 30d67173-bbd5-49ed-b721-a5c71e44eb57: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-08-13T04:20:05.249Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c18d0a7
2021-08-13T04:20:05.250Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.250Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-13T04:20:05.250Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 64b05eab-1c24-4d2a-94ae-9580633b071f
2021-08-13T04:20:05.250Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 64b05eab-1c24-4d2a-94ae-9580633b071f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-13T04:20:05.252Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.253Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:05.253Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:05.253Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.253Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:05.253Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T04:20:05.254Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.255Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:05.255Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T04:20:05.255Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:05.255Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T04:20:05.255Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.255Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=15e9b80f-ffb3-4824-8434-abb29007ebba
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-13T04:20:05.257Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.258Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:05.258Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:05.258Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.258Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:05.258Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:05.258Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-13T04:20:05.259Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:05.260Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-13T04:20:05.260Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.260Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ec06e6f8-e9f3-49f6-a444-87b2e8d7c41a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-13T04:20:05.262Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.262Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:05.262Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:05.265Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.265Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is not matching search criteria
2021-08-13T04:20:05.265Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-13T04:20:05.265Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-13T04:20:05.265Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-13T04:20:05.266Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-13T04:20:05.267Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-13T04:20:05.267Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0e491b98-657e-4ba2-9032-4832adeb7270
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-13T04:20:05.269Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.269Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:05.269Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-13T04:20:05.269Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.270Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Node template vFW 2d336b9e-07cd 0 is matching search criteria
2021-08-13T04:20:05.270Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 2d336b9e-07cd 0] matching following query criteria: sdcType=VF, customizationUUID=30d67173-bbd5-49ed-b721-a5c71e44eb57
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T04:20:05.271Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5a989433-7440-4d9d-a8de-aa892afe2392: vFW 2d336b9e-07cd
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.272Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.273Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.273Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.273Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.273Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:20:05.273Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-13 04-14-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:20:05.273Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-08-13 04-14-31
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:20:05.455Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2d336b9e-07cd 5e96b2cc-31a2-4a22-a21e-41bb3ccfdc5a 1 ASDC deployResourceStructure
2021-08-13T04:20:05.456Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json ASDC sendASDCNotification
2021-08-13T04:20:05.456Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json
2021-08-13T04:20:05.456Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:20:05.456Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:05.458Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:05.459Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828405456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-13T04:20:05.559Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:05.560Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:20:05.560Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:05.570Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:20:05.571Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:20:06.459Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-13T04:20:06.460Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml
2021-08-13T04:20:06.460Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:20:06.460Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:06.463Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:06.463Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828406459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-13T04:20:06.563Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:06.564Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:20:06.564Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:06.578Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:20:06.579Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:20:07.464Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-13T04:20:07.465Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env
2021-08-13T04:20:07.465Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:20:07.465Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:07.467Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:07.468Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828407464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-13T04:20:07.568Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:07.568Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:20:07.568Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:07.578Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:20:07.579Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:20:08.468Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar ASDC sendASDCNotification
2021-08-13T04:20:08.470Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar
2021-08-13T04:20:08.470Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:20:08.470Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:20:08.472Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:20:08.473Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828408468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:20:08.573Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:20:08.574Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:20:08.574Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:08.586Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:20:08.587Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:20:09.473Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:20:09.485Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:20:09.489Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:20:09.489Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-13T04:20:09.489Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-13T04:20:36.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:20:36.347Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:20:36.347Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:20:36.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:20:36.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828257417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-13T04:20:36.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "aai-ml",
"timestamp": 1628828260272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828259733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "aai-ml",
"timestamp": 1628828261276,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:20:36.381Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
2021-08-13T04:20:36.381Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:20:36.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828259733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "clamp",
"timestamp": 1628828262145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828259733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "clamp",
"timestamp": 1628828263165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:20:36.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:20:36.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828259733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:20:36.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-13T04:20:36.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "clamp",
"timestamp": 1628828264167,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:20:36.395Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
2021-08-13T04:20:36.395Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:20:36.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828259733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:20:36.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-13T04:20:36.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828259733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:20:36.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828259733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828269811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828272953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-13T04:20:36.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828273957,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:20:36.410Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
2021-08-13T04:20:36.411Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:20:39.489Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:20:39.498Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4002dd7-d2f7-4ae8-98c9-1503a87e77a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:20:39.501Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:20:39.502Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:20:39.502Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:20:39.502Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:20:39.506Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T04:21:09.506Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-13T04:21:09.511Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 and serviceModelVersionId: 5a989433-7440-4d9d-a8de-aa892afe2392
2021-08-13T04:21:09.511Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22a11f00-7b66-479c-aa79-7d1c1455eb91
2021-08-13T04:21:09.512Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22a11f00-7b66-479c-aa79-7d1c1455eb91/model-vers/model-ver/5a989433-7440-4d9d-a8de-aa892afe2392?depth=0
2021-08-13T04:21:09.516Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T04:21:09.554Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a11f00-7b66-479c-aa79-7d1c1455eb91/model-vers/model-ver/5a989433-7440-4d9d-a8de-aa892afe2392?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-13T04:21:09.555Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a11f00-7b66-479c-aa79-7d1c1455eb91/model-vers/model-ver/5a989433-7440-4d9d-a8de-aa892afe2392?depth=0|INFO|500||Invoke
2021-08-13T04:21:09.574Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a11f00-7b66-479c-aa79-7d1c1455eb91/model-vers/model-ver/5a989433-7440-4d9d-a8de-aa892afe2392?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-13T04:21:10.013Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a11f00-7b66-479c-aa79-7d1c1455eb91/model-vers/model-ver/5a989433-7440-4d9d-a8de-aa892afe2392?depth=0|INFO|500||InvokeReturn
2021-08-13T04:21:10.014Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a11f00-7b66-479c-aa79-7d1c1455eb91/model-vers/model-ver/5a989433-7440-4d9d-a8de-aa892afe2392?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210813-04:21:09:576-40238], vertex-id=[167968], Content-Length=[0], Date=[Fri, 13 Aug 2021 04:21:09 GMT], Content-Type=[application/json]}
2021-08-13T04:21:10.014Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-08-13T04:21:10.014Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T04:21:10.014Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T04:21:10.021Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-13T04:21:10.021Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4002dd7-d2f7-4ae8-98c9-1503a87e77a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T04:21:10.021Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T04:21:10.022Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:21:10.024Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:21:10.024Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828470021,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:21:10.124Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:21:10.124Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:21:10.124Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:21:10.137Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:21:10.138Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T04:21:11.035Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:21:11.036Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:21:11.036Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:21:20.584Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:21:20.585Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:21:20.586Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:21:20.586Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:21:30.128Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:21:30.128Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:21:30.129Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:21:30.129Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:21:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:21:36.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:21:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:21:36.370Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:21:36.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a7152c-19f7-4ca2-b759-564e93029664",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828383399,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "NOTIFIED"
}
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828384414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:21:36.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828396807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828400897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828402590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828404216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:21:36.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828405456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/vfw2d336b9e07cd0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828406459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828407464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/resourceInstances/vfw2d336b9e07cd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828408468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210813041431/1.0/artifacts/service-Vfw20210813041431-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:21:36.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:21:39.671Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:21:39.672Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:21:39.673Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:21:39.673Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:21:49.219Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:22:36.343Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:22:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:22:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:22:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:22:36.346Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:22:36.346Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:22:36.866Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:22:36.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:22:36.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4002dd7-d2f7-4ae8-98c9-1503a87e77a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828470021,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:22:36.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:22:45.893Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:23:36.343Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:23:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:23:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:23:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:23:36.346Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:23:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:23:45.890Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:23:45.890Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:24:36.343Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:24:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:24:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:24:36.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:24:36.347Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:24:36.347Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:24:45.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:24:45.912Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:25:36.343Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:25:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:25:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:25:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:25:36.346Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:25:36.346Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:25:45.895Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:25:45.897Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:26:36.343Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:26:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:26:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:26:36.346Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:26:36.346Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:26:36.346Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:26:45.889Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:26:45.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:27:36.343Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:27:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:27:36.344Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:27:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:27:36.346Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:27:36.346Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:27:36.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.971Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "cds",
"timestamp": 1628828803511,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.971Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.971Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"83dabe32-c538-4c4f-b70f-a0d7da594bae","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"609ebc1c-8edd-47b9-b8f7-dadb93ac2a97","serviceDescription":"service","serviceInvariantUUID":"bcbb72aa-ad7b-4f8d-9a21-44145c12749c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cb4751e4-3dbc-4016-8f29-2bd50f438e2d","resourceInvariantUUID":"c25d8587-946a-46da-a4e2-a2dc913dd4df","resourceCustomizationUUID":"bd71d3ae-424d-47de-a3fb-f66c3ede2dad","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NmUzZWM5MGE5YTRjN2MyMTE4NDZlMjJhODlmZjI4ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30b7fa5d-7209-431d-9f4a-64dd4ea2c999","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDE3OGNiYjg0YWRiYTBkYTM3NzMzNzQyNDY5OWQ4OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46a298a9-f62f-4601-8bcc-8412b6a06b99","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "aai-ml",
"timestamp": 1628828804702,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:36.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "clamp",
"timestamp": 1628828808306,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828802882,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "cds",
"timestamp": 1628828803511,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "ves-openapi-manager",
"timestamp": 1628828802882,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "clamp",
"timestamp": 1628828808306,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:36.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "aai-ml",
"timestamp": 1628828804702,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "dcae-sch",
"timestamp": 1628828813250,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "dcae-sch",
"timestamp": 1628828813250,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:27:36.973Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "aai-ml",
"timestamp": 1628828815796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:27:36.973Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "cds",
"timestamp": 1628828815807,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:36.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "cds",
"timestamp": 1628828816812,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-08-13T04:27:36.974Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:27:36.975Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828856343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:27:36.985Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 83dabe32-c538-4c4f-b70f-a0d7da594bae
2021-08-13T04:27:36.985Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83dabe32-c538-4c4f-b70f-a0d7da594bae and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:27:36.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "aai-ml",
"timestamp": 1628828819913,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:27:36.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:36.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:36.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "aai-ml",
"timestamp": 1628828820917,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:27:36.997Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 83dabe32-c538-4c4f-b70f-a0d7da594bae
2021-08-13T04:27:36.997Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83dabe32-c538-4c4f-b70f-a0d7da594bae and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:27:37.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828821072,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "policy-id",
"timestamp": 1628828821073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "clamp",
"timestamp": 1628828822195,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628828821072,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "policy-id",
"timestamp": 1628828821073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:37.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "clamp",
"timestamp": 1628828823210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:27:37.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:37.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "clamp",
"timestamp": 1628828824213,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:27:37.010Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 83dabe32-c538-4c4f-b70f-a0d7da594bae
2021-08-13T04:27:37.010Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83dabe32-c538-4c4f-b70f-a0d7da594bae and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:27:37.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "policy-id",
"timestamp": 1628828824609,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "policy-id",
"timestamp": 1628828825612,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "policy-id",
"timestamp": 1628828826614,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:27:37.022Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83dabe32-c538-4c4f-b70f-a0d7da594bae
2021-08-13T04:27:37.022Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83dabe32-c538-4c4f-b70f-a0d7da594bae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:27:37.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828829733,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:27:37.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:37.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828829733,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:27:37.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828833406,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828834864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:27:37.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628828835868,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:27:37.034Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 83dabe32-c538-4c4f-b70f-a0d7da594bae
2021-08-13T04:27:37.034Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83dabe32-c538-4c4f-b70f-a0d7da594bae and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:27:37.075Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:27:37.076Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:27:37.076Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:27:37.085Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:27:37.085Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:27:37.975Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:27:37.976Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:27:37.978Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:27:37.978Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828856343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:27:38.078Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:27:38.079Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:27:38.079Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:27:38.089Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:27:38.089Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:27:38.979Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "609ebc1c-8edd-47b9-b8f7-dadb93ac2a97",
"serviceDescription": "service",
"serviceInvariantUUID": "bcbb72aa-ad7b-4f8d-9a21-44145c12749c",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "bd71d3ae-424d-47de-a3fb-f66c3ede2dad",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "cb4751e4-3dbc-4016-8f29-2bd50f438e2d",
"resourceInvariantUUID": "c25d8587-946a-46da-a4e2-a2dc913dd4df",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZDE3OGNiYjg0YWRiYTBkYTM3NzMzNzQyNDY5OWQ4OGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "46a298a9-f62f-4601-8bcc-8412b6a06b99"
}
],
"workloadContext": "Production"
}
2021-08-13T04:27:38.979Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T04:27:38.980Z|a4002dd7-d2f7-4ae8-98c9-1503a87e77a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97 ASDC
2021-08-13T04:27:38.980Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:83dabe32-c538-4c4f-b70f-a0d7da594bae
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:609ebc1c-8edd-47b9-b8f7-dadb93ac2a97
ServiceInvariantUUID:bcbb72aa-ad7b-4f8d-9a21-44145c12749c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:46a298a9-f62f-4601-8bcc-8412b6a06b99
ArtifactChecksum:ZDE3OGNiYjg0YWRiYTBkYTM3NzMzNzQyNDY5OWQ4OGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bd71d3ae-424d-47de-a3fb-f66c3ede2dad
ResourceInvariantUUID:c25d8587-946a-46da-a4e2-a2dc913dd4df
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:cb4751e4-3dbc-4016-8f29-2bd50f438e2d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-08-13T04:27:38.980Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T04:27:39.004Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:27:39.005Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:27:39.005Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:27:39.005Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 46a298a9-f62f-4601-8bcc-8412b6a06b99 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-13T04:27:39.005Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:27:39.006Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-13T04:27:39.782Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:27:39.785Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 46a298a9-f62f-4601-8bcc-8412b6a06b99 52171
2021-08-13T04:27:39.785Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-13T04:27:39.785Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-13T04:27:39.785Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:27:39.785Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:27:39.787Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:27:39.788Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828859785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:27:39.888Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:27:39.889Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:27:39.889Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:27:39.902Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:27:39.902Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:27:40.788Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:27:40.789Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:27:40.789Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 46a298a9-f62f-4601-8bcc-8412b6a06b99, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:40.789Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-13T04:27:40.790Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:40.790Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:40.880Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP190922191234895896/Definitions/service-BasicNetwork-template.yml
2021-08-13T04:27:41.300Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T04:27:41.300Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:27:41.300Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:41.300Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-13T04:27:41.300Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.301Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.302Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.303Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:609ebc1c-8edd-47b9-b8f7-dadb93ac2a97
Model Version:NULL
Model InvariantUuid:bcbb72aa-ad7b-4f8d-9a21-44145c12749c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c25d8587-946a-46da-a4e2-a2dc913dd4df
Model UUID:2c58e495-8dd6-4e87-97ea-fda8615e3640
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:bd71d3ae-424d-47de-a3fb-f66c3ede2dad
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-13T04:27:41.309Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: cb4751e4-3dbc-4016-8f29-2bd50f438e2d
2021-08-13T04:27:41.310Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||No resources found for Service: 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T04:27:41.313Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||
2021-08-13T04:27:41.313Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-08-13T04:27:41.313Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97
2021-08-13T04:27:41.314Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97
2021-08-13T04:27:41.314Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-08-13T04:27:41.314Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T04:27:41.320Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.320Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.321Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.321Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.321Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97: Generic NeutronNet
2021-08-13T04:27:41.322Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.322Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.322Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.322Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-08-13T04:27:41.348Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.349Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.349Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.349Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.349Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:27:41.350Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:27:41.350Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-13T04:27:41.402Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-08-13T04:27:41.403Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-13T04:27:41.403Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-13T04:27:41.403Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-13T04:27:41.403Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:27:41.405Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:27:41.405Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828861403,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-13T04:27:41.505Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:27:41.506Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:27:41.506Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:27:41.516Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:27:41.516Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:27:42.405Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83dabe32-c538-4c4f-b70f-a0d7da594bae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:27:42.414Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83dabe32-c538-4c4f-b70f-a0d7da594bae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-13T04:27:42.417Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-13T04:27:42.417Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-13T04:27:42.417Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-13T04:27:42.417Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-13T04:27:42.417Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:27:42.418Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:27:42.418Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:27:42.418Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:27:42.418Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:27:42.418Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-13T04:27:42.418Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-13T04:27:42.422Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-13T04:28:12.423Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 83dabe32-c538-4c4f-b70f-a0d7da594bae and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-13T04:28:12.428Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 83dabe32-c538-4c4f-b70f-a0d7da594bae and serviceModelVersionId: 609ebc1c-8edd-47b9-b8f7-dadb93ac2a97
2021-08-13T04:28:12.428Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bcbb72aa-ad7b-4f8d-9a21-44145c12749c
2021-08-13T04:28:12.429Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0
2021-08-13T04:28:12.433Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-13T04:28:12.486Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0|INFO|500||Invoke
2021-08-13T04:28:12.487Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[83dabe32-c538-4c4f-b70f-a0d7da594bae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07320d38-0c21-426c-afa9-c7a84d5ae221], X-ECOMP-RequestID=[83dabe32-c538-4c4f-b70f-a0d7da594bae], X-TransactionId=[], X-ONAP-RequestID=[83dabe32-c538-4c4f-b70f-a0d7da594bae], Content-Type=[application/merge-patch+json]}
2021-08-13T04:28:12.509Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-13T04:28:13.014Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210813-04:28:12:509-12430], vertex-id=[176176], Content-Length=[0], Date=[Fri, 13 Aug 2021 04:28:12 GMT], Content-Type=[application/json]}
2021-08-13T04:28:13.014Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-13T04:28:13.015Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcbb72aa-ad7b-4f8d-9a21-44145c12749c/model-vers/model-ver/609ebc1c-8edd-47b9-b8f7-dadb93ac2a97?depth=0|INFO|500||InvokeReturn
2021-08-13T04:28:13.015Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-13T04:28:13.016Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T04:28:13.020Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-13T04:28:13.020Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 83dabe32-c538-4c4f-b70f-a0d7da594bae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-13T04:28:13.020Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-13T04:28:13.021Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:13.022Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:13.023Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828893020,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-13T04:28:13.123Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:28:13.123Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:28:13.124Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:13.137Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:28:13.138Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-13T04:28:36.343Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:28:36.344Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:28:36.344Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:36.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-13T04:28:36.346Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-13T04:28:36.346Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:36.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:28:36.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-13T04:28:36.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "83dabe32-c538-4c4f-b70f-a0d7da594bae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828856343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:28:36.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-13T04:28:36.966Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:28:36.967Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-13T04:28:36.967Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"026e66ae-d4c4-40d5-90bb-5d4b139f8638","serviceName":"Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ","serviceVersion":"1.0","serviceUUID":"aebfe37b-a6cf-419a-96f7-713c8139cce5","serviceDescription":"catalog service description","serviceInvariantUUID":"d12e8d85-8b08-4752-a44b-499251f6ab80","resources":[{"resourceInstanceName":"pNF 110bd5eb-1c49 0","resourceName":"pNF 110bd5eb-1c49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"743195fd-49ba-42c0-a66e-934d48c5e278","resourceInvariantUUID":"0260ef7b-b83f-4374-952d-5fa5e057e127","resourceCustomizationUUID":"52a98689-3d31-4383-a91c-9c6710ceb705","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vf-license-model.xml","artifactChecksum":"ODYxOGEwYjlhNGViYWNjMDA4NGFmYzVmNDJhODQxNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f70e316-db77-4eeb-b55f-0e7a02cac41a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/pNF.csar","artifactChecksum":"NzE3MjUzOGUwYjE4N2QxNjA0OWY2MDgwMGVjNDBkN2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ced5a3a-aa5a-4d4b-9a4a-a525a7504bae","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c78ba214-8fc0-4513-ac2e-00dc1ae45ac5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vendor-license-model.xml","artifactChecksum":"Y2FlNDczMmUwNDk2ZjFlNTUxZTNkYjZiY2EwZjc2NjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"54067087-b123-4467-9fa8-b73f077e2744","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fcb167ba-4176-4ceb-b234-3aa7ab858e79","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8eeb5b16-2146-47a0-b8a2-0c3c06df539e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml","artifactChecksum":"NTNmYmZkNzgxZGM0MmI2NzRiNDIzZTZhMmRiMzBkYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f327672e-d2ef-4b9c-9d82-7ffb0beb41d9","artifactVersion":"1"},{"artifactName":"service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar","artifactChecksum":"YTM4OThkNmVhMDg0ZWEwNzczOTk0ZDg2NmQ1NzI1Y2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ae9a594-e288-4201-ae17-0f568d5a8fdc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-13T04:28:36.969Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:36.969Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:36.971Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:36.971Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828916343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:28:37.071Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:28:37.072Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:28:37.072Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:37.082Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:28:37.083Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:37.971Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:37.972Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:37.973Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:37.973Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828916343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:28:38.074Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:28:38.074Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:28:38.074Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:38.085Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:28:38.086Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:38.974Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:38.975Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:38.976Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:38.976Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828916343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:28:39.077Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:28:39.078Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:28:39.078Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:39.090Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:28:39.091Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:39.977Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:39.978Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:39.979Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:39.979Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828916343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:28:40.080Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:28:40.080Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:28:40.080Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:40.092Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:28:40.092Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-13T04:28:40.980Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:40.981Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:40.983Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:40.984Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828916343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:28:41.083Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-13T04:28:41.084Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:28:41.084Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:41.093Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:28:41.094Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:41.984Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:41.985Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:41.987Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:41.987Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828916343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/resourceInstances/pnf110bd5eb1c490/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:28:42.087Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:28:42.088Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:28:42.088Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:42.098Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:28:42.099Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:42.987Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:42.988Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:42.990Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:42.990Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828916343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-13T04:28:43.090Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:28:43.091Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:28:43.091Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:43.100Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:28:43.101Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:43.991Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-13T04:28:43.991Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:43.993Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:43.993Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828916343,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
"status": "NOTIFIED"
}
2021-08-13T04:28:44.094Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-13T04:28:44.094Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:28:44.094Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:44.107Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:28:44.107Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:44.994Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
"serviceName": "Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ",
"serviceVersion": "1.0",
"serviceUUID": "aebfe37b-a6cf-419a-96f7-713c8139cce5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d12e8d85-8b08-4752-a44b-499251f6ab80",
"resources": [
{
"resourceInstanceName": "pNF 110bd5eb-1c49 0",
"resourceCustomizationUUID": "52a98689-3d31-4383-a91c-9c6710ceb705",
"resourceName": "pNF 110bd5eb-1c49",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "743195fd-49ba-42c0-a66e-934d48c5e278",
"resourceInvariantUUID": "0260ef7b-b83f-4374-952d-5fa5e057e127",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
"artifactChecksum": "YTM4OThkNmVhMDg0ZWEwNzczOTk0ZDg2NmQ1NzI1Y2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1ae9a594-e288-4201-ae17-0f568d5a8fdc"
}
],
"workloadContext": "Production"
}
2021-08-13T04:28:44.995Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-13T04:28:44.995Z|83dabe32-c538-4c4f-b70f-a0d7da594bae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aebfe37b-a6cf-419a-96f7-713c8139cce5 ASDC
2021-08-13T04:28:44.995Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:026e66ae-d4c4-40d5-90bb-5d4b139f8638
ServiceName:Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ
ServiceVersion:1.0
ServiceUUID:aebfe37b-a6cf-419a-96f7-713c8139cce5
ServiceInvariantUUID:d12e8d85-8b08-4752-a44b-499251f6ab80
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
ArtifactUUID:1ae9a594-e288-4201-ae17-0f568d5a8fdc
ArtifactChecksum:YTM4OThkNmVhMDg0ZWEwNzczOTk0ZDg2NmQ1NzI1Y2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 110bd5eb-1c49 0
ResourceCustomizationUUID:52a98689-3d31-4383-a91c-9c6710ceb705
ResourceInvariantUUID:0260ef7b-b83f-4374-952d-5fa5e057e127
ResourceName:pNF 110bd5eb-1c49
ResourceType:PNF
ResourceUUID:743195fd-49ba-42c0-a66e-934d48c5e278
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-08-13T04:28:44.995Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aebfe37b-a6cf-419a-96f7-713c8139cce5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-13T04:28:45.020Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:28:45.021Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:28:45.021Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:28:45.021Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1ae9a594-e288-4201-ae17-0f568d5a8fdc from URL: /sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:45.022Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-13T04:28:45.022Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:45.801Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-13T04:28:45.807Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar 1ae9a594-e288-4201-ae17-0f568d5a8fdc 82554
2021-08-13T04:28:45.808Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar ASDC sendASDCNotification
2021-08-13T04:28:45.808Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:45.808Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-13T04:28:45.809Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-13T04:28:45.811Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-13T04:28:45.811Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "026e66ae-d4c4-40d5-90bb-5d4b139f8638",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628828925808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-13T04:28:45.911Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-13T04:28:45.912Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-13T04:28:45.912Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hqAfRzAgRngdjvWo) ...
2021-08-13T04:28:45.922Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-13T04:28:45.922Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-13T04:28:46.811Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-13T04:28:46.812Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-13T04:28:46.812Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1ae9a594-e288-4201-ae17-0f568d5a8fdc, URL: /sdc/v1/catalog/services/DemoPnfIcw3r8fqpyqgx9ww0ezz/1.0/artifacts/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar to file: /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:46.812Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:46.813Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:46.813Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:46.939Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18435213237804135629/Definitions/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-template.yml
2021-08-13T04:28:47.658Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 110bd5eb-1c49 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIcw3r8fqpyqgx9ww0ezz-csar.csar
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-13T04:28:47.659Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Node template pNF 110bd5eb-1c49 0 is matching search criteria
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 110bd5eb-1c49 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Node template pNF 110bd5eb-1c49 0 is matching search criteria
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-13T04:28:47.660Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 110bd5eb-1c49 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.661Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:28:47.662Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.662Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ
Description:catalog service description
Model UUID:aebfe37b-a6cf-419a-96f7-713c8139cce5
Model Version:NULL
Model InvariantUuid:d12e8d85-8b08-4752-a44b-499251f6ab80
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-13T04:28:47.669Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 743195fd-49ba-42c0-a66e-934d48c5e278
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T04:28:47.672Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||pNF 110bd5eb-1c49 0
2021-08-13T04:28:47.672Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 743195fd-49ba-42c0-a66e-934d48c5e278
2021-08-13T04:28:47.672Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||No resources found for Service: aebfe37b-a6cf-419a-96f7-713c8139cce5
2021-08-13T04:28:47.672Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: aebfe37b-a6cf-419a-96f7-713c8139cce5
2021-08-13T04:28:47.672Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 110bd5eb-1c49 0 743195fd-49ba-42c0-a66e-934d48c5e278 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-13T04:28:47.677Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-13T04:28:47.677Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_iCw3R8fQPYQGx9Ww0EZZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-13T04:28:47.677Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid aebfe37b-a6cf-419a-96f7-713c8139cce5: pNF 110bd5eb-1c49
2021-08-13T04:28:47.677Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||INFO|500||Processing PNF resource: 743195fd-49ba-42c0-a66e-934d48c5e278
2021-08-13T04:28:47.677Z|026e66ae-d4c4-40d5-90bb-5d4b139f8638|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery