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-06-04T01:49:13.567Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-xlkzd with PID 14 (/app/app.jar started by so in /app)
2021-06-04T01:49:13.573Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-06-04T01:49:13.574Z||main|||||INFO|500||The following profiles are active: basic
2021-06-04T01:49:21.759Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-04T01:49:21.760Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-06-04T01:49:21.839Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-04T01:49:23.483Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-04T01:49:23.661Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-04T01:49:24.077Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-04T01:49:24.087Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-04T01:49:24.177Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-06-04T01:49:24.313Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-06-04T01:49:24.715Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-04T01:49:25.627Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-04T01:49:27.732Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-04T01:49:27.779Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-06-04T01:49:28.346Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-04T01:49:28.503Z||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-06-04T01:49:29.802Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-04T01:49:30.795Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-06-04T01:49:30.838Z||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$$7e4b9352.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-06-04T01:49:30.839Z||main|||||WARN|500||The sdc end point is not alive
2021-06-04T01:49:33.378Z||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-06-04T01:49:35.982Z||main|||||WARN|500||---
2021-06-04T01:49:35.983Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-06-04T01:49:35.983Z||main|||||WARN|500||---
2021-06-04T01:49:36.286Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-04T01:49:39.660Z||main|||||INFO|500||Started Application in 28.378 seconds (JVM running for 29.745)
2021-06-04T01:49:39.661Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T01:49:39.664Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T01:49:39.676Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T01:49:39.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T01:49:39.805Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5e17a157-da11-4b49-bf5c-94f21ad45dd2 url= /sdc/v1/artifactTypes
2021-06-04T01:49:39.805Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T01:49:40.946Z||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.40.232] 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-06-04T01:49:40.951Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@562c2367
2021-06-04T01:49:40.951Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T01:49:40.962Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T01:49:40.963Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T01:49:40.965Z||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-06-04T01:50:29.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T01:50:29.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T01:50:29.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T01:50:29.660Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T01:50:29.670Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18d6d7bb-2c59-4655-a59b-77c9743534a4 url= /sdc/v1/artifactTypes
2021-06-04T01:50:29.671Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T01:50:30.705Z||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.40.232] 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-06-04T01:50:30.705Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@605b7c48
2021-06-04T01:50:30.706Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T01:50:30.706Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T01:50:30.706Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T01:50:30.707Z||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-06-04T01:51:19.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T01:51:19.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T01:51:19.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T01:51:19.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T01:51:19.664Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3648f553-6cae-40ef-8486-cf012d4d6ac5 url= /sdc/v1/artifactTypes
2021-06-04T01:51:19.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T01:51:20.689Z||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.40.232] 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-06-04T01:51:20.690Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@306fbcbc
2021-06-04T01:51:20.690Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T01:51:20.691Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T01:51:20.691Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T01:51:20.692Z||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-06-04T01:52:09.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T01:52:09.656Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T01:52:09.656Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T01:52:09.662Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T01:52:09.667Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f9e2f79-4026-498f-94e5-c4733b943679 url= /sdc/v1/artifactTypes
2021-06-04T01:52:09.668Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T01:52:10.705Z||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.40.232] 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-06-04T01:52:10.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26d2b021
2021-06-04T01:52:10.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T01:52:10.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T01:52:10.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T01:52:10.709Z||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-06-04T01:52:59.655Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T01:52:59.656Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T01:52:59.656Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T01:52:59.660Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T01:52:59.666Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fe93f8bf-4d42-4af8-8a4c-896a09cdf97a url= /sdc/v1/artifactTypes
2021-06-04T01:52:59.666Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T01:53:00.689Z||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.40.232] 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-06-04T01:53:00.690Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1533f282
2021-06-04T01:53:00.690Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T01:53:00.691Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T01:53:00.691Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T01:53:00.691Z||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-06-04T01:53:49.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T01:53:49.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T01:53:49.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T01:53:49.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T01:53:49.666Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c92e766-eac9-43b0-9ffe-66313f8ed39f url= /sdc/v1/artifactTypes
2021-06-04T01:53:49.667Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T01:53:50.705Z||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.40.232] 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-06-04T01:53:50.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f952de9
2021-06-04T01:53:50.706Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T01:53:50.706Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T01:53:50.706Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T01:53:50.707Z||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-06-04T01:54:39.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T01:54:39.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T01:54:39.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T01:54:39.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T01:54:39.663Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c7bb7f5b-8b92-4fb1-bc28-19c29ddbd747 url= /sdc/v1/artifactTypes
2021-06-04T01:54:39.664Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T01:54:40.689Z||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.40.232] 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-06-04T01:54:40.690Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@221d5379
2021-06-04T01:54:40.690Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T01:54:40.690Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T01:54:40.690Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T01:54:40.691Z||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-06-04T01:55:29.657Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T01:55:29.658Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T01:55:29.659Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T01:55:29.663Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T01:55:29.670Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57672649-9113-4895-815a-89f9178f4f20 url= /sdc/v1/artifactTypes
2021-06-04T01:55:29.670Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T01:55:30.706Z||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.40.232] 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-06-04T01:55:30.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15301f36
2021-06-04T01:55:30.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T01:55:30.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T01:55:30.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T01:55:30.708Z||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-06-04T01:56:19.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T01:56:19.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T01:56:19.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T01:56:19.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T01:56:19.665Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68e6d1d8-23ec-451f-b6dc-ef2ca3233302 url= /sdc/v1/artifactTypes
2021-06-04T01:56:19.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T01:56:20.692Z||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.40.232] 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-06-04T01:56:20.693Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29c6fc6b
2021-06-04T01:56:20.693Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T01:56:20.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T01:56:20.694Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T01:56:20.694Z||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-06-04T01:57:09.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T01:57:09.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T01:57:09.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T01:57:09.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T01:57:09.664Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9d9220ef-63d7-45f2-9b71-44dc68b95aff url= /sdc/v1/artifactTypes
2021-06-04T01:57:09.664Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T01:57:10.710Z||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.40.232] 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-06-04T01:57:10.710Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73612c42
2021-06-04T01:57:10.710Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T01:57:10.711Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T01:57:10.711Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T01:57:10.712Z||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-06-04T01:57:59.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T01:57:59.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T01:57:59.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T01:57:59.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T01:57:59.665Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa12864e-8121-4c19-bb90-2a32c276a9f7 url= /sdc/v1/artifactTypes
2021-06-04T01:57:59.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T01:58:00.689Z||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.40.232] 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-06-04T01:58:00.689Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c05531b
2021-06-04T01:58:00.689Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T01:58:00.690Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T01:58:00.690Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T01:58:00.690Z||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-06-04T01:58:49.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T01:58:49.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T01:58:49.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T01:58:49.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T01:58:49.667Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 956a00d7-faca-4e45-a079-91b0d7d9e318 url= /sdc/v1/artifactTypes
2021-06-04T01:58:49.667Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T01:58:50.704Z||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.40.232] 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-06-04T01:58:50.705Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@695cbbee
2021-06-04T01:58:50.705Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T01:58:50.705Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T01:58:50.705Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T01:58:50.706Z||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-06-04T01:59:17.605Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-04T01:59:39.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T01:59:39.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T01:59:39.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T01:59:39.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T01:59:39.665Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f7bb8c3-18f4-4322-a9ca-6faece0cd222 url= /sdc/v1/artifactTypes
2021-06-04T01:59:39.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T01:59:39.864Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-04T01:59:39.873Z||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-06-04T01:59:39.899Z||scheduling-1|||||DEBUG|500||create keys
2021-06-04T01:59:39.906Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-04T01:59:40.945Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-04T01:59:40.948Z||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.24.241] failed: Connection refused (Connection refused)]
2021-06-04T01:59:40.949Z||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.24.241] failed: Connection refused (Connection refused)
2021-06-04T01:59:40.949Z||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.24.241] 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.24.241] 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-06-04T02:00:29.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T02:00:29.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T02:00:29.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T02:00:29.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T02:00:29.667Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d450df97-5d61-4fd2-954c-aae65482c89f url= /sdc/v1/artifactTypes
2021-06-04T02:00:29.667Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T02:00:29.721Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-04T02:00:29.723Z||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-06-04T02:00:29.723Z||scheduling-1|||||DEBUG|500||create keys
2021-06-04T02:00:29.724Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-04T02:00:29.724Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-04T02:00:30.737Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-04T02:00:30.738Z||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.24.241] failed: Connection refused (Connection refused)]
2021-06-04T02:00:30.738Z||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.24.241] failed: Connection refused (Connection refused)
2021-06-04T02:00:30.738Z||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.24.241] 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.24.241] 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-06-04T02:01:19.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T02:01:19.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T02:01:19.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T02:01:19.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T02:01:19.665Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e36f8072-b9b0-432c-9a28-e34b41abfc43 url= /sdc/v1/artifactTypes
2021-06-04T02:01:19.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T02:01:19.712Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-04T02:01:19.714Z||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-06-04T02:01:19.714Z||scheduling-1|||||DEBUG|500||create keys
2021-06-04T02:01:19.714Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-04T02:01:19.715Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-04T02:01:20.752Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-04T02:01:20.753Z||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.24.241] failed: Connection refused (Connection refused)]
2021-06-04T02:01:20.753Z||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.24.241] failed: Connection refused (Connection refused)
2021-06-04T02:01:20.754Z||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.24.241] 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.24.241] 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-06-04T02:02:09.655Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T02:02:09.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T02:02:09.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T02:02:09.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T02:02:09.665Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a031fff-75de-4454-84cf-b8d4b14a017f url= /sdc/v1/artifactTypes
2021-06-04T02:02:09.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T02:02:09.725Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-04T02:02:09.727Z||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-06-04T02:02:09.727Z||scheduling-1|||||DEBUG|500||create keys
2021-06-04T02:02:09.727Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-04T02:02:09.728Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-04T02:02:09.757Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:02:09.777Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 442fd03e-3a3b-4ff3-81d2-6ed6ad522628 url= /sdc/v1/registerForDistribution
2021-06-04T02:02:09.791Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@576501d2
2021-06-04T02:02:09.792Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-06-04T02:02:09.793Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-06-04T02:02:09.801Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/eJt80eyxaQZUXeiC will send credentials over a clear channel.
2021-06-04T02:02:09.801Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/eJt80eyxaQZUXeiC (as eJt80eyxaQZUXeiC) ...
2021-06-04T02:02:09.823Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:02:09.826Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T02:02:09.827Z||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-06-04T02:02:59.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T02:02:59.654Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T02:02:59.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T02:02:59.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T02:02:59.663Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f1c4a6f-4a57-463f-ad13-997fe3390b8f url= /sdc/v1/artifactTypes
2021-06-04T02:02:59.664Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T02:02:59.757Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-04T02:02:59.759Z||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-06-04T02:02:59.759Z||scheduling-1|||||DEBUG|500||create keys
2021-06-04T02:02:59.759Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-06-04T02:02:59.760Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eJt80eyxaQZUXeiC) ...
2021-06-04T02:02:59.795Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:02:59.797Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 36f0bbe6-f16f-4a26-b1a4-1e4e20680b2a url= /sdc/v1/registerForDistribution
2021-06-04T02:02:59.998Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 36f0bbe6-f16f-4a26-b1a4-1e4e20680b2a url= /sdc/v1/registerForDistribution
2021-06-04T02:02:59.998Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-04T02:03:00.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:03:00.007Z||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-06-04T02:03:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:03:00.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:03:00.008Z||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-06-04T02:03:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:03:00.014Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-04T02:03:10.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:03:10.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:04:00.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:04:00.007Z||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-06-04T02:04:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:04:00.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:04:00.008Z||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-06-04T02:04:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:04:09.560Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:04:09.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:05:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:05:00.006Z||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-06-04T02:05:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:05:00.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:05:00.009Z||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-06-04T02:05:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:05:09.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:05:09.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:06:00.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:06:00.007Z||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-06-04T02:06:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:06:00.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:06:00.010Z||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-06-04T02:06:00.010Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:06:09.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:06:09.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:07:00.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:07:00.006Z||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-06-04T02:07:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:07:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:07:00.009Z||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-06-04T02:07:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:07:09.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:07:09.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:08:00.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:08:00.006Z||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-06-04T02:08:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:08:00.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:08:00.014Z||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-06-04T02:08:00.014Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:08:09.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:08:09.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:09:00.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:09:00.006Z||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-06-04T02:09:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:09:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:09:00.009Z||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-06-04T02:09:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:09:09.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:09:09.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:10:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:10:00.006Z||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-06-04T02:10:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:10:00.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:10:00.009Z||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-06-04T02:10:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:10:09.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:10:09.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:11:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:11:00.006Z||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-06-04T02:11:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:11:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:11:00.008Z||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-06-04T02:11:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:11:09.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:11:09.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:12:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:12:00.006Z||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-06-04T02:12:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:12:00.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:12:00.008Z||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-06-04T02:12:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:12:09.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:12:09.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:13:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:13:00.006Z||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-06-04T02:13:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:13:00.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:13:00.009Z||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-06-04T02:13:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:13:09.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:13:09.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:14:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:14:00.006Z||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-06-04T02:14:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:14:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:14:00.011Z||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-06-04T02:14:00.011Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:14:09.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:14:09.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:15:00.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:15:00.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:15:00.008Z||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-06-04T02:15:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:15:00.009Z||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-06-04T02:15:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:15:09.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:15:09.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:16:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:16:00.006Z||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-06-04T02:16:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:16:00.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:16:00.008Z||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-06-04T02:16:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:16:09.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:16:09.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:17:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:17:00.006Z||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-06-04T02:17:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:17:00.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:17:00.008Z||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-06-04T02:17:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:17:09.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:17:09.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:18:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:18:00.006Z||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-06-04T02:18:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:18:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:18:00.008Z||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-06-04T02:18:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:18:09.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:18:09.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:19:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:19:00.006Z||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-06-04T02:19:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:19:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:19:00.008Z||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-06-04T02:19:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:19:09.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:19:09.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:20:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:20:00.006Z||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-06-04T02:20:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:20:00.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:20:00.009Z||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-06-04T02:20:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:20:09.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:20:09.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:21:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:21:00.006Z||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-06-04T02:21:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:21:00.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:21:00.008Z||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-06-04T02:21:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:21:09.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:21:09.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:22:00.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:22:00.007Z||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-06-04T02:22:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:22:00.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:22:00.008Z||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-06-04T02:22:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:22:09.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:22:09.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:23:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:23:00.006Z||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-06-04T02:23:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:23:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:23:00.008Z||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-06-04T02:23:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:23:09.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:23:09.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:24:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:24:00.006Z||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-06-04T02:24:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:24:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:24:00.008Z||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-06-04T02:24:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:24:09.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:24:09.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:25:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:25:00.006Z||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-06-04T02:25:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:25:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:25:00.008Z||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-06-04T02:25:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:25:09.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:25:09.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:26:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:26:00.007Z||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-06-04T02:26:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:26:00.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:26:00.008Z||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-06-04T02:26:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:26:09.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:26:09.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:27:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:27:00.006Z||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-06-04T02:27:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:27:00.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:27:00.009Z||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-06-04T02:27:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:27:09.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:27:09.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:28:00.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:28:00.007Z||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-06-04T02:28:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:28:00.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:28:00.008Z||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-06-04T02:28:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:28:09.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:28:09.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:29:00.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:29:00.007Z||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-06-04T02:29:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:29:00.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:29:00.008Z||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-06-04T02:29:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:29:09.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:29:09.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:30:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:30:00.006Z||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-06-04T02:30:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:30:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:30:00.008Z||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-06-04T02:30:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:30:09.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:30:09.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:31:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:31:00.006Z||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-06-04T02:31:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:31:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:31:00.008Z||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-06-04T02:31:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:31:09.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:31:09.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:32:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:32:00.006Z||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-06-04T02:32:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:32:00.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:32:00.008Z||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-06-04T02:32:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:32:09.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:32:09.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:33:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:33:00.006Z||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-06-04T02:33:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:33:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:33:00.008Z||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-06-04T02:33:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:33:09.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:33:09.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:34:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:34:00.006Z||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-06-04T02:34:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:34:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:34:00.008Z||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-06-04T02:34:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:34:09.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:34:09.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:35:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:35:00.006Z||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-06-04T02:35:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:35:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:35:00.008Z||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-06-04T02:35:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:35:09.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:35:09.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:36:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:36:00.006Z||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-06-04T02:36:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:36:00.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:36:00.009Z||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-06-04T02:36:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:36:09.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:36:09.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:37:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:37:00.006Z||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-06-04T02:37:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:37:00.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:37:00.008Z||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-06-04T02:37:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:37:09.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:37:09.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:38:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:38:00.006Z||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-06-04T02:38:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:38:00.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:38:00.008Z||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-06-04T02:38:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:38:09.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:38:09.552Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:39:00.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:39:00.007Z||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-06-04T02:39:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:39:00.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:39:00.008Z||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-06-04T02:39:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:39:09.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:39:09.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:40:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:40:00.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:40:00.010Z||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-06-04T02:40:00.010Z||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-06-04T02:40:00.010Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:40:00.010Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:40:09.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:40:09.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:41:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:41:00.006Z||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-06-04T02:41:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:41:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:41:00.008Z||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-06-04T02:41:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:41:09.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:41:09.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:42:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:42:00.006Z||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-06-04T02:42:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:42:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:42:00.008Z||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-06-04T02:42:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:42:09.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:42:09.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:43:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:43:00.006Z||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-06-04T02:43:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:43:00.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:43:00.008Z||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-06-04T02:43:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:43:09.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:43:09.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:44:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:44:00.006Z||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-06-04T02:44:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:44:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:44:00.008Z||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-06-04T02:44:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:44:09.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:44:09.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:45:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:45:00.006Z||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-06-04T02:45:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:45:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:45:00.008Z||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-06-04T02:45:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:45:09.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:45:09.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:46:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:46:00.006Z||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-06-04T02:46:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:46:00.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:46:00.009Z||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-06-04T02:46:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:46:09.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:46:09.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:47:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:47:00.006Z||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-06-04T02:47:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:47:00.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:47:00.009Z||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-06-04T02:47:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:47:09.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:47:09.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:48:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:48:00.006Z||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-06-04T02:48:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:48:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:48:00.008Z||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-06-04T02:48:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:48:09.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:48:09.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:49:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:49:00.006Z||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-06-04T02:49:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:49:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:49:00.008Z||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-06-04T02:49:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:49:09.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:49:09.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:50:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:50:00.006Z||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-06-04T02:50:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:50:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:50:00.008Z||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-06-04T02:50:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:50:09.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:50:09.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:51:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:51:00.006Z||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-06-04T02:51:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:51:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:51:00.008Z||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-06-04T02:51:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:51:09.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:51:09.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:52:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:52:00.006Z||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-06-04T02:52:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:52:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:52:00.008Z||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-06-04T02:52:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:52:09.552Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:52:09.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:53:00.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:53:00.007Z||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-06-04T02:53:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:53:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:53:00.008Z||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-06-04T02:53:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:53:09.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:53:09.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:54:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:54:00.006Z||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-06-04T02:54:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:54:00.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:54:00.008Z||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-06-04T02:54:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:54:09.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:54:09.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:55:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:55:00.006Z||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-06-04T02:55:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:55:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:55:00.009Z||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-06-04T02:55:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:55:09.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:55:09.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:56:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:56:00.007Z||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-06-04T02:56:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:56:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:56:00.008Z||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-06-04T02:56:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:56:09.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:56:09.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:57:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:57:00.006Z||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-06-04T02:57:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:57:00.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:57:00.008Z||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-06-04T02:57:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:57:09.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:57:09.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:58:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:58:00.006Z||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-06-04T02:58:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:58:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:58:00.008Z||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-06-04T02:58:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:58:09.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:58:09.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:59:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:59:00.006Z||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-06-04T02:59:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:59:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T02:59:00.008Z||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-06-04T02:59:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T02:59:09.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T02:59:09.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:00:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:00:00.006Z||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-06-04T03:00:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:00:00.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:00:00.008Z||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-06-04T03:00:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:00:09.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:00:09.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:01:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:01:00.007Z||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-06-04T03:01:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:01:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:01:00.008Z||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-06-04T03:01:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:01:09.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:01:09.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:02:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:02:00.006Z||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-06-04T03:02:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:02:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:02:00.008Z||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-06-04T03:02:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:02:09.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:02:09.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:03:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:03:00.006Z||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-06-04T03:03:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:03:00.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:03:00.008Z||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-06-04T03:03:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:03:09.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:03:09.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:04:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:04:00.006Z||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-06-04T03:04:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:04:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:04:00.008Z||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-06-04T03:04:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:04:09.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:04:09.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:05:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:05:00.006Z||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-06-04T03:05:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:05:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:05:00.008Z||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-06-04T03:05:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:05:09.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:05:09.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:06:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:06:00.006Z||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-06-04T03:06:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:06:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:06:00.008Z||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-06-04T03:06:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:06:09.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:06:09.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:07:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:07:00.006Z||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-06-04T03:07:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:07:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:07:00.008Z||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-06-04T03:07:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:07:09.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:07:09.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:08:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:08:00.006Z||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-06-04T03:08:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:08:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:08:00.008Z||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-06-04T03:08:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:08:09.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:08:09.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:09:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:09:00.006Z||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-06-04T03:09:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:09:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:09:00.008Z||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-06-04T03:09:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:09:09.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:09:09.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:10:00.006Z||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-06-04T03:10:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:00.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:10:00.008Z||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-06-04T03:10:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:00.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:00.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3c93321-480c-4ea8-a013-11819b1cdeca","serviceName":"basic_onboard_uDydny","serviceVersion":"1.0","serviceUUID":"5b2fcab1-bbd3-4879-8ed2-16e6b143b895","serviceDescription":"service","serviceInvariantUUID":"8f714ba6-91db-458f-83bd-dd8b01d58197","resources":[{"resourceInstanceName":"basic_onboard_uDydny 0","resourceName":"basic_onboard_uDydny","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e00730c-66ea-4f92-b593-2ca7964fee5f","resourceInvariantUUID":"2ebc9446-9281-4acb-be2d-328e1963f38a","resourceCustomizationUUID":"cf646f98-25d5-4235-a853-84b646b358a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml","artifactChecksum":"OTIyYzIzNDE0MTY4OTdjMzRkYzljZGQ4ODUzOTk5NjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"655d5b25-a58d-43f5-a7c7-d9d28b1e2989","artifactVersion":"1"},{"artifactName":"basic_onboard_udydny0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json","artifactChecksum":"MzMzYjI0ZjcxZWE2ZDA3ODBhNzgyMTQ3YzcwMDY3Mzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3902b391-a339-4873-bda0-52f6cc1085bf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5b537097-b163-4fb2-97c6-d1d153a659fe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d84b4c7c-fa54-4054-a1c3-8770e42e37a1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"885abbca-0dd6-4241-86aa-0b925fc0f4a7","artifactVersion":"2","generatedFromUUID":"5b537097-b163-4fb2-97c6-d1d153a659fe"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUdydny-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml","artifactChecksum":"OGIyMDZkMWMxNGU0NGRjYTEwZDU2MGNlN2YwZmViNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd2cae72-81ac-4d6b-85fe-cc481b9512d6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUdydny-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar","artifactChecksum":"NWY5ODlkYjIyNWM0MTVhNjYzODlhZDI2ZDFmZjk1MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"976240c5-9ba8-4c69-8753-f9263379b17b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T03:10:00.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:00.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "clamp",
"timestamp": 1622776154042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.651Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:10:00.658Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:00.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "cds",
"timestamp": 1622776153315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776153954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776153506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "aai-ml",
"timestamp": 1622776154930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "clamp",
"timestamp": 1622776154042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "cds",
"timestamp": 1622776153315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776153954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776153506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "aai-ml",
"timestamp": 1622776154930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "cds",
"timestamp": 1622776153315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "clamp",
"timestamp": 1622776154042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776153954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776153506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "aai-ml",
"timestamp": 1622776154930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "clamp",
"timestamp": 1622776154042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "cds",
"timestamp": 1622776153315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.670Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:00.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776153954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.670Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776153506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "aai-ml",
"timestamp": 1622776154930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776159524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "cds",
"timestamp": 1622776153315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "clamp",
"timestamp": 1622776154042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776153954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776153506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "aai-ml",
"timestamp": 1622776154930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776159524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "cds",
"timestamp": 1622776153315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "clamp",
"timestamp": 1622776154042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776153954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776153506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "aai-ml",
"timestamp": 1622776154930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776159524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776161722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "cds",
"timestamp": 1622776153315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "clamp",
"timestamp": 1622776154042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776153954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776153506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "aai-ml",
"timestamp": 1622776154930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "dcae-sch",
"timestamp": 1622776162026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776159524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776161722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "dcae-sch",
"timestamp": 1622776162026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "cds",
"timestamp": 1622776164153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776164157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776164169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776159524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "aai-ml",
"timestamp": 1622776164219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776161722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "dcae-sch",
"timestamp": 1622776162026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "cds",
"timestamp": 1622776165168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-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-06-04T03:10:00.771Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2021-06-04T03:10:00.774Z||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-06-04T03:10:00.775Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:00.787Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:00.788Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T03:10:00.876Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca
2021-06-04T03:10:00.904Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca 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-06-04T03:10:00.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776159524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776161722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776165515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "dcae-sch",
"timestamp": 1622776162026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "policy-id",
"timestamp": 1622776165302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776159524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776161722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "dcae-sch",
"timestamp": 1622776162026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "policy-id",
"timestamp": 1622776165302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776167117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776161722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "dcae-sch",
"timestamp": 1622776162026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776167922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "policy-id",
"timestamp": 1622776165302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776168137,
"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-06-04T03:10:00.946Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca
2021-06-04T03:10:00.946Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca 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-06-04T03:10:00.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776161722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "dcae-sch",
"timestamp": 1622776162026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776168743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:10:00.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "policy-id",
"timestamp": 1622776165302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776169140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T03:10:00.957Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776169632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.957Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776169748,
"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-06-04T03:10:00.962Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca
2021-06-04T03:10:00.962Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca 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-06-04T03:10:00.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "policy-id",
"timestamp": 1622776165302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776170037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "policy-id",
"timestamp": 1622776165302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:00.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "policy-id",
"timestamp": 1622776165302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:10:00.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:10:00.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776172098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776172519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776173328,
"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-06-04T03:10:00.986Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca
2021-06-04T03:10:00.986Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca 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-06-04T03:10:00.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "policy-id",
"timestamp": 1622776174120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.996Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776174332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T03:10:00.996Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776174607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "policy-id",
"timestamp": 1622776175127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:10:00.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "clamp",
"timestamp": 1622776175377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:00.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:00.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:00.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776175614,
"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-06-04T03:10:01.003Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca
2021-06-04T03:10:01.003Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca 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-06-04T03:10:01.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:01.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "policy-id",
"timestamp": 1622776176130,
"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-06-04T03:10:01.016Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca
2021-06-04T03:10:01.016Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca 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-06-04T03:10:01.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:01.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776176617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T03:10:01.023Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:01.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:01.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "aai-ml",
"timestamp": 1622776176917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:10:01.024Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:01.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:01.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "clamp",
"timestamp": 1622776177396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:10:01.024Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:10:01.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:01.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "aai-ml",
"timestamp": 1622776177922,
"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-06-04T03:10:01.029Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca
2021-06-04T03:10:01.029Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca 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-06-04T03:10:01.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:10:01.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "clamp",
"timestamp": 1622776178399,
"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-06-04T03:10:01.043Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca
2021-06-04T03:10:01.043Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca 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-06-04T03:10:01.685Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:10:01.685Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:01.687Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:01.687Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T03:10:01.787Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:01.788Z||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-06-04T03:10:01.788Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:01.800Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:01.801Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-06-04T03:10:02.687Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:10:02.688Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:02.689Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:02.690Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-04T03:10:02.790Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:02.794Z||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-06-04T03:10:02.794Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:02.809Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:02.810Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:10:03.690Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:10:03.691Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:03.693Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:03.693Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:03.793Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:03.794Z||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-06-04T03:10:03.795Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:03.806Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:03.806Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:10:04.693Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:10:04.694Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:04.696Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:04.696Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-04T03:10:04.796Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:04.797Z||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-06-04T03:10:04.797Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:04.807Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:04.808Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:10:05.696Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:10:05.697Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:05.699Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:05.699Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:10:05.799Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:05.800Z||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-06-04T03:10:05.800Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:05.811Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:05.811Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:10:06.699Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:10:06.700Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:06.702Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:06.702Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:10:06.802Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:06.803Z||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-06-04T03:10:06.803Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:06.814Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:06.814Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:10:07.704Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"serviceName": "basic_onboard_uDydny",
"serviceVersion": "1.0",
"serviceUUID": "5b2fcab1-bbd3-4879-8ed2-16e6b143b895",
"serviceDescription": "service",
"serviceInvariantUUID": "8f714ba6-91db-458f-83bd-dd8b01d58197",
"resources": [
{
"resourceInstanceName": "basic_onboard_uDydny 0",
"resourceCustomizationUUID": "cf646f98-25d5-4235-a853-84b646b358a6",
"resourceName": "basic_onboard_uDydny",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3e00730c-66ea-4f92-b593-2ca7964fee5f",
"resourceInvariantUUID": "2ebc9446-9281-4acb-be2d-328e1963f38a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_udydny0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"artifactChecksum": "MzMzYjI0ZjcxZWE2ZDA3ODBhNzgyMTQ3YzcwMDY3Mzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3902b391-a339-4873-bda0-52f6cc1085bf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5b537097-b163-4fb2-97c6-d1d153a659fe",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "885abbca-0dd6-4241-86aa-0b925fc0f4a7",
"generatedFromUUID": "5b537097-b163-4fb2-97c6-d1d153a659fe"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "885abbca-0dd6-4241-86aa-0b925fc0f4a7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUdydny-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"artifactChecksum": "NWY5ODlkYjIyNWM0MTVhNjYzODlhZDI2ZDFmZjk1MTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "976240c5-9ba8-4c69-8753-f9263379b17b"
}
],
"workloadContext": "Production"
}
2021-06-04T03:10:07.704Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T03:10:07.705Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b2fcab1-bbd3-4879-8ed2-16e6b143b895 ASDC
2021-06-04T03:10:07.863Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d3c93321-480c-4ea8-a013-11819b1cdeca
ServiceName:basic_onboard_uDydny
ServiceVersion:1.0
ServiceUUID:5b2fcab1-bbd3-4879-8ed2-16e6b143b895
ServiceInvariantUUID:8f714ba6-91db-458f-83bd-dd8b01d58197
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUdydny-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar
ArtifactUUID:976240c5-9ba8-4c69-8753-f9263379b17b
ArtifactChecksum:NWY5ODlkYjIyNWM0MTVhNjYzODlhZDI2ZDFmZjk1MTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_uDydny 0
ResourceCustomizationUUID:cf646f98-25d5-4235-a853-84b646b358a6
ResourceInvariantUUID:2ebc9446-9281-4acb-be2d-328e1963f38a
ResourceName:basic_onboard_uDydny
ResourceType:VF
ResourceUUID:3e00730c-66ea-4f92-b593-2ca7964fee5f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_udydny0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json
ArtifactUUID:3902b391-a339-4873-bda0-52f6cc1085bf
ArtifactChecksum:MzMzYjI0ZjcxZWE2ZDA3ODBhNzgyMTQ3YzcwMDY3Mzg=
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/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5b537097-b163-4fb2-97c6-d1d153a659fe
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/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env
ArtifactUUID:885abbca-0dd6-4241-86aa-0b925fc0f4a7
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/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env
ArtifactUUID:885abbca-0dd6-4241-86aa-0b925fc0f4a7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-04T03:10:07.863Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b2fcab1-bbd3-4879-8ed2-16e6b143b895 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-06-04T03:10:07.913Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T03:10:07.914Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T03:10:07.914Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T03:10:07.915Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 976240c5-9ba8-4c69-8753-f9263379b17b from URL: /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:07.915Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T03:10:07.916Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:08.633Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T03:10:08.641Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar 976240c5-9ba8-4c69-8753-f9263379b17b 71358
2021-06-04T03:10:08.642Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar ASDC sendASDCNotification
2021-06-04T03:10:08.642Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:08.644Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T03:10:08.645Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:08.647Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:08.647Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776208641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:08.747Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:08.747Z||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-06-04T03:10:08.748Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:08.760Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:08.760Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:10:09.647Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T03:10:09.649Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T03:10:09.649Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 976240c5-9ba8-4c69-8753-f9263379b17b, URL: /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar to file: /app/ASDC/1/service-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:09.650Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:09.804Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:09.804Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:10.240Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11566446244760058013/Definitions/service-BasicOnboardUdydny-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-06-04T03:10:12.092Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||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-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||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-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||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-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||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-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_uDydny 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-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:12.097Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||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-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:12.097Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||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-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:12.097Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T03:10:12.102Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:12.103Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:12.106Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria
2021-06-04T03:10:12.106Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T03:10:12.108Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria
2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:12.113Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:12.113Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is not matching search criteria
2021-06-04T03:10:12.113Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-04T03:10:12.113Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-04T03:10:12.113Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-04T03:10:12.114Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-04T03:10:12.114Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-04T03:10:12.114Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:12.114Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T03:10:12.115Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:12.115Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria
2021-06-04T03:10:12.116Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:10:12.116Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:12.116Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria
2021-06-04T03:10:12.116Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:10:12.116Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:12.117Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria
2021-06-04T03:10:12.117Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:10:12.117Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:12.117Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is not matching search criteria
2021-06-04T03:10:12.117Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-04T03:10:12.117Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-04T03:10:12.118Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1a60167c-a226-4ff2-a90a-fd4a89c83dca
2021-06-04T03:10:12.118Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:12.118Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:12.118Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:12.118Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:12.119Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:12.119Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:12.119Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:12.119Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:12.119Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_uDydny
Description:service
Model UUID:5b2fcab1-bbd3-4879-8ed2-16e6b143b895
Model Version:NULL
Model InvariantUuid:8f714ba6-91db-458f-83bd-dd8b01d58197
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_uDydny
Model UUID:026795e6-5f42-4bbd-9a00-0af2fb6a30a6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2ebc9446-9281-4acb-be2d-328e1963f38a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cf646f98-25d5-4235-a853-84b646b358a6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1fc38d9b-d44e-4ece-b372-5e3acb94e76e
ModelName:BasicOnboardUdydny..base_ubuntu18..module-0
ModelUuid:4a1ab8e4-5e41-4cd2-91cc-c84591167a91
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1a60167c-a226-4ff2-a90a-fd4a89c83dca
ModelInvariantUuid:13e2c234-4195-4f18-87ef-ce6b25f9bff7
ModelName:basic_onboard_uDydny-nodes.ubuntu18Cvfc
ModelUuid:ba4c4ed0-bfd0-4640-a348-9b56d59e4f6d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5de5bbdc-d269-4939-ab27-c30a2b93de79
ModelInvariantUuid:53563bd2-6dcb-457c-9f3f-8217134e9c7f
ModelName:BasicOnboardUdydny.compute.nodes.heat.ubuntu18
ModelUuid:54396867-e6f5-4e2c-8588-9d5b909cac8b
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-06-04T03:10:12.138Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e00730c-66ea-4f92-b593-2ca7964fee5f
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-06-04T03:10:12.225Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||basic_onboard_uDydny 0
2021-06-04T03:10:12.231Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e00730c-66ea-4f92-b593-2ca7964fee5f
2021-06-04T03:10:12.231Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3902b391-a339-4873-bda0-52f6cc1085bf from URL: /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json
2021-06-04T03:10:12.231Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T03:10:12.232Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json
2021-06-04T03:10:13.500Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T03:10:13.501Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json 3902b391-a339-4873-bda0-52f6cc1085bf 798
2021-06-04T03:10:13.501Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json ASDC sendASDCNotification
2021-06-04T03:10:13.502Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json
2021-06-04T03:10:13.502Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T03:10:13.502Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:13.505Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:13.505Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776213501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:13.605Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:13.606Z||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-06-04T03:10:13.606Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:13.618Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:13.619Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-06-04T03:10:14.506Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUdydny..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1fc38d9b-d44e-4ece-b372-5e3acb94e76e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4a1ab8e4-5e41-4cd2-91cc-c84591167a91",
"vfModuleModelCustomizationUUID": "a143ca7b-a5ee-4ce2-be2a-e793efdf897d",
"isBase": true,
"artifacts": [
"5b537097-b163-4fb2-97c6-d1d153a659fe",
"885abbca-0dd6-4241-86aa-0b925fc0f4a7"
],
"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-06-04T03:10:14.531Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUdydny..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a1ab8e4-5e41-4cd2-91cc-c84591167a91
VfModuleModelInvariantUUID:1fc38d9b-d44e-4ece-b372-5e3acb94e76e
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b537097-b163-4fb2-97c6-d1d153a659fe
,
885abbca-0dd6-4241-86aa-0b925fc0f4a7
}
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-06-04T03:10:14.534Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUdydny..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1fc38d9b-d44e-4ece-b372-5e3acb94e76e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4a1ab8e4-5e41-4cd2-91cc-c84591167a91",
"vfModuleModelCustomizationUUID": "a143ca7b-a5ee-4ce2-be2a-e793efdf897d",
"isBase": true,
"artifacts": [
"5b537097-b163-4fb2-97c6-d1d153a659fe",
"885abbca-0dd6-4241-86aa-0b925fc0f4a7"
],
"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-06-04T03:10:14.534Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUdydny..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a1ab8e4-5e41-4cd2-91cc-c84591167a91
VfModuleModelInvariantUUID:1fc38d9b-d44e-4ece-b372-5e3acb94e76e
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b537097-b163-4fb2-97c6-d1d153a659fe
,
885abbca-0dd6-4241-86aa-0b925fc0f4a7
}
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-06-04T03:10:14.535Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5b537097-b163-4fb2-97c6-d1d153a659fe from URL: /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml
2021-06-04T03:10:14.535Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T03:10:14.535Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml
2021-06-04T03:10:15.894Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T03:10:15.894Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml 5b537097-b163-4fb2-97c6-d1d153a659fe 5033
2021-06-04T03:10:15.894Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-04T03:10:15.894Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml
2021-06-04T03:10:15.895Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T03:10:15.895Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:15.897Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:15.897Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776215894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:15.997Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:15.998Z||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-06-04T03:10:15.998Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:16.009Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:16.009Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:10:16.898Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 885abbca-0dd6-4241-86aa-0b925fc0f4a7 from URL: /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env
2021-06-04T03:10:16.898Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T03:10:16.898Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env
2021-06-04T03:10:17.895Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T03:10:17.896Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env 885abbca-0dd6-4241-86aa-0b925fc0f4a7 909
2021-06-04T03:10:17.896Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-04T03:10:17.896Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env
2021-06-04T03:10:17.896Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T03:10:17.896Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:17.898Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:17.898Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776217896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:10:17.998Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:17.999Z||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-06-04T03:10:17.999Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:18.011Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:18.012Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:10:18.898Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5b2fcab1-bbd3-4879-8ed2-16e6b143b895
2021-06-04T03:10:18.899Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_uDydny 0 3e00730c-66ea-4f92-b593-2ca7964fee5f 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-06-04T03:10:18.929Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.930Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:18.930Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-06-04T03:10:18.930Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= cf646f98-25d5-4235-a853-84b646b358a6
2021-06-04T03:10:18.930Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cf646f98-25d5-4235-a853-84b646b358a6 matches Tosca VF Customization UUID: cf646f98-25d5-4235-a853-84b646b358a6
2021-06-04T03:10:18.930Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: cf646f98-25d5-4235-a853-84b646b358a6 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-06-04T03:10:18.937Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.937Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:18.938Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id cf646f98-25d5-4235-a853-84b646b358a6: {\"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-06-04T03:10:18.938Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c71a3e9
2021-06-04T03:10:18.938Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.938Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T03:10:18.939Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a143ca7b-a5ee-4ce2-be2a-e793efdf897d
2021-06-04T03:10:18.940Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a143ca7b-a5ee-4ce2-be2a-e793efdf897d
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-06-04T03:10:18.945Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.945Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria
2021-06-04T03:10:18.945Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria
2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is not matching search criteria
2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-04T03:10:18.947Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1a60167c-a226-4ff2-a90a-fd4a89c83dca
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-06-04T03:10:18.953Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.953Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria
2021-06-04T03:10:18.953Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:10:18.954Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.954Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria
2021-06-04T03:10:18.954Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=cf646f98-25d5-4235-a853-84b646b358a6
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-06-04T03:10:18.956Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.957Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:18.957Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5b2fcab1-bbd3-4879-8ed2-16e6b143b895: basic_onboard_uDydny
2021-06-04T03:10:18.957Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.957Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:10:18.959Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:10:18.959Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_uDydny
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-06-04T03:10:19.147Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_uDydny 3e00730c-66ea-4f92-b593-2ca7964fee5f 1 ASDC deployResourceStructure
2021-06-04T03:10:19.148Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json ASDC sendASDCNotification
2021-06-04T03:10:19.148Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json
2021-06-04T03:10:19.148Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T03:10:19.148Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:19.150Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:19.150Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776219148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T03:10:19.250Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:19.251Z||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-06-04T03:10:19.251Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:19.263Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:19.264Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:10:20.151Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-04T03:10:20.151Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml
2021-06-04T03:10:20.151Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T03:10:20.152Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:20.154Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:20.154Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776220151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-06-04T03:10:20.254Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:20.255Z||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-06-04T03:10:20.255Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:20.267Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:20.267Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:10:21.155Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-04T03:10:21.155Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env
2021-06-04T03:10:21.155Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T03:10:21.156Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:21.157Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:21.157Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776221154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-06-04T03:10:21.258Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:21.259Z||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-06-04T03:10:21.259Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:21.269Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:21.270Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-04T03:10:22.158Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar ASDC sendASDCNotification
2021-06-04T03:10:22.159Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar
2021-06-04T03:10:22.159Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T03:10:22.159Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:10:22.161Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:10:22.161Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776222158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:10:22.261Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:10:22.262Z||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-06-04T03:10:22.262Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:10:22.274Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:10:22.274Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:10:23.162Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3c93321-480c-4ea8-a013-11819b1cdeca
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-06-04T03:10:23.182Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3c93321-480c-4ea8-a013-11819b1cdeca
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-06-04T03:10:23.186Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||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-06-04T03:10:23.194Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T03:10:53.194Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d3c93321-480c-4ea8-a013-11819b1cdeca 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-06-04T03:10:53.203Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3c93321-480c-4ea8-a013-11819b1cdeca and serviceModelVersionId: 5b2fcab1-bbd3-4879-8ed2-16e6b143b895
2021-06-04T03:10:53.203Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f714ba6-91db-458f-83bd-dd8b01d58197
2021-06-04T03:11:00.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:11:00.008Z||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-06-04T03:11:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:00.129Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:00.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:11:00.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:11:00.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:11:08.301Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0
2021-06-04T03:11:08.644Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T03:11:09.379Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0|INFO|500||Invoke
2021-06-04T03:11:09.388Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d3c93321-480c-4ea8-a013-11819b1cdeca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3fcd474a-5dd3-4021-a21f-7224a2f95870], X-ECOMP-RequestID=[d3c93321-480c-4ea8-a013-11819b1cdeca], X-TransactionId=[], X-ONAP-RequestID=[d3c93321-480c-4ea8-a013-11819b1cdeca], Content-Type=[application/merge-patch+json]}
2021-06-04T03:11:09.511Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-04T03:11:09.854Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?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/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210604-03:11:09:519-65383], vertex-id=[209000], Content-Length=[0], Date=[Fri, 04 Jun 2021 03:11:09 GMT], Content-Type=[application/json]}
2021-06-04T03:11:09.856Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-04T03:11:09.856Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0|INFO|500||InvokeReturn
2021-06-04T03:11:09.860Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T03:11:09.860Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||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-06-04T03:11:09.864Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||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-06-04T03:11:09.873Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3c93321-480c-4ea8-a013-11819b1cdeca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T03:11:09.874Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T03:11:09.874Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:09.876Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:09.876Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776269873,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T03:11:09.976Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:09.977Z||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-06-04T03:11:09.977Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:09.992Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:09.992Z||pool-18-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-06-04T03:11:10.893Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:11:10.894Z|d3c93321-480c-4ea8-a013-11819b1cdeca|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-06-04T03:11:10.894Z|d3c93321-480c-4ea8-a013-11819b1cdeca|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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:11.515Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:11.516Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-04T03:11:11.516Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d81274f-2360-4f07-9f62-f83095e5a0a6","serviceName":"vFW 2021-06-04 03-08-48","serviceVersion":"1.0","serviceUUID":"19d8562f-b7af-4ff7-b85c-8ab07a14d036","serviceDescription":"catalog service description","serviceInvariantUUID":"831e22dd-1e7a-4004-8b2b-5a048e79b14d","resources":[{"resourceInstanceName":"vFW 078e7990-40e1 0","resourceName":"vFW 078e7990-40e1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3","resourceInvariantUUID":"0b899640-cbcf-4bbf-820d-cb43d52d0b26","resourceCustomizationUUID":"8aed7fab-bfe7-4243-959a-656c6b95f803","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml","artifactChecksum":"MzM2NWYyZTMwZDkyYWY0NWNjYzUwNzk2ZDhjNzM2NWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe31116d-6693-4277-93a5-55388b8db518","artifactVersion":"1"},{"artifactName":"vfw078e799040e10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json","artifactChecksum":"NjBlY2JmOTU4NDg4NjE0NmE1ZTVlNDQzNzQzYmYzYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4de700fb-685b-4b01-933a-49ac46e1ce5d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b278c41b-f31a-4f65-b2ca-68847cbc651a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml","artifactChecksum":"MmNmZDk3YmQ3ZmE0NDg5ZDE1ZmY2NTE5MjBiZWQwYjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22256ab9-99bf-489b-abca-96329eeb0d45","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da87ff81-9a5b-42b0-8daf-efc6aeef6af4","artifactVersion":"2","generatedFromUUID":"b278c41b-f31a-4f65-b2ca-68847cbc651a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210604030848-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml","artifactChecksum":"NWE2ZTNkYWIzYTI0NzQxNDlhODE5YWYyNjc4MjQ0MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4c44a8d-719b-406b-8930-8bc7fd99d37d","artifactVersion":"1"},{"artifactName":"service-Vfw20210604030848-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar","artifactChecksum":"N2U2ODZlOWY1MzMzMmMxMjRlMDJjZTNjNDE4ZTEyNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4bf9562-8c9b-4f83-9edb-5c1ab84f9692","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T03:11:11.519Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:11:11.519Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:11.521Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:11.521Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:11:11.621Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:11.622Z||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-06-04T03:11:11.622Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:11.633Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:11.633Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:11:12.522Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:11:12.523Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:12.525Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:12.525Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "NOTIFIED"
}
2021-06-04T03:11:12.625Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:12.626Z||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-06-04T03:11:12.626Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:12.636Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:12.637Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:11:13.525Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:11:13.526Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:13.528Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:13.528Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-04T03:11:13.628Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:13.629Z||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-06-04T03:11:13.629Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:13.640Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:13.641Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-04T03:11:14.528Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:11:14.530Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:14.532Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:14.532Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:11:14.632Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:14.633Z||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-06-04T03:11:14.634Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:14.644Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:14.645Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:11:15.533Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:11:15.533Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:15.535Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:15.536Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-04T03:11:15.636Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:15.636Z||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-06-04T03:11:15.637Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:15.647Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:15.647Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:11:16.536Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:11:16.537Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:16.538Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:16.538Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:11:16.639Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T03:11:16.640Z||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-06-04T03:11:16.640Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:16.651Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:16.651Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:11:17.539Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:11:17.540Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:17.542Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:17.542Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:11:17.642Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:17.643Z||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-06-04T03:11:17.643Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:17.652Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:17.653Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:11:18.544Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"serviceName": "vFW 2021-06-04 03-08-48",
"serviceVersion": "1.0",
"serviceUUID": "19d8562f-b7af-4ff7-b85c-8ab07a14d036",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "831e22dd-1e7a-4004-8b2b-5a048e79b14d",
"resources": [
{
"resourceInstanceName": "vFW 078e7990-40e1 0",
"resourceCustomizationUUID": "8aed7fab-bfe7-4243-959a-656c6b95f803",
"resourceName": "vFW 078e7990-40e1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3",
"resourceInvariantUUID": "0b899640-cbcf-4bbf-820d-cb43d52d0b26",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw078e799040e10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"artifactChecksum": "NjBlY2JmOTU4NDg4NjE0NmE1ZTVlNDQzNzQzYmYzYTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4de700fb-685b-4b01-933a-49ac46e1ce5d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b278c41b-f31a-4f65-b2ca-68847cbc651a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "da87ff81-9a5b-42b0-8daf-efc6aeef6af4",
"generatedFromUUID": "b278c41b-f31a-4f65-b2ca-68847cbc651a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "da87ff81-9a5b-42b0-8daf-efc6aeef6af4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210604030848-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"artifactChecksum": "N2U2ODZlOWY1MzMzMmMxMjRlMDJjZTNjNDE4ZTEyNWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d4bf9562-8c9b-4f83-9edb-5c1ab84f9692"
}
],
"workloadContext": "Production"
}
2021-06-04T03:11:18.544Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T03:11:18.544Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19d8562f-b7af-4ff7-b85c-8ab07a14d036 ASDC
2021-06-04T03:11:18.544Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5d81274f-2360-4f07-9f62-f83095e5a0a6
ServiceName:vFW 2021-06-04 03-08-48
ServiceVersion:1.0
ServiceUUID:19d8562f-b7af-4ff7-b85c-8ab07a14d036
ServiceInvariantUUID:831e22dd-1e7a-4004-8b2b-5a048e79b14d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210604030848-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar
ArtifactUUID:d4bf9562-8c9b-4f83-9edb-5c1ab84f9692
ArtifactChecksum:N2U2ODZlOWY1MzMzMmMxMjRlMDJjZTNjNDE4ZTEyNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 078e7990-40e1 0
ResourceCustomizationUUID:8aed7fab-bfe7-4243-959a-656c6b95f803
ResourceInvariantUUID:0b899640-cbcf-4bbf-820d-cb43d52d0b26
ResourceName:vFW 078e7990-40e1
ResourceType:VF
ResourceUUID:ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw078e799040e10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json
ArtifactUUID:4de700fb-685b-4b01-933a-49ac46e1ce5d
ArtifactChecksum:NjBlY2JmOTU4NDg4NjE0NmE1ZTVlNDQzNzQzYmYzYTM=
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/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml
ArtifactUUID:b278c41b-f31a-4f65-b2ca-68847cbc651a
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/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env
ArtifactUUID:da87ff81-9a5b-42b0-8daf-efc6aeef6af4
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/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env
ArtifactUUID:da87ff81-9a5b-42b0-8daf-efc6aeef6af4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-04T03:11:18.545Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19d8562f-b7af-4ff7-b85c-8ab07a14d036 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-06-04T03:11:18.584Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T03:11:18.586Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T03:11:18.586Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T03:11:18.586Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d4bf9562-8c9b-4f83-9edb-5c1ab84f9692 from URL: /sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar
2021-06-04T03:11:18.586Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T03:11:18.586Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar
2021-06-04T03:11:19.318Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T03:11:19.323Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar d4bf9562-8c9b-4f83-9edb-5c1ab84f9692 98766
2021-06-04T03:11:19.323Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar ASDC sendASDCNotification
2021-06-04T03:11:19.323Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar
2021-06-04T03:11:19.324Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T03:11:19.324Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:19.326Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:19.326Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776279323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:11:19.426Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:19.427Z||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-06-04T03:11:19.427Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:19.437Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:19.438Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-04T03:11:20.326Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T03:11:20.328Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T03:11:20.328Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d4bf9562-8c9b-4f83-9edb-5c1ab84f9692, URL: /sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar to file: /app/ASDC/1/service-Vfw20210604030848-csar.csar
2021-06-04T03:11:20.328Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210604030848-csar.csar
2021-06-04T03:11:20.329Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210604030848-csar.csar
2021-06-04T03:11:20.329Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210604030848-csar.csar
2021-06-04T03:11:20.746Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11533215724540859352/Definitions/service-Vfw20210604030848-template.yml
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
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_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
2021-06-04T03:11:23.173Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 078e7990-40e1 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-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-Vfw20210604030848-csar.csar
2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria
2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria
2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria
2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.179Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria
2021-06-04T03:11:23.179Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:11:23.179Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.179Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria
2021-06-04T03:11:23.179Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria
2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria
2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:23.182Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T03:11:23.182Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T03:11:23.182Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a2d30cd6-9c3b-46b7-98f2-2aa711fa6397
2021-06-04T03:11:23.182Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.182Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria
2021-06-04T03:11:23.182Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T03:11:23.184Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:23.184Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T03:11:23.184Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T03:11:23.184Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d51abba8-56d1-495a-a1c1-692eacb78e80
2021-06-04T03:11:23.184Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.184Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria
2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d5fbe09e-6b1c-49d7-8102-7077862309fe
2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.187Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:23.187Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:23.187Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:23.187Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-06-04 03-08-48
Description:catalog service description
Model UUID:19d8562f-b7af-4ff7-b85c-8ab07a14d036
Model Version:NULL
Model InvariantUuid:831e22dd-1e7a-4004-8b2b-5a048e79b14d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 078e7990-40e1
Model UUID:65519e52-1d58-42b4-8712-121d5c134966
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0b899640-cbcf-4bbf-820d-cb43d52d0b26
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8aed7fab-bfe7-4243-959a-656c6b95f803
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:09e1eb1e-672b-4766-9e2d-a1d1fe39c8dc
ModelName:Vfw078e799040e1..base_vfw..module-0
ModelUuid:d5c8c8c4-7728-464b-830f-ccc31afa5348
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a2d30cd6-9c3b-46b7-98f2-2aa711fa6397
ModelInvariantUuid:a3f97b1b-6b67-4efa-862b-9ba499b8773b
ModelName:vFW 078e7990-40e1-nodes.vfwCvfc
ModelUuid:2aa0904a-48f4-492f-8c36-d1ac129c2149
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4116b36f-e3b6-4e7e-80fa-5b0e7cb4d40d
ModelInvariantUuid:1547c175-2412-4119-adbb-aa89058333c6
ModelName:Vfw078e799040e1.compute.nodes.heat.vfw
ModelUuid:4ce917ad-6d1a-4e7b-9421-c9570efa0752
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d51abba8-56d1-495a-a1c1-692eacb78e80
ModelInvariantUuid:eee640c2-874a-49a0-a5ea-1a78bda628f8
ModelName:vFW 078e7990-40e1-nodes.vsnCvfc
ModelUuid:6ccb5040-e52c-4060-b7e6-fd2434560866
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d9835d2a-a7a0-48af-8fbc-04d4f82a7ced
ModelInvariantUuid:4b38c671-ecd4-4dc9-abe4-b631f1d1973a
ModelName:Vfw078e799040e1.compute.nodes.heat.vsn
ModelUuid:32abe4b3-6c65-4ede-86cc-1317f0b43b74
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d5fbe09e-6b1c-49d7-8102-7077862309fe
ModelInvariantUuid:10b97e94-bf33-430e-bd85-642cac173151
ModelName:vFW 078e7990-40e1-nodes.vpgCvfc
ModelUuid:05b37c8c-882c-4a18-be63-fc34f7a38b75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:54453594-a2e2-4f98-8f8f-2a6e244dac1e
ModelInvariantUuid:e02af9a3-ecac-4120-a846-4c1d0d4f211c
ModelName:Vfw078e799040e1.compute.nodes.heat.vpg
ModelUuid:5e13819a-0c24-436d-a486-38bd8a87bf0a
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-06-04T03:11:23.192Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3
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-06-04T03:11:23.194Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||vFW 078e7990-40e1 0
2021-06-04T03:11:23.194Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3
2021-06-04T03:11:23.194Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4de700fb-685b-4b01-933a-49ac46e1ce5d from URL: /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json
2021-06-04T03:11:23.194Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T03:11:23.194Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json
2021-06-04T03:11:23.592Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T03:11:23.593Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json 4de700fb-685b-4b01-933a-49ac46e1ce5d 785
2021-06-04T03:11:23.593Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json ASDC sendASDCNotification
2021-06-04T03:11:23.593Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json
2021-06-04T03:11:23.593Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T03:11:23.593Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:23.595Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:23.595Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776283593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:11:23.695Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:23.696Z||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-06-04T03:11:23.696Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:23.707Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:23.707Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:11:24.595Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw078e799040e1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "09e1eb1e-672b-4766-9e2d-a1d1fe39c8dc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5c8c8c4-7728-464b-830f-ccc31afa5348",
"vfModuleModelCustomizationUUID": "0ea07b6f-9e2f-43ac-b156-108c776f3ad0",
"isBase": true,
"artifacts": [
"b278c41b-f31a-4f65-b2ca-68847cbc651a",
"da87ff81-9a5b-42b0-8daf-efc6aeef6af4"
],
"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-06-04T03:11:24.599Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw078e799040e1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5c8c8c4-7728-464b-830f-ccc31afa5348
VfModuleModelInvariantUUID:09e1eb1e-672b-4766-9e2d-a1d1fe39c8dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
b278c41b-f31a-4f65-b2ca-68847cbc651a
,
da87ff81-9a5b-42b0-8daf-efc6aeef6af4
}
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-06-04T03:11:24.601Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw078e799040e1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "09e1eb1e-672b-4766-9e2d-a1d1fe39c8dc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5c8c8c4-7728-464b-830f-ccc31afa5348",
"vfModuleModelCustomizationUUID": "0ea07b6f-9e2f-43ac-b156-108c776f3ad0",
"isBase": true,
"artifacts": [
"b278c41b-f31a-4f65-b2ca-68847cbc651a",
"da87ff81-9a5b-42b0-8daf-efc6aeef6af4"
],
"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-06-04T03:11:24.601Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw078e799040e1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5c8c8c4-7728-464b-830f-ccc31afa5348
VfModuleModelInvariantUUID:09e1eb1e-672b-4766-9e2d-a1d1fe39c8dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
b278c41b-f31a-4f65-b2ca-68847cbc651a
,
da87ff81-9a5b-42b0-8daf-efc6aeef6af4
}
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-06-04T03:11:24.601Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b278c41b-f31a-4f65-b2ca-68847cbc651a from URL: /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml
2021-06-04T03:11:24.601Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T03:11:24.601Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml
2021-06-04T03:11:24.796Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T03:11:24.797Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml b278c41b-f31a-4f65-b2ca-68847cbc651a 20368
2021-06-04T03:11:24.798Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-04T03:11:24.798Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml
2021-06-04T03:11:24.798Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T03:11:24.798Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:24.800Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:24.800Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776284798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:11:24.900Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:24.901Z||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-06-04T03:11:24.901Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:24.912Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:24.912Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:11:25.800Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: da87ff81-9a5b-42b0-8daf-efc6aeef6af4 from URL: /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env
2021-06-04T03:11:25.801Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T03:11:25.801Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env
2021-06-04T03:11:26.411Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T03:11:26.411Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env da87ff81-9a5b-42b0-8daf-efc6aeef6af4 2098
2021-06-04T03:11:26.411Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-04T03:11:26.412Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env
2021-06-04T03:11:26.412Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T03:11:26.412Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:26.414Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:26.415Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776286411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:11:26.515Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:26.516Z||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-06-04T03:11:26.516Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:26.527Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:26.527Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:11:27.415Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 19d8562f-b7af-4ff7-b85c-8ab07a14d036
2021-06-04T03:11:27.416Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 078e7990-40e1 0 ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3 ASDC
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 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 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-06-04T03:11:27.436Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.436Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:27.436Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-06-04T03:11:27.436Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8aed7fab-bfe7-4243-959a-656c6b95f803
2021-06-04T03:11:27.436Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8aed7fab-bfe7-4243-959a-656c6b95f803 matches Tosca VF Customization UUID: 8aed7fab-bfe7-4243-959a-656c6b95f803
2021-06-04T03:11:27.436Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8aed7fab-bfe7-4243-959a-656c6b95f803 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-06-04T03:11:27.438Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.438Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:27.439Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8aed7fab-bfe7-4243-959a-656c6b95f803: {\"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-06-04T03:11:27.439Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a9426ff
2021-06-04T03:11:27.439Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.439Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T03:11:27.439Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ea07b6f-9e2f-43ac-b156-108c776f3ad0
2021-06-04T03:11:27.440Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ea07b6f-9e2f-43ac-b156-108c776f3ad0
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-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria
2021-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria
2021-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria
2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T03:11:27.444Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:27.444Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T03:11:27.444Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T03:11:27.444Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a2d30cd6-9c3b-46b7-98f2-2aa711fa6397
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-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria
2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria
2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d51abba8-56d1-495a-a1c1-692eacb78e80
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-06-04T03:11:27.449Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.449Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria
2021-06-04T03:11:27.449Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria
2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d5fbe09e-6b1c-49d7-8102-7077862309fe
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-06-04T03:11:27.455Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.455Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria
2021-06-04T03:11:27.455Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T03:11:27.456Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.456Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria
2021-06-04T03:11:27.456Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=8aed7fab-bfe7-4243-959a-656c6b95f803
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-06-04T03:11:27.458Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.458Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:27.458Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 19d8562f-b7af-4ff7-b85c-8ab07a14d036: vFW 078e7990-40e1
2021-06-04T03:11:27.458Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.458Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-06-04 03-08-48
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-06-04T03:11:27.623Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 078e7990-40e1 ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3 1 ASDC deployResourceStructure
2021-06-04T03:11:27.623Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json ASDC sendASDCNotification
2021-06-04T03:11:27.623Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json
2021-06-04T03:11:27.623Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T03:11:27.624Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:27.626Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:27.626Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776287623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T03:11:27.726Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:27.727Z||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-06-04T03:11:27.727Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:27.737Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:27.738Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-04T03:11:28.626Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-04T03:11:28.627Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml
2021-06-04T03:11:28.627Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T03:11:28.627Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:28.629Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:28.629Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776288626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-04T03:11:28.729Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:28.730Z||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-06-04T03:11:28.730Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:28.742Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:28.743Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:11:29.630Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-04T03:11:29.630Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env
2021-06-04T03:11:29.631Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T03:11:29.631Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:29.632Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:29.632Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776289630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-04T03:11:29.733Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T03:11:29.733Z||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-06-04T03:11:29.733Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:29.744Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:29.744Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:11:30.633Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar ASDC sendASDCNotification
2021-06-04T03:11:30.634Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar
2021-06-04T03:11:30.634Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T03:11:30.634Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:11:30.636Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:11:30.636Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776290633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:11:30.736Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:11:30.737Z||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-06-04T03:11:30.738Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:11:30.752Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:11:30.753Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-06-04T03:11:31.637Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6
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-06-04T03:11:31.647Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6
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-06-04T03:11:31.649Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T03:11:31.650Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T03:11:31.650Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T03:12:00.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:12:00.008Z||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-06-04T03:12:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:12:00.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:12:00.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T03:12:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:12:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-04T03:12:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:12:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:12:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776200005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776208641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776213501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776215894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:12:00.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776217896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:12:00.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776219148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T03:12:00.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776220151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-06-04T03:12:00.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776221154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-06-04T03:12:00.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:12:00.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:12:00.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776222158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:12:00.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:12:01.650Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6
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-06-04T03:12:01.661Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6
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-06-04T03:12:01.663Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T03:12:01.663Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T03:12:01.663Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T03:12:31.663Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6
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-06-04T03:12:31.674Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6
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-06-04T03:12:31.676Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T03:12:31.676Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T03:12:31.676Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T03:13:00.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:13:00.008Z||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-06-04T03:13:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:13:00.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:13:00.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "cds",
"timestamp": 1622776258315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776253506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776259523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776261718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776259631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "dcae-sch",
"timestamp": 1622776262026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776259631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776253506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "cds",
"timestamp": 1622776258315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776261718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776259523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "dcae-sch",
"timestamp": 1622776262026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776253506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776261718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "cds",
"timestamp": 1622776258315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776259631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776259523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "dcae-sch",
"timestamp": 1622776262026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776261718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "cds",
"timestamp": 1622776258315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776253506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776259631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776259523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "dcae-sch",
"timestamp": 1622776262026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "policy-id",
"timestamp": 1622776265302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "cds",
"timestamp": 1622776258315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776259631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776261718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776253506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776259523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "dcae-sch",
"timestamp": 1622776262026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "policy-id",
"timestamp": 1622776265302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776259631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776253506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776261718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "cds",
"timestamp": 1622776258315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776259523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "dcae-sch",
"timestamp": 1622776262026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "policy-id",
"timestamp": 1622776265302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776259631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "cds",
"timestamp": 1622776258315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776253506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776261718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776259523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "dcae-sch",
"timestamp": 1622776262026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "policy-id",
"timestamp": 1622776265302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776269873,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T03:13:00.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "policy-id",
"timestamp": 1622776265302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776270126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776270128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776270127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "cds",
"timestamp": 1622776270139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "policy-id",
"timestamp": 1622776265302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "cds",
"timestamp": 1622776271144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-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-06-04T03:13:00.586Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6
2021-06-04T03:13:00.586Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 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-06-04T03:13:00.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "policy-id",
"timestamp": 1622776265302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776272000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776272018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776272116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776274215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "policy-id",
"timestamp": 1622776274205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776274295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776274315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776273954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "clamp",
"timestamp": 1622776274042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776275220,
"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-06-04T03:13:00.606Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6
2021-06-04T03:13:00.606Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 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-06-04T03:13:00.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "policy-id",
"timestamp": 1622776275212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:13:00.614Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776275316,
"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-06-04T03:13:00.619Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6
2021-06-04T03:13:00.619Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 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-06-04T03:13:00.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776275319,
"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-06-04T03:13:00.631Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6
2021-06-04T03:13:00.631Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 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-06-04T03:13:00.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "aai-ml",
"timestamp": 1622776274930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776273954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "clamp",
"timestamp": 1622776274042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776276223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T03:13:00.638Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "policy-id",
"timestamp": 1622776276219,
"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-06-04T03:13:00.642Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6
2021-06-04T03:13:00.642Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 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-06-04T03:13:00.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776276319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T03:13:00.647Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776276323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T03:13:00.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "aai-ml",
"timestamp": 1622776274930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776273954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "clamp",
"timestamp": 1622776274042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776270893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "aai-ml",
"timestamp": 1622776274930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776273954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "clamp",
"timestamp": 1622776274042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "aai-ml",
"timestamp": 1622776274930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776273954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "clamp",
"timestamp": 1622776274042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776279323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "aai-ml",
"timestamp": 1622776274930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776273954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "clamp",
"timestamp": 1622776274042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "aai-ml",
"timestamp": 1622776274930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:13:00.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776273954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "clamp",
"timestamp": 1622776274042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "aai-ml",
"timestamp": 1622776274930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:13:00.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776282336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "aai-ml",
"timestamp": 1622776283421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776283593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776284798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776285948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:13:00.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776286411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776286952,
"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-06-04T03:13:00.661Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6
2021-06-04T03:13:00.661Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 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-06-04T03:13:00.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776287623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T03:13:00.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776288626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-04T03:13:00.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776289630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-04T03:13:00.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776290633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:13:00.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "clamp",
"timestamp": 1622776291383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:13:00.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "aai-ml",
"timestamp": 1622776292800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:13:00.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "clamp",
"timestamp": 1622776293392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:13:00.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:13:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "aai-ml",
"timestamp": 1622776293803,
"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-06-04T03:13:00.679Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6
2021-06-04T03:13:00.679Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 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-06-04T03:13:00.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-04T03:13:00.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "clamp",
"timestamp": 1622776294395,
"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-06-04T03:13:00.693Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6
2021-06-04T03:13:00.693Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 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-06-04T03:13:01.676Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6
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-06-04T03:13:01.687Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6
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-06-04T03:13:01.690Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T03:13:01.690Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T03:13:01.691Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T03:13:01.691Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T03:13:01.691Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:13:01.691Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:13:01.691Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:13:01.692Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:13:01.692Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:13:01.692Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:13:01.692Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-06-04T03:13:01.696Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T03:13:31.697Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6 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-06-04T03:13:31.701Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6 and serviceModelVersionId: 19d8562f-b7af-4ff7-b85c-8ab07a14d036
2021-06-04T03:13:31.702Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 831e22dd-1e7a-4004-8b2b-5a048e79b14d
2021-06-04T03:13:31.703Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/831e22dd-1e7a-4004-8b2b-5a048e79b14d/model-vers/model-ver/19d8562f-b7af-4ff7-b85c-8ab07a14d036?depth=0
2021-06-04T03:13:31.708Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T03:13:31.749Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/831e22dd-1e7a-4004-8b2b-5a048e79b14d/model-vers/model-ver/19d8562f-b7af-4ff7-b85c-8ab07a14d036?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-06-04T03:13:31.750Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/831e22dd-1e7a-4004-8b2b-5a048e79b14d/model-vers/model-ver/19d8562f-b7af-4ff7-b85c-8ab07a14d036?depth=0|INFO|500||Invoke
2021-06-04T03:13:31.771Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/831e22dd-1e7a-4004-8b2b-5a048e79b14d/model-vers/model-ver/19d8562f-b7af-4ff7-b85c-8ab07a14d036?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-04T03:13:32.021Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/831e22dd-1e7a-4004-8b2b-5a048e79b14d/model-vers/model-ver/19d8562f-b7af-4ff7-b85c-8ab07a14d036?depth=0|INFO|500||InvokeReturn
2021-06-04T03:13:32.022Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/831e22dd-1e7a-4004-8b2b-5a048e79b14d/model-vers/model-ver/19d8562f-b7af-4ff7-b85c-8ab07a14d036?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210604-03:13:31:778-56094], vertex-id=[532568], Content-Length=[0], Date=[Fri, 04 Jun 2021 03:13:31 GMT], Content-Type=[application/json]}
2021-06-04T03:13:32.022Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-06-04T03:13:32.022Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T03:13:32.022Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-06-04T03:13:32.026Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-06-04T03:13:32.026Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5d81274f-2360-4f07-9f62-f83095e5a0a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T03:13:32.026Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T03:13:32.026Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:13:32.028Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:13:32.029Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776412026,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T03:13:32.129Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:13:32.130Z||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-06-04T03:13:32.130Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:13:32.144Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:13:32.145Z||pool-34-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-06-04T03:13:33.041Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:13:33.041Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|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-06-04T03:13:33.041Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:13:43.238Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:13:43.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:13:43.239Z||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-06-04T03:13:43.239Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:13:52.774Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:14:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:14:00.006Z||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-06-04T03:14:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:14:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:14:00.008Z||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-06-04T03:14:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:14:00.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:14:00.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-04T03:14:00.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776412026,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T03:14:00.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:14:09.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:15:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:15:00.006Z||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-06-04T03:15:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:15:00.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:15:00.008Z||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-06-04T03:15:00.009Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:15:09.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:15:09.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:16:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:16:00.006Z||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-06-04T03:16:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:16:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:16:00.008Z||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-06-04T03:16:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:16:09.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:16:09.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:17:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:17:00.006Z||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-06-04T03:17:00.007Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:17:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:17:00.008Z||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-06-04T03:17:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:17:09.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:17:09.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:18:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:18:00.006Z||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-06-04T03:18:00.006Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:18:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:18:00.008Z||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-06-04T03:18:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:18:00.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:18:00.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:18:00.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"03c610be-bcf7-4098-8ac2-559f519cd1a4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d47f8003-f855-414b-ae77-56b4a1df38b6","serviceDescription":"service","serviceInvariantUUID":"abf7cf88-d2ae-42f9-a082-f4f61b60d275","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4bcbc027-07fc-4803-ba72-7434440444d1","resourceInvariantUUID":"42b47640-66e6-47d4-ae84-39f1f6b4a355","resourceCustomizationUUID":"b909ed1d-6659-4835-bcb6-55966d38fe9a","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":"ZDE5ZDNjODljNDczZDAyMTI5YjI1NmZjZjhkNGIzZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"873dc89b-c312-4f69-8033-18a797d56c28","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDhlZmQ3OTRkNzVlYTMwZjZiMGNiMzdiYzUwMzExYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59f73356-1516-4654-829e-a461c17e9ae8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T03:18:00.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "dcae-sch",
"timestamp": 1622776642026,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:18:00.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "cds",
"timestamp": 1622776648315,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:18:00.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.634Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:18:00.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776641718,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:18:00.634Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:18:00.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "policy-id",
"timestamp": 1622776645302,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:18:00.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "dcae-sch",
"timestamp": 1622776642026,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:18:00.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "cds",
"timestamp": 1622776648315,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:18:00.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622776641718,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:18:00.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.635Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:18:00.635Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776680005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:18:00.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "policy-id",
"timestamp": 1622776645302,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:18:00.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "cds",
"timestamp": 1622776653098,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:18:00.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "policy-id",
"timestamp": 1622776653107,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:18:00.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "cds",
"timestamp": 1622776654103,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-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-06-04T03:18:00.653Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03c610be-bcf7-4098-8ac2-559f519cd1a4
2021-06-04T03:18:00.653Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c610be-bcf7-4098-8ac2-559f519cd1a4 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-06-04T03:18:00.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776653506,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:18:00.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "policy-id",
"timestamp": 1622776654112,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:18:00.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:18:00.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622776653506,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:18:00.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "policy-id",
"timestamp": 1622776655114,
"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-06-04T03:18:00.669Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03c610be-bcf7-4098-8ac2-559f519cd1a4
2021-06-04T03:18:00.670Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c610be-bcf7-4098-8ac2-559f519cd1a4 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-06-04T03:18:00.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776659523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:18:00.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776659631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:18:00.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1622776659523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:18:00.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622776659631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:18:00.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776663954,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:18:00.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "clamp",
"timestamp": 1622776664042,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:18:00.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "aai-ml",
"timestamp": 1622776664930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:18:00.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776663954,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:18:00.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "clamp",
"timestamp": 1622776664042,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:18:00.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "aai-ml",
"timestamp": 1622776664930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:18:00.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-04T03:18:00.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776667265,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:18:00.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:18:00.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "aai-ml",
"timestamp": 1622776668214,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:18:00.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:18:00.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776668857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:18:00.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:18:00.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622776669862,
"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-06-04T03:18:00.689Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03c610be-bcf7-4098-8ac2-559f519cd1a4
2021-06-04T03:18:00.690Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c610be-bcf7-4098-8ac2-559f519cd1a4 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-06-04T03:18:00.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "clamp",
"timestamp": 1622776671431,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:18:00.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:18:00.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "aai-ml",
"timestamp": 1622776672014,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:18:00.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:18:00.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "aai-ml",
"timestamp": 1622776673017,
"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-06-04T03:18:00.706Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03c610be-bcf7-4098-8ac2-559f519cd1a4
2021-06-04T03:18:00.706Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c610be-bcf7-4098-8ac2-559f519cd1a4 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-06-04T03:18:00.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "clamp",
"timestamp": 1622776674432,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:18:00.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T03:18:00.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T03:18:00.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "clamp",
"timestamp": 1622776675435,
"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-06-04T03:18:00.722Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03c610be-bcf7-4098-8ac2-559f519cd1a4
2021-06-04T03:18:00.722Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c610be-bcf7-4098-8ac2-559f519cd1a4 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-06-04T03:18:00.736Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:18:00.736Z||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-06-04T03:18:00.736Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:18:00.746Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:18:00.747Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:18:01.636Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:18:01.637Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:18:01.639Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:18:01.639Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776680005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:18:01.739Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:18:01.740Z||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-06-04T03:18:01.740Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:18:01.750Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:18:01.750Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:18:02.641Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d47f8003-f855-414b-ae77-56b4a1df38b6",
"serviceDescription": "service",
"serviceInvariantUUID": "abf7cf88-d2ae-42f9-a082-f4f61b60d275",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b909ed1d-6659-4835-bcb6-55966d38fe9a",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4bcbc027-07fc-4803-ba72-7434440444d1",
"resourceInvariantUUID": "42b47640-66e6-47d4-ae84-39f1f6b4a355",
"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": "NDhlZmQ3OTRkNzVlYTMwZjZiMGNiMzdiYzUwMzExYjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "59f73356-1516-4654-829e-a461c17e9ae8"
}
],
"workloadContext": "Production"
}
2021-06-04T03:18:02.641Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T03:18:02.642Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d47f8003-f855-414b-ae77-56b4a1df38b6 ASDC
2021-06-04T03:18:02.642Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:03c610be-bcf7-4098-8ac2-559f519cd1a4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d47f8003-f855-414b-ae77-56b4a1df38b6
ServiceInvariantUUID:abf7cf88-d2ae-42f9-a082-f4f61b60d275
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:59f73356-1516-4654-829e-a461c17e9ae8
ArtifactChecksum:NDhlZmQ3OTRkNzVlYTMwZjZiMGNiMzdiYzUwMzExYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b909ed1d-6659-4835-bcb6-55966d38fe9a
ResourceInvariantUUID:42b47640-66e6-47d4-ae84-39f1f6b4a355
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4bcbc027-07fc-4803-ba72-7434440444d1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-06-04T03:18:02.642Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d47f8003-f855-414b-ae77-56b4a1df38b6 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-06-04T03:18:02.668Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T03:18:02.668Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-06-04T03:18:02.668Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-06-04T03:18:02.668Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 59f73356-1516-4654-829e-a461c17e9ae8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-04T03:18:02.668Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-06-04T03:18:02.668Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-04T03:18:03.626Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-06-04T03:18:03.629Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 59f73356-1516-4654-829e-a461c17e9ae8 52176
2021-06-04T03:18:03.629Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-04T03:18:03.629Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-04T03:18:03.629Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T03:18:03.630Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:18:03.631Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:18:03.631Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776683629,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:18:03.732Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:18:03.732Z||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-06-04T03:18:03.732Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:18:03.745Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:18:03.745Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-04T03:18:04.632Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T03:18:04.633Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-06-04T03:18:04.633Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 59f73356-1516-4654-829e-a461c17e9ae8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-04T03:18:04.634Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-06-04T03:18:04.634Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-04T03:18:04.634Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-04T03:18:04.772Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14229098212690192134/Definitions/service-BasicNetwork-template.yml
2021-06-04T03:18:05.246Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d47f8003-f855-414b-ae77-56b4a1df38b6
Model Version:NULL
Model InvariantUuid:abf7cf88-d2ae-42f9-a082-f4f61b60d275
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:42b47640-66e6-47d4-ae84-39f1f6b4a355
Model UUID:f41124d7-1a96-4656-924b-8a0e63ce7d15
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b909ed1d-6659-4835-bcb6-55966d38fe9a
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-06-04T03:18:05.255Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 4bcbc027-07fc-4803-ba72-7434440444d1
2021-06-04T03:18:05.255Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||No resources found for Service: d47f8003-f855-414b-ae77-56b4a1df38b6
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-06-04T03:18:05.258Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||
2021-06-04T03:18:05.258Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-06-04T03:18:05.258Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d47f8003-f855-414b-ae77-56b4a1df38b6
2021-06-04T03:18:05.258Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d47f8003-f855-414b-ae77-56b4a1df38b6
2021-06-04T03:18:05.258Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-06-04T03:18:05.258Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:05.263Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.263Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:18:05.263Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.263Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:18:05.263Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d47f8003-f855-414b-ae77-56b4a1df38b6: Generic NeutronNet
2021-06-04T03:18:05.264Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.264Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:18:05.264Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.264Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:05.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:18:05.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:18:05.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:18:05.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:18:05.286Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:05.337Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-06-04T03:18:05.337Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-04T03:18:05.337Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-04T03:18:05.337Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T03:18:05.337Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:18:05.339Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:18:05.339Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776685337,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T03:18:05.439Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:18:05.440Z||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-06-04T03:18:05.440Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:18:05.452Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:18:05.452Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:18:06.339Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03c610be-bcf7-4098-8ac2-559f519cd1a4
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-06-04T03:18:06.352Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03c610be-bcf7-4098-8ac2-559f519cd1a4
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-06-04T03:18:06.355Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T03:18:06.355Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T03:18:06.355Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T03:18:06.355Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:06.360Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T03:18:36.360Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03c610be-bcf7-4098-8ac2-559f519cd1a4 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-06-04T03:18:36.368Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03c610be-bcf7-4098-8ac2-559f519cd1a4 and serviceModelVersionId: d47f8003-f855-414b-ae77-56b4a1df38b6
2021-06-04T03:18:36.368Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abf7cf88-d2ae-42f9-a082-f4f61b60d275
2021-06-04T03:18:36.369Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0
2021-06-04T03:18:36.374Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T03:18:36.420Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0|INFO|500||Invoke
2021-06-04T03:18:36.420Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03c610be-bcf7-4098-8ac2-559f519cd1a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6687df19-4d65-49df-a6a5-0d7f04357902], X-ECOMP-RequestID=[03c610be-bcf7-4098-8ac2-559f519cd1a4], X-TransactionId=[], X-ONAP-RequestID=[03c610be-bcf7-4098-8ac2-559f519cd1a4], Content-Type=[application/merge-patch+json]}
2021-06-04T03:18:36.438Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-04T03:18:36.901Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?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/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210604-03:18:36:445-17561], vertex-id=[196664], Content-Length=[0], Date=[Fri, 04 Jun 2021 03:18:36 GMT], Content-Type=[application/json]}
2021-06-04T03:18:36.901Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-04T03:18:36.902Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0|INFO|500||InvokeReturn
2021-06-04T03:18:36.902Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T03:18:36.902Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:36.906Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||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-06-04T03:18:36.907Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03c610be-bcf7-4098-8ac2-559f519cd1a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T03:18:36.907Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T03:18:36.907Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:18:36.908Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:18:36.908Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776716907,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T03:18:37.009Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:18:37.010Z||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-06-04T03:18:37.010Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:18:37.028Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:18:37.028Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 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-06-04T03:19:00.006Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:19:00.007Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|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-06-04T03:19:00.007Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:19:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T03:19:00.008Z||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-06-04T03:19:00.008Z||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 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:19:00.127Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:19:00.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-04T03:19:00.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776680005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:19:00.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-06-04T03:19:00.629Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:19:00.629Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-04T03:19:00.629Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"95e950da-5792-4b25-b2af-86f210959288","serviceName":"Demo_pNF_AZFfffvnjyiuL8rv2UDB","serviceVersion":"1.0","serviceUUID":"0d667e29-fcab-46f0-be0a-eaaa8f1a3158","serviceDescription":"catalog service description","serviceInvariantUUID":"271afcbe-e52c-43af-b347-5e4a50744c16","resources":[{"resourceInstanceName":"pNF 6bc31fe2-28f2 0","resourceName":"pNF 6bc31fe2-28f2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"636d7682-e7b8-4f18-863f-16f274aecdc1","resourceInvariantUUID":"b71075b6-4421-4928-9429-e7e13709e06d","resourceCustomizationUUID":"cad1c531-984d-4838-80b0-622bd6e8a0a0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml","artifactChecksum":"ODVhNmZiYzgxOTViN2EwZWE1MThiOGE5MzUyZDczMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1edd2910-9bcf-4912-9985-08d3928719e5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar","artifactChecksum":"MGU1NWVhYmQ0MGNlNTc4YTllNDBjMjljMmQyYzc2OTM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f5d7471-3c66-4c8c-88a6-0ffc1d785fdd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e0ca2cf-4faa-4829-87de-210b21ac3b28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml","artifactChecksum":"MjQ2ZGJjMDNlMzYwMzhkOTliOWZhNTkxY2MyODY2MDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c72db388-25ce-4970-9026-3e459a84d065","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"71dc5848-4037-432b-8b4c-6c9b1ff8866e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51fcb8d0-097d-4089-b536-7e3723c5b13b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAzffffvnjyiul8rv2udb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml","artifactChecksum":"ZDgxMzI4MDFlZmY5ZWJiNTNiM2IxYjYxNmVhMDE4OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6e831cd-cea3-4096-a714-12c40b3d0a0e","artifactVersion":"1"},{"artifactName":"service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar","artifactChecksum":"NGY3OTA5MTFjYTg2NjYzMDM3NjBhMDg5YmI3YzE1YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4cb9fc3-81ed-4529-a548-ff6690b1e82b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T03:19:00.631Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:19:00.632Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:19:00.634Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:19:00.634Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e950da-5792-4b25-b2af-86f210959288",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776740006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:19:00.734Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:19:00.734Z||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-06-04T03:19:00.735Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:19:00.747Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:19:00.747Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:19:01.634Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:19:01.635Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:19:01.638Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:19:01.638Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e950da-5792-4b25-b2af-86f210959288",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776740006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:19:01.738Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:19:01.739Z||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-06-04T03:19:01.739Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:19:01.749Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:19:01.750Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:19:02.638Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:19:02.639Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:19:02.642Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:19:02.642Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e950da-5792-4b25-b2af-86f210959288",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776740006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:19:02.742Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:19:02.743Z||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-06-04T03:19:02.743Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:19:02.753Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:19:02.754Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:19:03.642Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:19:03.643Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:19:03.645Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:19:03.645Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e950da-5792-4b25-b2af-86f210959288",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776740006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:19:03.745Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:19:03.746Z||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-06-04T03:19:03.746Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:19:03.758Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:19:03.759Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:19:04.647Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:19:04.648Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:19:04.650Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:19:04.650Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e950da-5792-4b25-b2af-86f210959288",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776740006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:19:04.750Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:19:04.751Z||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-06-04T03:19:04.751Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:19:04.763Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:19:04.763Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:19:05.650Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:19:05.651Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:19:05.653Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:19:05.653Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e950da-5792-4b25-b2af-86f210959288",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776740006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:19:05.753Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:19:05.754Z||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-06-04T03:19:05.754Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:19:05.765Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:19:05.766Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:19:06.654Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:19:06.655Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:19:06.657Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:19:06.657Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e950da-5792-4b25-b2af-86f210959288",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776740006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T03:19:06.757Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:19:06.758Z||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-06-04T03:19:06.758Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:19:06.768Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:19:06.769Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-04T03:19:07.657Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T03:19:07.658Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:19:07.660Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:19:07.660Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e950da-5792-4b25-b2af-86f210959288",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776740006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T03:19:07.760Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:19:07.761Z||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-06-04T03:19:07.761Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:19:07.775Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:19:07.775Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:19:08.661Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "95e950da-5792-4b25-b2af-86f210959288",
"serviceName": "Demo_pNF_AZFfffvnjyiuL8rv2UDB",
"serviceVersion": "1.0",
"serviceUUID": "0d667e29-fcab-46f0-be0a-eaaa8f1a3158",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "271afcbe-e52c-43af-b347-5e4a50744c16",
"resources": [
{
"resourceInstanceName": "pNF 6bc31fe2-28f2 0",
"resourceCustomizationUUID": "cad1c531-984d-4838-80b0-622bd6e8a0a0",
"resourceName": "pNF 6bc31fe2-28f2",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "636d7682-e7b8-4f18-863f-16f274aecdc1",
"resourceInvariantUUID": "b71075b6-4421-4928-9429-e7e13709e06d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar",
"artifactChecksum": "NGY3OTA5MTFjYTg2NjYzMDM3NjBhMDg5YmI3YzE1YTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b4cb9fc3-81ed-4529-a548-ff6690b1e82b"
}
],
"workloadContext": "Production"
}
2021-06-04T03:19:08.662Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T03:19:08.662Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0d667e29-fcab-46f0-be0a-eaaa8f1a3158 ASDC
2021-06-04T03:19:08.662Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:95e950da-5792-4b25-b2af-86f210959288
ServiceName:Demo_pNF_AZFfffvnjyiuL8rv2UDB
ServiceVersion:1.0
ServiceUUID:0d667e29-fcab-46f0-be0a-eaaa8f1a3158
ServiceInvariantUUID:271afcbe-e52c-43af-b347-5e4a50744c16
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
ArtifactUUID:b4cb9fc3-81ed-4529-a548-ff6690b1e82b
ArtifactChecksum:NGY3OTA5MTFjYTg2NjYzMDM3NjBhMDg5YmI3YzE1YTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6bc31fe2-28f2 0
ResourceCustomizationUUID:cad1c531-984d-4838-80b0-622bd6e8a0a0
ResourceInvariantUUID:b71075b6-4421-4928-9429-e7e13709e06d
ResourceName:pNF 6bc31fe2-28f2
ResourceType:PNF
ResourceUUID:636d7682-e7b8-4f18-863f-16f274aecdc1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-06-04T03:19:08.662Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d667e29-fcab-46f0-be0a-eaaa8f1a3158 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-06-04T03:19:08.689Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T03:19:08.690Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T03:19:08.690Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T03:19:08.690Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b4cb9fc3-81ed-4529-a548-ff6690b1e82b from URL: /sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:08.690Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T03:19:08.691Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:09.409Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T03:19:09.413Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar b4cb9fc3-81ed-4529-a548-ff6690b1e82b 82523
2021-06-04T03:19:09.413Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar ASDC sendASDCNotification
2021-06-04T03:19:09.413Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:09.414Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T03:19:09.414Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T03:19:09.416Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T03:19:09.416Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "95e950da-5792-4b25-b2af-86f210959288",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622776749413,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T03:19:09.516Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T03:19:09.517Z||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-06-04T03:19:09.517Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ...
2021-06-04T03:19:09.527Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T03:19:09.527Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T03:19:10.416Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T03:19:10.418Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T03:19:10.418Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b4cb9fc3-81ed-4529-a548-ff6690b1e82b, URL: /sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar to file: /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:10.418Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:10.419Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:10.419Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:10.538Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15089318161310666209/Definitions/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml
2021-06-04T03:19:11.192Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T03:19:11.193Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T03:19:11.193Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:11.193Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-06-04T03:19:11.193Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6bc31fe2-28f2 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-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:11.193Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||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-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:11.193Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:11.194Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||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-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:11.194Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||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-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:11.194Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||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-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:11.194Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||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-DemoPnfAzffffvnjyiul8rv2udb-csar.csar
2021-06-04T03:19:11.194Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T03:19:11.194Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:19:11.195Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:19:11.195Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Node template pNF 6bc31fe2-28f2 0 is matching search criteria
2021-06-04T03:19:11.195Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T03:19:11.195Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6bc31fe2-28f2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T03:19:11.196Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:19:11.196Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:19:11.196Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Node template pNF 6bc31fe2-28f2 0 is matching search criteria
2021-06-04T03:19:11.196Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T03:19:11.196Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6bc31fe2-28f2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T03:19:11.197Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:19:11.198Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:19:11.198Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:19:11.198Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_AZFfffvnjyiuL8rv2UDB
Description:catalog service description
Model UUID:0d667e29-fcab-46f0-be0a-eaaa8f1a3158
Model Version:NULL
Model InvariantUuid:271afcbe-e52c-43af-b347-5e4a50744c16
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-06-04T03:19:11.207Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 636d7682-e7b8-4f18-863f-16f274aecdc1
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-06-04T03:19:11.210Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||pNF 6bc31fe2-28f2 0
2021-06-04T03:19:11.211Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 636d7682-e7b8-4f18-863f-16f274aecdc1
2021-06-04T03:19:11.211Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 0d667e29-fcab-46f0-be0a-eaaa8f1a3158
2021-06-04T03:19:11.211Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0d667e29-fcab-46f0-be0a-eaaa8f1a3158
2021-06-04T03:19:11.211Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6bc31fe2-28f2 0 636d7682-e7b8-4f18-863f-16f274aecdc1 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-06-04T03:19:11.215Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T03:19:11.216Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T03:19:11.216Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0d667e29-fcab-46f0-be0a-eaaa8f1a3158: pNF 6bc31fe2-28f2
2021-06-04T03:19:11.216Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||Processing PNF resource: 636d7682-e7b8-4f18-863f-16f274aecdc1
2021-06-04T03:19:11.216Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery