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-05-15T04:23:32.097Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-99mhb with PID 14 (/app/app.jar started by so in /app)
2021-05-15T04:23:32.125Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-15T04:23:32.125Z||main|||||INFO|500||The following profiles are active: basic
2021-05-15T04:23:39.809Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-15T04:23:39.810Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-15T04:23:39.926Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-15T04:23:41.435Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-15T04:23:41.615Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-15T04:23:41.934Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-15T04:23:41.942Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-15T04:23:42.057Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-15T04:23:42.187Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-15T04:23:42.631Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-15T04:23:43.744Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-15T04:23:45.696Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-15T04:23:45.735Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-15T04:23:46.233Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-15T04:23:46.369Z||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-05-15T04:23:47.562Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-15T04:23:48.476Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-15T04:23:48.497Z||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$$d32fc91.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-05-15T04:23:48.498Z||main|||||WARN|500||The sdc end point is not alive
2021-05-15T04:23:50.699Z||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-05-15T04:23:52.944Z||main|||||WARN|500||---
2021-05-15T04:23:52.945Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-15T04:23:52.945Z||main|||||WARN|500||---
2021-05-15T04:23:53.252Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-15T04:23:56.526Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:23:56.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:23:56.528Z||main|||||INFO|500||Started Application in 26.694 seconds (JVM running for 28.407)
2021-05-15T04:23:56.538Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:23:56.629Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:23:56.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e6b4694-f03e-401d-8d8a-b9eb594ac69a url= /sdc/v1/artifactTypes
2021-05-15T04:23:56.678Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:23:57.788Z||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.58.156] 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-05-15T04:23:57.794Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f59b932
2021-05-15T04:23:57.794Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T04:23:57.803Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T04:23:57.805Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T04:23:57.807Z||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-05-15T04:24:46.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:24:46.507Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:24:46.508Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:24:46.525Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:24:46.531Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9a95457c-f5d3-47aa-b166-7067185cb268 url= /sdc/v1/artifactTypes
2021-05-15T04:24:46.532Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:24:47.547Z||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.58.156] 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-05-15T04:24:47.549Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f66d2dc
2021-05-15T04:24:47.549Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T04:24:47.550Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T04:24:47.550Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T04:24:47.551Z||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-05-15T04:25:36.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:25:36.507Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:25:36.507Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:25:36.511Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:25:36.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b10fd314-f86c-445e-89ab-6f6cd9ea8ceb url= /sdc/v1/artifactTypes
2021-05-15T04:25:36.517Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:25:37.534Z||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.58.156] 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-05-15T04:25:37.535Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2838a1d
2021-05-15T04:25:37.535Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T04:25:37.535Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T04:25:37.536Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T04:25:37.536Z||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-05-15T04:26:26.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:26:26.507Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:26:26.507Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:26:26.511Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:26:26.516Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78464194-b857-4922-a112-44cce88b69b7 url= /sdc/v1/artifactTypes
2021-05-15T04:26:26.516Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:26:27.556Z||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.58.156] 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-05-15T04:26:27.559Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b2f3057
2021-05-15T04:26:27.559Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T04:26:27.559Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T04:26:27.560Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T04:26:27.562Z||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-05-15T04:27:16.508Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:27:16.509Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:27:16.509Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:27:16.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:27:16.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9d5c7e16-e248-4cad-9f99-23ea651c5ae8 url= /sdc/v1/artifactTypes
2021-05-15T04:27:16.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:27:17.531Z||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.58.156] 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-05-15T04:27:17.532Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1877f65
2021-05-15T04:27:17.532Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T04:27:17.532Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T04:27:17.533Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T04:27:17.533Z||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-05-15T04:28:06.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:28:06.506Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:28:06.506Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:28:06.510Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:28:06.515Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 88fe12c8-875f-4124-be72-c751ae9c44db url= /sdc/v1/artifactTypes
2021-05-15T04:28:06.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:28:07.547Z||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.58.156] 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-05-15T04:28:07.548Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55881ccb
2021-05-15T04:28:07.548Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T04:28:07.549Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T04:28:07.549Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T04:28:07.549Z||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-05-15T04:28:56.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T04:28:56.507Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T04:28:56.507Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T04:28:56.510Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T04:28:56.516Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc3a6f23-b49d-4962-a15b-0d34402ed811 url= /sdc/v1/artifactTypes
2021-05-15T04:28:56.516Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T04:28:56.760Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-15T04:28:56.769Z||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-05-15T04:28:56.837Z||scheduling-1|||||DEBUG|500||create keys
2021-05-15T04:28:56.845Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-15T04:28:56.866Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:28:56.882Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8db031a6-a611-4d16-b8a9-b63de5a9539d url= /sdc/v1/registerForDistribution
2021-05-15T04:28:57.053Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8db031a6-a611-4d16-b8a9-b63de5a9539d url= /sdc/v1/registerForDistribution
2021-05-15T04:28:57.053Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-15T04:28:57.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:28:57.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:28:57.177Z||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-05-15T04:28:57.177Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:28:57.178Z||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-05-15T04:28:57.178Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:28:57.181Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-15T04:29:07.397Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:29:07.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:29:57.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:29:57.170Z||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-05-15T04:29:57.171Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:29:57.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:29:57.172Z||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-05-15T04:29:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:30:06.715Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:30:06.716Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:30:57.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:30:57.170Z||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-05-15T04:30:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:30:57.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:30:57.173Z||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-05-15T04:30:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:31:06.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:31:06.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:31:57.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:31:57.170Z||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-05-15T04:31:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:31:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:31:57.172Z||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-05-15T04:31:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:32:06.712Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:32:06.716Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:32:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:32:57.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:32:57.172Z||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-05-15T04:32:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:32:57.172Z||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-05-15T04:32:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:33:06.715Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:33:06.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:33:51.524Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-15T04:33:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:33:57.170Z||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-05-15T04:33:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:33:57.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:33:57.173Z||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-05-15T04:33:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:34:06.713Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:34:06.714Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:34:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:34:57.170Z||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-05-15T04:34:57.171Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:34:57.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:34:57.172Z||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-05-15T04:34:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:35:06.711Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:35:06.711Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:35:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:35:57.170Z||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-05-15T04:35:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:35:57.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:35:57.173Z||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-05-15T04:35:57.174Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:36:06.712Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:36:06.714Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:36:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:36:57.170Z||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-05-15T04:36:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:36:57.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:36:57.172Z||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-05-15T04:36:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:37:06.710Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:37:06.712Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:37:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:37:57.170Z||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-05-15T04:37:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:37:57.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:37:57.172Z||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-05-15T04:37:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:38:06.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:38:06.709Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:38:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:38:57.170Z||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-05-15T04:38:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:38:57.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:38:57.173Z||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-05-15T04:38:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:39:06.713Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:39:06.714Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:39:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:39:57.170Z||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-05-15T04:39:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:39:57.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:39:57.172Z||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-05-15T04:39:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:40:06.709Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:40:06.716Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:40:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:40:57.170Z||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-05-15T04:40:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:40:57.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:40:57.172Z||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-05-15T04:40:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:41:06.708Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:41:06.714Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:41:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:41:57.170Z||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-05-15T04:41:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:41:57.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:41:57.172Z||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-05-15T04:41:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:42:06.709Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:42:06.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:42:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:42:57.170Z||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-05-15T04:42:57.171Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:42:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:42:57.172Z||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-05-15T04:42:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:43:06.711Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:43:06.717Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:43:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:43:57.170Z||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-05-15T04:43:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:43:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:43:57.173Z||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-05-15T04:43:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:44:06.710Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:44:06.711Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:44:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:44:57.170Z||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-05-15T04:44:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:44:57.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:44:57.172Z||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-05-15T04:44:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:45:06.711Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:45:06.711Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:45:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:45:57.170Z||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-05-15T04:45:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:45:57.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:45:57.172Z||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-05-15T04:45:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:46:06.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:46:06.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:46:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:46:57.170Z||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-05-15T04:46:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:46:57.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:46:57.172Z||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-05-15T04:46:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:47:06.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:47:06.712Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:47:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:47:57.170Z||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-05-15T04:47:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:47:57.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:47:57.172Z||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-05-15T04:47:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:48:06.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:48:06.710Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:48:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:48:57.170Z||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-05-15T04:48:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:48:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:48:57.172Z||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-05-15T04:48:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:49:06.710Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:49:06.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:49:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:49:57.170Z||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-05-15T04:49:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:49:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:49:57.173Z||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-05-15T04:49:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:50:06.734Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:50:06.737Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:50:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:50:57.170Z||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-05-15T04:50:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:50:57.171Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:50:57.172Z||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-05-15T04:50:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:51:06.716Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:51:06.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:51:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:51:57.170Z||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-05-15T04:51:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:51:57.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:51:57.172Z||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-05-15T04:51:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:52:06.710Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:52:06.712Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:52:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:52:57.170Z||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-05-15T04:52:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:52:57.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:52:57.172Z||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-05-15T04:52:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:53:06.708Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:53:06.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:53:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:53:57.170Z||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-05-15T04:53:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:53:57.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:53:57.172Z||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-05-15T04:53:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:54:06.709Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:54:06.711Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:54:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:54:57.170Z||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-05-15T04:54:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:54:57.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:54:57.172Z||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-05-15T04:54:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:55:06.711Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:55:06.711Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:55:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:55:57.170Z||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-05-15T04:55:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:55:57.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:55:57.172Z||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-05-15T04:55:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:56:06.707Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:56:06.707Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:56:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:56:57.170Z||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-05-15T04:56:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:56:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:56:57.172Z||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-05-15T04:56:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:57:06.709Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:57:06.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:57:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:57:57.170Z||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-05-15T04:57:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:57:57.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:57:57.172Z||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-05-15T04:57:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:58:06.709Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:58:06.711Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:58:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:58:57.170Z||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-05-15T04:58:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:58:57.171Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:58:57.172Z||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-05-15T04:58:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:59:06.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:59:06.710Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T04:59:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:59:57.170Z||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-05-15T04:59:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T04:59:57.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T04:59:57.172Z||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-05-15T04:59:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:00:06.709Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:00:06.711Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:00:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:00:57.170Z||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-05-15T05:00:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:00:57.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:00:57.172Z||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-05-15T05:00:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:01:06.707Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:01:06.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:01:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:01:57.170Z||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-05-15T05:01:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:01:57.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:01:57.172Z||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-05-15T05:01:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:02:06.706Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:02:06.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:02:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:02:57.170Z||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-05-15T05:02:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:02:57.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:02:57.172Z||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-05-15T05:02:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:03:06.709Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:03:06.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:03:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:03:57.170Z||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-05-15T05:03:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:03:57.171Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:03:57.172Z||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-05-15T05:03:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:04:06.710Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:04:06.711Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:04:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:04:57.170Z||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-05-15T05:04:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:04:57.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:04:57.172Z||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-05-15T05:04:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:05:06.707Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:05:06.708Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:05:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:05:57.170Z||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-05-15T05:05:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:05:57.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:05:57.172Z||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-05-15T05:05:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:06:06.710Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:06:06.711Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:06:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:06:57.170Z||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-05-15T05:06:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:06:57.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:06:57.172Z||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-05-15T05:06:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:07:06.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:07:06.709Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:07:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:07:57.170Z||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-05-15T05:07:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:07:57.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:07:57.172Z||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-05-15T05:07:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:08:06.713Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:08:06.713Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:08:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:08:57.169Z||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-05-15T05:08:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:08:57.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:08:57.172Z||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-05-15T05:08:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:09:06.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:09:06.709Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:09:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:09:57.170Z||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-05-15T05:09:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:09:57.171Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:09:57.172Z||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-05-15T05:09:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:10:06.710Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:10:06.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:10:57.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:10:57.171Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:10:57.172Z||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-05-15T05:10:57.172Z||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-05-15T05:10:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:10:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:11:06.709Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:11:06.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:11:57.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:11:57.170Z||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-05-15T05:11:57.170Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:11:57.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:11:57.172Z||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-05-15T05:11:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:11:57.793Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:11:57.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1960e1cc-a769-465b-913d-fc7f80b60695","serviceName":"basic_onboard_NTuRCE","serviceVersion":"1.0","serviceUUID":"b102dc5b-1012-41e9-a57a-254c32ba963c","serviceDescription":"service","serviceInvariantUUID":"41908bcb-1865-4fcd-8e3b-aca57aadc7bb","resources":[{"resourceInstanceName":"basic_onboard_NTuRCE 0","resourceName":"basic_onboard_NTuRCE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5c95aa24-cd20-4769-82ab-7fe7ff3c47ee","resourceInvariantUUID":"785760ae-a298-4531-bc6e-d651e0e6b837","resourceCustomizationUUID":"7bee6086-3b1d-4a08-96ca-b21e413a270f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml","artifactChecksum":"MDk5Mzc3NmEzZDJjNDhkYTVmNGU0NTEzMTM0MzY1NGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"149ba7b0-d247-40c6-9f7d-b4f44205273f","artifactVersion":"1"},{"artifactName":"basic_onboard_nturce0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json","artifactChecksum":"NThjMjc0ZjliYzZhZjY2OTlhNjE0N2U0NWJkZWNjOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c10468c9-00cb-497a-baf2-9dbac6e30fc5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"acaadd6e-bb35-45ce-a539-0aa488a9e7c1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e6b53ff8-10fa-48d0-a815-aa5ba64fb9eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a467ecd8-73b2-4fd2-9578-47bf4d93035b","artifactVersion":"2","generatedFromUUID":"acaadd6e-bb35-45ce-a539-0aa488a9e7c1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNturce-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml","artifactChecksum":"NDU2NmYyNzkxYzc1NDU4NTU5NmFiMTZlNzVhZjc0NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c88fe4a-2144-48a8-b799-83b48c0ccc80","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNturce-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar","artifactChecksum":"MjU5NDM0MmJkMTIxZDdjOWEyYWQwMTFhMDY5OTMxNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3dc962ea-854f-4e23-be26-57c534996768","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T05:11:57.796Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:11:57.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055467869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.804Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:11:57.809Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:11:57.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055472862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055465671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.821Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.821Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "dcae-sch",
"timestamp": 1621055475425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055467869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055472862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055465671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "dcae-sch",
"timestamp": 1621055475425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055467869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055472862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055465671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "dcae-sch",
"timestamp": 1621055475425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055467869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055472862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055465671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "dcae-sch",
"timestamp": 1621055475425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055467869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055472862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055465671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "cds",
"timestamp": 1621055479329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "dcae-sch",
"timestamp": 1621055475425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055467869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055472862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055465671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "cds",
"timestamp": 1621055479329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "dcae-sch",
"timestamp": 1621055475425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055467869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055472862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055465671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "cds",
"timestamp": 1621055479329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "dcae-sch",
"timestamp": 1621055475425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "cds",
"timestamp": 1621055479329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055483680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055483683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055483782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "cds",
"timestamp": 1621055479329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055483383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055484084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "policy-id",
"timestamp": 1621055484198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "cds",
"timestamp": 1621055479329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055483383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055484084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055485766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055485866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "policy-id",
"timestamp": 1621055484198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "cds",
"timestamp": 1621055479329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055483383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055484084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "policy-id",
"timestamp": 1621055484198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055483383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055487291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055487387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "cds",
"timestamp": 1621055487513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055484084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055487869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "policy-id",
"timestamp": 1621055484198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055483383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-15T05:11:57.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:57.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:57.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055488297,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-05-15T05:11:58.010Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 0 ms
2021-05-15T05:11:58.074Z||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-05-15T05:11:58.075Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:11:58.085Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:11:58.086Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: 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-05-15T05:11:58.840Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.864Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-05-15T05:11:58.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "cds",
"timestamp": 1621055488528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-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-05-15T05:11:58.905Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.906Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-05-15T05:11:58.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "clamp",
"timestamp": 1621055488058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055484084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "policy-id",
"timestamp": 1621055484198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055488876,
"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-05-15T05:11:58.919Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.920Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-05-15T05:11:58.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055488920,
"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-05-15T05:11:58.931Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.931Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-05-15T05:11:58.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "aai-ml",
"timestamp": 1621055488331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055483383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055489301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T05:11:58.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "clamp",
"timestamp": 1621055488058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T05:11:58.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055484084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "policy-id",
"timestamp": 1621055484198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055489923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T05:11:58.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "aai-ml",
"timestamp": 1621055488331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055483383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:11:58.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "clamp",
"timestamp": 1621055488058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055484084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "policy-id",
"timestamp": 1621055484198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:11:58.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "aai-ml",
"timestamp": 1621055488331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "clamp",
"timestamp": 1621055488058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "aai-ml",
"timestamp": 1621055488331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055492246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:58.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "policy-id",
"timestamp": 1621055492668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:58.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "clamp",
"timestamp": 1621055488058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "aai-ml",
"timestamp": 1621055488331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "policy-id",
"timestamp": 1621055493675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:11:58.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "clamp",
"timestamp": 1621055488058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055493746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:58.954Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "aai-ml",
"timestamp": 1621055488331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:11:58.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "policy-id",
"timestamp": 1621055494679,
"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-05-15T05:11:58.960Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.960Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-05-15T05:11:58.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "clamp",
"timestamp": 1621055488058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:11:58.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "aai-ml",
"timestamp": 1621055488331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:11:58.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:11:58.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055495750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:58.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055496768,
"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-05-15T05:11:58.975Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.975Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-05-15T05:11:58.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "aai-ml",
"timestamp": 1621055497572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:58.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055497772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T05:11:58.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "aai-ml",
"timestamp": 1621055507769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:11:58.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "aai-ml",
"timestamp": 1621055508774,
"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-05-15T05:11:58.989Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:58.989Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-05-15T05:11:58.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "clamp",
"timestamp": 1621055510018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:11:58.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "clamp",
"timestamp": 1621055512026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:11:58.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:11:58.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:11:58.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "clamp",
"timestamp": 1621055513031,
"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-05-15T05:11:59.002Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1960e1cc-a769-465b-913d-fc7f80b60695
2021-05-15T05:11:59.003Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1960e1cc-a769-465b-913d-fc7f80b60695 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-05-15T05:11:59.011Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:11:59.012Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:11:59.013Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:11:59.013Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T05:11:59.114Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T05:11:59.115Z||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-05-15T05:11:59.115Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:11:59.125Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:11:59.126Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:00.014Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:12:00.015Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:00.017Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:00.017Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-15T05:12:00.117Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:00.118Z||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-05-15T05:12:00.118Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:00.128Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:00.128Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:01.017Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:12:01.018Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:01.021Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:01.021Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:12:01.121Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:01.122Z||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-05-15T05:12:01.122Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:01.131Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:01.132Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:02.022Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:12:02.023Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:02.025Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:02.025Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-15T05:12:02.126Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:02.127Z||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-05-15T05:12:02.127Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:02.136Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:02.137Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:03.026Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:12:03.027Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:03.028Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:03.029Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:12:03.129Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:03.130Z||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-05-15T05:12:03.130Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:03.139Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:03.139Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:04.029Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:12:04.030Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:04.032Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:04.032Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:12:04.132Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:04.133Z||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-05-15T05:12:04.133Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:04.143Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:04.143Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:05.034Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"serviceName": "basic_onboard_NTuRCE",
"serviceVersion": "1.0",
"serviceUUID": "b102dc5b-1012-41e9-a57a-254c32ba963c",
"serviceDescription": "service",
"serviceInvariantUUID": "41908bcb-1865-4fcd-8e3b-aca57aadc7bb",
"resources": [
{
"resourceInstanceName": "basic_onboard_NTuRCE 0",
"resourceCustomizationUUID": "7bee6086-3b1d-4a08-96ca-b21e413a270f",
"resourceName": "basic_onboard_NTuRCE",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5c95aa24-cd20-4769-82ab-7fe7ff3c47ee",
"resourceInvariantUUID": "785760ae-a298-4531-bc6e-d651e0e6b837",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nturce0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"artifactChecksum": "NThjMjc0ZjliYzZhZjY2OTlhNjE0N2U0NWJkZWNjOTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c10468c9-00cb-497a-baf2-9dbac6e30fc5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "acaadd6e-bb35-45ce-a539-0aa488a9e7c1",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a467ecd8-73b2-4fd2-9578-47bf4d93035b",
"generatedFromUUID": "acaadd6e-bb35-45ce-a539-0aa488a9e7c1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a467ecd8-73b2-4fd2-9578-47bf4d93035b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNturce-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"artifactChecksum": "MjU5NDM0MmJkMTIxZDdjOWEyYWQwMTFhMDY5OTMxNzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3dc962ea-854f-4e23-be26-57c534996768"
}
],
"workloadContext": "Production"
}
2021-05-15T05:12:05.035Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T05:12:05.036Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b102dc5b-1012-41e9-a57a-254c32ba963c ASDC
2021-05-15T05:12:05.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1960e1cc-a769-465b-913d-fc7f80b60695
ServiceName:basic_onboard_NTuRCE
ServiceVersion:1.0
ServiceUUID:b102dc5b-1012-41e9-a57a-254c32ba963c
ServiceInvariantUUID:41908bcb-1865-4fcd-8e3b-aca57aadc7bb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNturce-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar
ArtifactUUID:3dc962ea-854f-4e23-be26-57c534996768
ArtifactChecksum:MjU5NDM0MmJkMTIxZDdjOWEyYWQwMTFhMDY5OTMxNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NTuRCE 0
ResourceCustomizationUUID:7bee6086-3b1d-4a08-96ca-b21e413a270f
ResourceInvariantUUID:785760ae-a298-4531-bc6e-d651e0e6b837
ResourceName:basic_onboard_NTuRCE
ResourceType:VF
ResourceUUID:5c95aa24-cd20-4769-82ab-7fe7ff3c47ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nturce0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json
ArtifactUUID:c10468c9-00cb-497a-baf2-9dbac6e30fc5
ArtifactChecksum:NThjMjc0ZjliYzZhZjY2OTlhNjE0N2U0NWJkZWNjOTE=
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/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml
ArtifactUUID:acaadd6e-bb35-45ce-a539-0aa488a9e7c1
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/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env
ArtifactUUID:a467ecd8-73b2-4fd2-9578-47bf4d93035b
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/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env
ArtifactUUID:a467ecd8-73b2-4fd2-9578-47bf4d93035b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-15T05:12:05.174Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b102dc5b-1012-41e9-a57a-254c32ba963c 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-05-15T05:12:05.251Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:12:05.253Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T05:12:05.253Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T05:12:05.254Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3dc962ea-854f-4e23-be26-57c534996768 from URL: /sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:05.254Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:12:05.255Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:06.014Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:12:06.090Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar 3dc962ea-854f-4e23-be26-57c534996768 74786
2021-05-15T05:12:06.091Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar ASDC sendASDCNotification
2021-05-15T05:12:06.091Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:06.149Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:12:06.150Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:06.152Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:06.152Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055526091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:12:06.252Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:06.253Z||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-05-15T05:12:06.253Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:06.264Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:06.264Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:07.153Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:12:07.154Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T05:12:07.154Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3dc962ea-854f-4e23-be26-57c534996768, URL: /sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar to file: /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:07.155Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:07.981Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:07.982Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:08.448Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5997837581687969771/Definitions/service-BasicOnboardNturce-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-05-15T05:12:09.988Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NTuRCE 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||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-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||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-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||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-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.993Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||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-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.994Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.994Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.994Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||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-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.994Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||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-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.994Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NTuRCE 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-BasicOnboardNturce-csar.csar
2021-05-15T05:12:09.994Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T05:12:10.000Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:10.002Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.005Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:10.005Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T05:12:10.007Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:12:10.008Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:10.008Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.009Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:10.009Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T05:12:10.009Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:12:10.009Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:10.009Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.012Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:10.013Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is not matching search criteria
2021-05-15T05:12:10.013Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-15T05:12:10.013Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-15T05:12:10.013Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-15T05:12:10.013Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T05:12:10.013Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T05:12:10.014Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:10.014Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:12:10.015Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:10.015Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:10.015Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:12:10.015Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:10.016Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:10.016Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:12:10.016Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:10.016Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:10.016Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is not matching search criteria
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8b451baa-3a9a-44e9-a7af-fa6a62eff62e
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.017Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:10.018Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.018Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:10.018Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.018Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:10.018Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:10.018Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NTuRCE
Description:service
Model UUID:b102dc5b-1012-41e9-a57a-254c32ba963c
Model Version:NULL
Model InvariantUuid:41908bcb-1865-4fcd-8e3b-aca57aadc7bb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NTuRCE
Model UUID:161739c0-34de-487a-af8f-b140f77395ba
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:785760ae-a298-4531-bc6e-d651e0e6b837
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7bee6086-3b1d-4a08-96ca-b21e413a270f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ec63b565-125e-4103-af91-ee3e8a268b8c
ModelName:BasicOnboardNturce..base_ubuntu18..module-0
ModelUuid:abf1c6fe-aece-45b8-b1a5-6f6285480b76
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8b451baa-3a9a-44e9-a7af-fa6a62eff62e
ModelInvariantUuid:682674af-eb09-46dd-b619-53e10db1c8c3
ModelName:basic_onboard_NTuRCE-nodes.ubuntu18Cvfc
ModelUuid:3d0fc005-b8da-4242-80cb-28520ad49099
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:96299650-f9c8-4f6d-aa2e-c826bca8a99a
ModelInvariantUuid:922519a9-9ee8-47e2-af03-ff95c0c78b93
ModelName:BasicOnboardNturce.compute.nodes.heat.ubuntu18
ModelUuid:71ff5cdc-2dfa-493d-ad01-1557c828f858
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-05-15T05:12:10.034Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 5c95aa24-cd20-4769-82ab-7fe7ff3c47ee
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-05-15T05:12:10.432Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||basic_onboard_NTuRCE 0
2021-05-15T05:12:10.438Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5c95aa24-cd20-4769-82ab-7fe7ff3c47ee
2021-05-15T05:12:10.438Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c10468c9-00cb-497a-baf2-9dbac6e30fc5 from URL: /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json
2021-05-15T05:12:10.438Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:12:10.438Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json
2021-05-15T05:12:11.220Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:12:11.221Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json c10468c9-00cb-497a-baf2-9dbac6e30fc5 798
2021-05-15T05:12:11.221Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json ASDC sendASDCNotification
2021-05-15T05:12:11.221Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json
2021-05-15T05:12:11.221Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:12:11.221Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:11.223Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:11.223Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055531221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:12:11.324Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:11.325Z||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-05-15T05:12:11.325Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:11.334Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:11.335Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:12.225Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNturce..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ec63b565-125e-4103-af91-ee3e8a268b8c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "abf1c6fe-aece-45b8-b1a5-6f6285480b76",
"vfModuleModelCustomizationUUID": "82826cf6-b1df-464c-b8d3-f85e08570606",
"isBase": true,
"artifacts": [
"acaadd6e-bb35-45ce-a539-0aa488a9e7c1",
"a467ecd8-73b2-4fd2-9578-47bf4d93035b"
],
"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-05-15T05:12:12.267Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNturce..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:abf1c6fe-aece-45b8-b1a5-6f6285480b76
VfModuleModelInvariantUUID:ec63b565-125e-4103-af91-ee3e8a268b8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
acaadd6e-bb35-45ce-a539-0aa488a9e7c1
,
a467ecd8-73b2-4fd2-9578-47bf4d93035b
}
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-05-15T05:12:12.270Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNturce..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ec63b565-125e-4103-af91-ee3e8a268b8c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "abf1c6fe-aece-45b8-b1a5-6f6285480b76",
"vfModuleModelCustomizationUUID": "82826cf6-b1df-464c-b8d3-f85e08570606",
"isBase": true,
"artifacts": [
"acaadd6e-bb35-45ce-a539-0aa488a9e7c1",
"a467ecd8-73b2-4fd2-9578-47bf4d93035b"
],
"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-05-15T05:12:12.270Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNturce..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:abf1c6fe-aece-45b8-b1a5-6f6285480b76
VfModuleModelInvariantUUID:ec63b565-125e-4103-af91-ee3e8a268b8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
acaadd6e-bb35-45ce-a539-0aa488a9e7c1
,
a467ecd8-73b2-4fd2-9578-47bf4d93035b
}
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-05-15T05:12:12.270Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: acaadd6e-bb35-45ce-a539-0aa488a9e7c1 from URL: /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml
2021-05-15T05:12:12.270Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:12:12.270Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml
2021-05-15T05:12:13.106Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:12:13.107Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml acaadd6e-bb35-45ce-a539-0aa488a9e7c1 5033
2021-05-15T05:12:13.107Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-15T05:12:13.107Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml
2021-05-15T05:12:13.108Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:12:13.108Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:13.110Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:13.110Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055533107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:12:13.210Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:13.211Z||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-05-15T05:12:13.211Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:13.221Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:13.221Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:14.111Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a467ecd8-73b2-4fd2-9578-47bf4d93035b from URL: /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env
2021-05-15T05:12:14.111Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:12:14.111Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env
2021-05-15T05:12:15.114Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:12:15.114Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env a467ecd8-73b2-4fd2-9578-47bf4d93035b 909
2021-05-15T05:12:15.114Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-15T05:12:15.115Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env
2021-05-15T05:12:15.115Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:12:15.115Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:15.117Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:15.117Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055535114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:12:15.217Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:15.218Z||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-05-15T05:12:15.218Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:15.228Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:15.229Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:12:16.117Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b102dc5b-1012-41e9-a57a-254c32ba963c
2021-05-15T05:12:16.118Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NTuRCE 0 5c95aa24-cd20-4769-82ab-7fe7ff3c47ee 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-05-15T05:12:16.145Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.145Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.146Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-05-15T05:12:16.146Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7bee6086-3b1d-4a08-96ca-b21e413a270f
2021-05-15T05:12:16.146Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7bee6086-3b1d-4a08-96ca-b21e413a270f matches Tosca VF Customization UUID: 7bee6086-3b1d-4a08-96ca-b21e413a270f
2021-05-15T05:12:16.146Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7bee6086-3b1d-4a08-96ca-b21e413a270f 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-05-15T05:12:16.151Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.152Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.153Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7bee6086-3b1d-4a08-96ca-b21e413a270f: {\"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-05-15T05:12:16.153Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d5169be
2021-05-15T05:12:16.153Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.153Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:12:16.154Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 82826cf6-b1df-464c-b8d3-f85e08570606
2021-05-15T05:12:16.155Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 82826cf6-b1df-464c-b8d3-f85e08570606
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-05-15T05:12:16.160Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.160Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:16.160Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:12:16.161Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.161Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:16.161Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:12:16.161Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.162Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is not matching search criteria
2021-05-15T05:12:16.162Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-15T05:12:16.162Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T05:12:16.162Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8b451baa-3a9a-44e9-a7af-fa6a62eff62e
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-05-15T05:12:16.169Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.169Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:16.169Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:12:16.169Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.169Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NTuRCE 0 is matching search criteria
2021-05-15T05:12:16.170Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NTuRCE 0] matching following query criteria: sdcType=VF, customizationUUID=7bee6086-3b1d-4a08-96ca-b21e413a270f
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-05-15T05:12:16.172Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.172Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.172Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b102dc5b-1012-41e9-a57a-254c32ba963c: basic_onboard_NTuRCE
2021-05-15T05:12:16.172Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.172Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.173Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.174Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:12:16.174Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NTuRCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:12:16.174Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_NTuRCE
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-05-15T05:12:16.351Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NTuRCE 5c95aa24-cd20-4769-82ab-7fe7ff3c47ee 1 ASDC deployResourceStructure
2021-05-15T05:12:16.351Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json ASDC sendASDCNotification
2021-05-15T05:12:16.351Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json
2021-05-15T05:12:16.352Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:12:16.352Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:16.353Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:16.354Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055536351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T05:12:16.458Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-05-15T05:12:16.459Z||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-05-15T05:12:16.459Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:16.469Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:16.470Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:17.355Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-15T05:12:17.355Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml
2021-05-15T05:12:17.355Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:12:17.355Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:17.357Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:17.357Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055537355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-15T05:12:17.457Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:17.458Z||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-05-15T05:12:17.458Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:17.469Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:17.469Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:18.358Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-15T05:12:18.358Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env
2021-05-15T05:12:18.358Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:12:18.358Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:18.360Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:18.360Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055538357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-15T05:12:18.460Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:18.461Z||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-05-15T05:12:18.462Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:18.471Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:18.471Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:19.361Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar ASDC sendASDCNotification
2021-05-15T05:12:19.361Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar
2021-05-15T05:12:19.361Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:12:19.362Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:12:19.363Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:12:19.364Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055539361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:12:19.464Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:12:19.465Z||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-05-15T05:12:19.465Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:19.474Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:19.475Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:12:20.365Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1960e1cc-a769-465b-913d-fc7f80b60695
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-05-15T05:12:20.379Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1960e1cc-a769-465b-913d-fc7f80b60695
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-05-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:12:20.383Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:12:20.384Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:12:20.384Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:12:20.384Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:12:20.384Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||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-05-15T05:12:20.388Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T05:12:50.389Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1960e1cc-a769-465b-913d-fc7f80b60695 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-05-15T05:12:50.397Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1960e1cc-a769-465b-913d-fc7f80b60695 and serviceModelVersionId: b102dc5b-1012-41e9-a57a-254c32ba963c
2021-05-15T05:12:50.398Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41908bcb-1865-4fcd-8e3b-aca57aadc7bb
2021-05-15T05:12:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:12:57.172Z||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-05-15T05:12:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:12:57.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:12:57.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:12:57.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:12:57.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:08.185Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0
2021-05-15T05:13:08.306Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T05:13:09.089Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0|INFO|500||Invoke
2021-05-15T05:13:09.097Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1960e1cc-a769-465b-913d-fc7f80b60695], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e94d4564-c481-453c-a11e-76fd9f8c0dc7], X-ECOMP-RequestID=[1960e1cc-a769-465b-913d-fc7f80b60695], X-TransactionId=[], X-ONAP-RequestID=[1960e1cc-a769-465b-913d-fc7f80b60695], Content-Type=[application/merge-patch+json]}
2021-05-15T05:13:09.263Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-15T05:13:09.420Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?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/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210515-05:13:09:272-73981], vertex-id=[188488], Content-Length=[0], Date=[Sat, 15 May 2021 05:13:09 GMT], Content-Type=[application/json]}
2021-05-15T05:13:09.421Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T05:13:09.422Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41908bcb-1865-4fcd-8e3b-aca57aadc7bb/model-vers/model-ver/b102dc5b-1012-41e9-a57a-254c32ba963c?depth=0|INFO|500||InvokeReturn
2021-05-15T05:13:09.425Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T05:13:09.425Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||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-05-15T05:13:09.432Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||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-05-15T05:13:09.440Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1960e1cc-a769-465b-913d-fc7f80b60695 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T05:13:09.441Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T05:13:09.441Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:09.443Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:09.443Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055589440,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:13:09.544Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:09.545Z||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-05-15T05:13:09.545Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:09.554Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:09.555Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-05-15T05:13:10.458Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:13:10.459Z|1960e1cc-a769-465b-913d-fc7f80b60695|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-05-15T05:13:10.459Z|1960e1cc-a769-465b-913d-fc7f80b60695|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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:11.088Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:11.089Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T05:13:11.089Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ed260b1-1fef-4bb3-a7d8-0149c16f58c6","serviceName":"vFW 2021-05-15 05-10-43","serviceVersion":"1.0","serviceUUID":"7dcaca60-635a-4a19-a9da-e625d981112f","serviceDescription":"catalog service description","serviceInvariantUUID":"ea31398f-661f-4e8f-b8f1-e3a961e9304f","resources":[{"resourceInstanceName":"vFW 106a4c0d-8abd 0","resourceName":"vFW 106a4c0d-8abd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79058558-36bb-4dc8-a4a8-5d2e085bae77","resourceInvariantUUID":"df98fc2f-e2d7-4ce9-89ff-a939cb522469","resourceCustomizationUUID":"22e8943d-8b2e-4882-8ca0-c018116498bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml","artifactChecksum":"ZWJiOWIwZjM3YzVmN2FjMThiYWIwMDNhZGJkODdkYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0e05bf4-2285-40f0-b740-0a1cf421cb01","artifactVersion":"1"},{"artifactName":"vfw106a4c0d8abd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json","artifactChecksum":"M2ExMjU5NjE2NGFjZTQ2YTFjN2JhZDg0MDI2YmI0NDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"637a9cb4-4b51-4269-afe0-e545871227d1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml","artifactChecksum":"YzliODJmYTAxNjdmZmMxMDYyYTZiNTgyZTU2MmVlYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1d88d914-9775-4051-b2f8-846bc95d6133","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d00a05b-cf9e-43f5-b99d-f396bd16b26a","artifactVersion":"2","generatedFromUUID":"cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210515051043-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml","artifactChecksum":"NTk3NWMwNGM5ZWEyYjgyODY3M2Q4MWFiYjk5NWI1YzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dbad7fd8-0970-480e-ad79-f5721f2623a3","artifactVersion":"1"},{"artifactName":"service-Vfw20210515051043-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar","artifactChecksum":"NzRmOGE1N2Q2NzE2NTc5ZmZkYTEzNzllNjFjYjUzNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d4dbfa0-a312-4cd9-9f59-69737b91c451","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T05:13:11.093Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:11.094Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:11.096Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:11.096Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:11.196Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:11.197Z||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-05-15T05:13:11.197Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:11.208Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:11.208Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:12.096Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:12.097Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:12.099Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:12.099Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T05:13:12.199Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:12.200Z||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-05-15T05:13:12.201Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:12.213Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:12.214Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:13.100Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:13.101Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:13.102Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:13.102Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-15T05:13:13.203Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:13.203Z||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-05-15T05:13:13.204Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:13.214Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:13.215Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:14.103Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:14.104Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:14.106Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:14.107Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:14.207Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:14.208Z||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-05-15T05:13:14.208Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:14.219Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:14.219Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:15.107Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:15.108Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:15.110Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:15.110Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-15T05:13:15.210Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:15.211Z||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-05-15T05:13:15.211Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:15.221Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:15.221Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:13:16.110Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:16.111Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:16.113Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:16.113Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:16.213Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:16.215Z||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-05-15T05:13:16.215Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:16.226Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:16.226Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:17.113Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:13:17.114Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:17.116Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:17.116Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:13:17.216Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:17.217Z||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-05-15T05:13:17.218Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:17.228Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:17.229Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:13:18.118Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"serviceName": "vFW 2021-05-15 05-10-43",
"serviceVersion": "1.0",
"serviceUUID": "7dcaca60-635a-4a19-a9da-e625d981112f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ea31398f-661f-4e8f-b8f1-e3a961e9304f",
"resources": [
{
"resourceInstanceName": "vFW 106a4c0d-8abd 0",
"resourceCustomizationUUID": "22e8943d-8b2e-4882-8ca0-c018116498bc",
"resourceName": "vFW 106a4c0d-8abd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "79058558-36bb-4dc8-a4a8-5d2e085bae77",
"resourceInvariantUUID": "df98fc2f-e2d7-4ce9-89ff-a939cb522469",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw106a4c0d8abd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"artifactChecksum": "M2ExMjU5NjE2NGFjZTQ2YTFjN2JhZDg0MDI2YmI0NDc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "637a9cb4-4b51-4269-afe0-e545871227d1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d00a05b-cf9e-43f5-b99d-f396bd16b26a",
"generatedFromUUID": "cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d00a05b-cf9e-43f5-b99d-f396bd16b26a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210515051043-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"artifactChecksum": "NzRmOGE1N2Q2NzE2NTc5ZmZkYTEzNzllNjFjYjUzNjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3d4dbfa0-a312-4cd9-9f59-69737b91c451"
}
],
"workloadContext": "Production"
}
2021-05-15T05:13:18.118Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T05:13:18.118Z|1960e1cc-a769-465b-913d-fc7f80b60695|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7dcaca60-635a-4a19-a9da-e625d981112f ASDC
2021-05-15T05:13:18.118Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
ServiceName:vFW 2021-05-15 05-10-43
ServiceVersion:1.0
ServiceUUID:7dcaca60-635a-4a19-a9da-e625d981112f
ServiceInvariantUUID:ea31398f-661f-4e8f-b8f1-e3a961e9304f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210515051043-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar
ArtifactUUID:3d4dbfa0-a312-4cd9-9f59-69737b91c451
ArtifactChecksum:NzRmOGE1N2Q2NzE2NTc5ZmZkYTEzNzllNjFjYjUzNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 106a4c0d-8abd 0
ResourceCustomizationUUID:22e8943d-8b2e-4882-8ca0-c018116498bc
ResourceInvariantUUID:df98fc2f-e2d7-4ce9-89ff-a939cb522469
ResourceName:vFW 106a4c0d-8abd
ResourceType:VF
ResourceUUID:79058558-36bb-4dc8-a4a8-5d2e085bae77
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw106a4c0d8abd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json
ArtifactUUID:637a9cb4-4b51-4269-afe0-e545871227d1
ArtifactChecksum:M2ExMjU5NjE2NGFjZTQ2YTFjN2JhZDg0MDI2YmI0NDc=
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/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml
ArtifactUUID:cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68
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/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env
ArtifactUUID:0d00a05b-cf9e-43f5-b99d-f396bd16b26a
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/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env
ArtifactUUID:0d00a05b-cf9e-43f5-b99d-f396bd16b26a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-15T05:13:18.119Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dcaca60-635a-4a19-a9da-e625d981112f 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-05-15T05:13:18.148Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:13:18.149Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T05:13:18.149Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T05:13:18.149Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3d4dbfa0-a312-4cd9-9f59-69737b91c451 from URL: /sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:18.149Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:13:18.149Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:19.416Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:13:19.423Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar 3d4dbfa0-a312-4cd9-9f59-69737b91c451 110003
2021-05-15T05:13:19.423Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar ASDC sendASDCNotification
2021-05-15T05:13:19.423Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:19.423Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:13:19.424Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:19.427Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:19.428Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055599423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:13:19.528Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:19.529Z||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-05-15T05:13:19.529Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:19.539Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:19.540Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:20.428Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:13:20.429Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T05:13:20.430Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3d4dbfa0-a312-4cd9-9f59-69737b91c451, URL: /sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar to file: /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:20.430Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210515051043-csar.csar
2021-05-15T05:13:20.430Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:20.430Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:20.613Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14992820993694824124/Definitions/service-Vfw20210515051043-template.yml
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
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-05-15T05:13:22.812Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||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-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||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-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||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-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.813Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||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-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||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-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||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-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||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-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 106a4c0d-8abd 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-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||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-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 106a4c0d-8abd 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:22.814Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T05:13:22.815Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.815Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.815Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:22.815Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T05:13:22.815Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:13:22.816Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.816Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.816Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:22.816Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T05:13:22.816Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:13:22.816Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.817Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.817Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.817Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:22.817Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:22.817Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:22.817Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.818Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.819Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:13:22.820Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.820Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:22.820Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:22.820Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.820Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:22.820Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:22.821Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.822Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54d00ea2-3926-4545-99ef-d16ad71d8f2d
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:22.823Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T05:13:22.824Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3e3a842c-6f7d-44ee-ba64-f41b91840f43
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:22.825Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T05:13:22.826Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=24505cb5-879b-4c73-93a0-4a1c7747694d
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.827Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.828Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.828Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.828Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:22.828Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:22.828Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-15 05-10-43
Description:catalog service description
Model UUID:7dcaca60-635a-4a19-a9da-e625d981112f
Model Version:NULL
Model InvariantUuid:ea31398f-661f-4e8f-b8f1-e3a961e9304f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 106a4c0d-8abd
Model UUID:1a8c95db-cb0e-4fdc-80ca-d060eecc9cf1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:df98fc2f-e2d7-4ce9-89ff-a939cb522469
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:22e8943d-8b2e-4882-8ca0-c018116498bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2718b59d-44b1-495d-b097-d76f1253e1a4
ModelName:Vfw106a4c0d8abd..base_vfw..module-0
ModelUuid:3b16040a-08de-430c-a1fc-6b70e0e4de74
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:54d00ea2-3926-4545-99ef-d16ad71d8f2d
ModelInvariantUuid:50e57bb2-6448-40f5-b019-4543f7455bf0
ModelName:vFW 106a4c0d-8abd-nodes.vfwCvfc
ModelUuid:b62ab7a8-118b-481a-8bc8-d524750dd2f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5473b5de-e169-4aa8-bb40-452d87fa4dd7
ModelInvariantUuid:1ba10394-0820-4699-9ab9-6bce9bce2f24
ModelName:Vfw106a4c0d8abd.compute.nodes.heat.vfw
ModelUuid:564ba8b5-ab3e-497a-88a2-9ae8a76e3077
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3e3a842c-6f7d-44ee-ba64-f41b91840f43
ModelInvariantUuid:1c8fa54d-79eb-48fb-b46f-5c3f68223016
ModelName:vFW 106a4c0d-8abd-nodes.vsnCvfc
ModelUuid:7243c62a-2ad6-4ddc-8c9e-d3dc825075fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:cc18b9e8-f574-4e3a-afba-38663b6ace56
ModelInvariantUuid:059dfdea-806d-4ed4-a364-dacc0940be51
ModelName:Vfw106a4c0d8abd.compute.nodes.heat.vsn
ModelUuid:fbb0d560-5f51-4a93-93a1-6891f9fcf65b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:24505cb5-879b-4c73-93a0-4a1c7747694d
ModelInvariantUuid:d110cf70-1d9c-4801-a356-2ba4907ede30
ModelName:vFW 106a4c0d-8abd-nodes.vpgCvfc
ModelUuid:be0b40b7-5b24-40f2-8800-b4f1ec732868
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:32c5f070-4c81-4dda-a36a-727b41bfcfce
ModelInvariantUuid:73668386-5a7e-4dc3-bd06-80c597143a8e
ModelName:Vfw106a4c0d8abd.compute.nodes.heat.vpg
ModelUuid:7b9a8bce-3263-47bf-8ded-548c033b037a
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-05-15T05:13:22.834Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 79058558-36bb-4dc8-a4a8-5d2e085bae77
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-05-15T05:13:22.836Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||vFW 106a4c0d-8abd 0
2021-05-15T05:13:22.836Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79058558-36bb-4dc8-a4a8-5d2e085bae77
2021-05-15T05:13:22.836Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 637a9cb4-4b51-4269-afe0-e545871227d1 from URL: /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json
2021-05-15T05:13:22.836Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:13:22.837Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json
2021-05-15T05:13:23.657Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:13:23.658Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json 637a9cb4-4b51-4269-afe0-e545871227d1 785
2021-05-15T05:13:23.658Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json ASDC sendASDCNotification
2021-05-15T05:13:23.659Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json
2021-05-15T05:13:23.659Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:13:23.659Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:23.662Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:23.662Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055603658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:13:23.762Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:23.763Z||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-05-15T05:13:23.763Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:23.773Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:23.774Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:13:24.663Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw106a4c0d8abd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2718b59d-44b1-495d-b097-d76f1253e1a4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3b16040a-08de-430c-a1fc-6b70e0e4de74",
"vfModuleModelCustomizationUUID": "6a8d2593-581a-4c85-9c86-389777df4469",
"isBase": true,
"artifacts": [
"cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68",
"0d00a05b-cf9e-43f5-b99d-f396bd16b26a"
],
"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-05-15T05:13:24.666Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw106a4c0d8abd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b16040a-08de-430c-a1fc-6b70e0e4de74
VfModuleModelInvariantUUID:2718b59d-44b1-495d-b097-d76f1253e1a4
VfModuleModelDescription:NULL
Artifacts UUID List:{
cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68
,
0d00a05b-cf9e-43f5-b99d-f396bd16b26a
}
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-05-15T05:13:24.669Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw106a4c0d8abd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2718b59d-44b1-495d-b097-d76f1253e1a4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3b16040a-08de-430c-a1fc-6b70e0e4de74",
"vfModuleModelCustomizationUUID": "6a8d2593-581a-4c85-9c86-389777df4469",
"isBase": true,
"artifacts": [
"cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68",
"0d00a05b-cf9e-43f5-b99d-f396bd16b26a"
],
"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-05-15T05:13:24.669Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw106a4c0d8abd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b16040a-08de-430c-a1fc-6b70e0e4de74
VfModuleModelInvariantUUID:2718b59d-44b1-495d-b097-d76f1253e1a4
VfModuleModelDescription:NULL
Artifacts UUID List:{
cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68
,
0d00a05b-cf9e-43f5-b99d-f396bd16b26a
}
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-05-15T05:13:24.669Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68 from URL: /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml
2021-05-15T05:13:24.669Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:13:24.669Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml
2021-05-15T05:13:25.316Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:13:25.317Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml cab91fb7-a4d8-4ad5-8b9f-94e0b3a28b68 20368
2021-05-15T05:13:25.317Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-15T05:13:25.317Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml
2021-05-15T05:13:25.318Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:13:25.318Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:25.320Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:25.320Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055605317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:13:25.420Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:25.421Z||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-05-15T05:13:25.421Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:25.432Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:25.432Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:26.321Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0d00a05b-cf9e-43f5-b99d-f396bd16b26a from URL: /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env
2021-05-15T05:13:26.321Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T05:13:26.321Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env
2021-05-15T05:13:26.833Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T05:13:26.834Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env 0d00a05b-cf9e-43f5-b99d-f396bd16b26a 2098
2021-05-15T05:13:26.834Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-15T05:13:26.834Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env
2021-05-15T05:13:26.834Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:13:26.835Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:26.836Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:26.836Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055606834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:13:26.937Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T05:13:26.938Z||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-05-15T05:13:26.938Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:26.947Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:26.947Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:27.837Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7dcaca60-635a-4a19-a9da-e625d981112f
2021-05-15T05:13:27.838Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 106a4c0d-8abd 0 79058558-36bb-4dc8-a4a8-5d2e085bae77 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-05-15T05:13:27.854Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.854Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.854Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-05-15T05:13:27.854Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 22e8943d-8b2e-4882-8ca0-c018116498bc
2021-05-15T05:13:27.855Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22e8943d-8b2e-4882-8ca0-c018116498bc matches Tosca VF Customization UUID: 22e8943d-8b2e-4882-8ca0-c018116498bc
2021-05-15T05:13:27.855Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 22e8943d-8b2e-4882-8ca0-c018116498bc 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-05-15T05:13:27.858Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.858Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.859Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 22e8943d-8b2e-4882-8ca0-c018116498bc: {\"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-05-15T05:13:27.859Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7633d41d
2021-05-15T05:13:27.859Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.860Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T05:13:27.860Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a8d2593-581a-4c85-9c86-389777df4469
2021-05-15T05:13:27.860Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a8d2593-581a-4c85-9c86-389777df4469
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-05-15T05:13:27.863Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.863Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:27.864Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:27.865Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.865Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:27.866Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:27.866Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.866Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:27.866Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:27.867Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:27.867Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-15T05:13:27.867Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T05:13:27.867Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T05:13:27.868Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.868Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:27.868Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T05:13:27.869Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:27.869Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T05:13:27.869Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.869Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54d00ea2-3926-4545-99ef-d16ad71d8f2d
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-05-15T05:13:27.872Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.872Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:27.873Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:27.873Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.873Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:27.874Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:27.874Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:27.874Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T05:13:27.874Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.875Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:27.875Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T05:13:27.875Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.875Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-15T05:13:27.876Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T05:13:27.876Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:27.876Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T05:13:27.876Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.877Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3e3a842c-6f7d-44ee-ba64-f41b91840f43
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-05-15T05:13:27.885Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.886Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:27.886Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:27.890Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.890Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is not matching search criteria
2021-05-15T05:13:27.890Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T05:13:27.890Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T05:13:27.891Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T05:13:27.891Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.891Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:27.892Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T05:13:27.892Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.892Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T05:13:27.893Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T05:13:27.893Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T05:13:27.893Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T05:13:27.893Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-15T05:13:27.894Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=24505cb5-879b-4c73-93a0-4a1c7747694d
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-05-15T05:13:27.896Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.897Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:27.897Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T05:13:27.897Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.898Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Node template vFW 106a4c0d-8abd 0 is matching search criteria
2021-05-15T05:13:27.898Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 106a4c0d-8abd 0] matching following query criteria: sdcType=VF, customizationUUID=22e8943d-8b2e-4882-8ca0-c018116498bc
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-05-15T05:13:27.900Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.900Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.900Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7dcaca60-635a-4a19-a9da-e625d981112f: vFW 106a4c0d-8abd
2021-05-15T05:13:27.901Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.901Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.901Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.901Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.902Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.902Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.902Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.902Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.903Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:13:27.903Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 05-10-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:13:27.903Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-05-15 05-10-43
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-05-15T05:13:28.043Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 106a4c0d-8abd 79058558-36bb-4dc8-a4a8-5d2e085bae77 1 ASDC deployResourceStructure
2021-05-15T05:13:28.043Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json ASDC sendASDCNotification
2021-05-15T05:13:28.043Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json
2021-05-15T05:13:28.043Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:13:28.044Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:28.045Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:28.046Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055608043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T05:13:28.146Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:28.147Z||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-05-15T05:13:28.147Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:28.160Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:28.160Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:29.047Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-15T05:13:29.047Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml
2021-05-15T05:13:29.047Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:13:29.048Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:29.050Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:29.051Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055609047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-15T05:13:29.151Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:29.152Z||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-05-15T05:13:29.152Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:29.162Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:29.163Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:30.052Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-15T05:13:30.052Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env
2021-05-15T05:13:30.052Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:13:30.052Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:30.054Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:30.054Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055610052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-15T05:13:30.154Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:30.156Z||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-05-15T05:13:30.156Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:30.166Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:30.166Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:31.055Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar ASDC sendASDCNotification
2021-05-15T05:13:31.056Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar
2021-05-15T05:13:31.056Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:13:31.056Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:13:31.058Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:13:31.058Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055611055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:13:31.158Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:13:31.159Z||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-05-15T05:13:31.160Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:31.170Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:31.170Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:13:32.059Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-05-15T05:13:32.069Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-05-15T05:13:32.071Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:13:32.071Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:13:32.071Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:13:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:13:57.173Z||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-05-15T05:13:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:13:57.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:13:57.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055517169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055526091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055531221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055533107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055535114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055536351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/basic_onboard_nturce0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055537355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055538357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/resourceInstances/basic_onboard_nturce0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-15T05:13:57.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055539361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNturce/1.0/artifacts/service-BasicOnboardNturce-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:13:57.196Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:13:57.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055565671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055564084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055563383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "cds",
"timestamp": 1621055569329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "policy-id",
"timestamp": 1621055564198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055565671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055564084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055563383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "cds",
"timestamp": 1621055569329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "policy-id",
"timestamp": 1621055564198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055564084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055565671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055563383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "cds",
"timestamp": 1621055569329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "policy-id",
"timestamp": 1621055564198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055572861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055565671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055563383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055564084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "cds",
"timestamp": 1621055569329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "policy-id",
"timestamp": 1621055564198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055572861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055563383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055565671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "cds",
"timestamp": 1621055569329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055564084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "policy-id",
"timestamp": 1621055564198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055572861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055565671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055563383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055564084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "cds",
"timestamp": 1621055569329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "policy-id",
"timestamp": 1621055564198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "dcae-sch",
"timestamp": 1621055575425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055572861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055565671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055564084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055563383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "cds",
"timestamp": 1621055569329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "policy-id",
"timestamp": 1621055564198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:13:57.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:13:57.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:13:57.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "dcae-sch",
"timestamp": 1621055575425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:13:57.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:14:02.071Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-05-15T05:14:02.082Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-05-15T05:14:02.084Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:14:02.085Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:14:02.085Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:14:32.085Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-05-15T05:14:32.097Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-05-15T05:14:32.099Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:14:32.099Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:14:32.099Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:14:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:14:57.172Z||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-05-15T05:14:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:14:57.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:14:57.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:14:57.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055572861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-15T05:14:57.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:02.100Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-05-15T05:15:02.108Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-05-15T05:15:02.110Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:15:02.110Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:15:02.110Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:15:32.110Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-05-15T05:15:32.121Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-05-15T05:15:32.124Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:15:32.124Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T05:15:32.124Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T05:15:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:15:57.173Z||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-05-15T05:15:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:15:57.696Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:15:57.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "dcae-sch",
"timestamp": 1621055575425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055572861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "clamp",
"timestamp": 1621055578058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "aai-ml",
"timestamp": 1621055578331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "dcae-sch",
"timestamp": 1621055575425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055579120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "policy-id",
"timestamp": 1621055579232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.704Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055579457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055572861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:15:57.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "cds",
"timestamp": 1621055579565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "clamp",
"timestamp": 1621055578058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "aai-ml",
"timestamp": 1621055578331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "dcae-sch",
"timestamp": 1621055575425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "policy-id",
"timestamp": 1621055580239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "cds",
"timestamp": 1621055580570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-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-05-15T05:15:57.714Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.714Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-05-15T05:15:57.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "clamp",
"timestamp": 1621055578058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "aai-ml",
"timestamp": 1621055578331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055580966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "dcae-sch",
"timestamp": 1621055575425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "policy-id",
"timestamp": 1621055581241,
"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-05-15T05:15:57.730Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.730Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-05-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055581565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055581664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "clamp",
"timestamp": 1621055578058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "aai-ml",
"timestamp": 1621055578331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "dcae-sch",
"timestamp": 1621055575425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "clamp",
"timestamp": 1621055578058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055582722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.739Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "aai-ml",
"timestamp": 1621055578331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055583461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055583484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "clamp",
"timestamp": 1621055578058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055583726,
"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-05-15T05:15:57.744Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.744Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-05-15T05:15:57.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "aai-ml",
"timestamp": 1621055578331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055584491,
"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-05-15T05:15:57.755Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.755Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-05-15T05:15:57.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "clamp",
"timestamp": 1621055578058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:15:57.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055584729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "aai-ml",
"timestamp": 1621055578331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055585309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055585494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T05:15:57.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055586337,
"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-05-15T05:15:57.767Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.767Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-05-15T05:15:57.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "aai-ml",
"timestamp": 1621055586537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055587339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055587869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1960e1cc-a769-465b-913d-fc7f80b60695",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055589440,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055587869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055587869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055587869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055587869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-15T05:15:57.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055587869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "clamp",
"timestamp": 1621055594024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055587869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "clamp",
"timestamp": 1621055595043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "aai-ml",
"timestamp": 1621055595253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "clamp",
"timestamp": 1621055596046,
"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-05-15T05:15:57.781Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.781Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-05-15T05:15:57.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:15:57.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "aai-ml",
"timestamp": 1621055596256,
"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-05-15T05:15:57.794Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.795Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-05-15T05:15:57.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055597069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055590458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055599423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.801Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055600709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:15:57.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055601713,
"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-05-15T05:15:57.805Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
2021-05-15T05:15:57.805Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-05-15T05:15:57.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055603658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055605317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055606834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055608043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/vfw106a4c0d8abd0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055609047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055610052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/resourceInstances/vfw106a4c0d8abd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055611055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515051043/1.0/artifacts/service-Vfw20210515051043-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:15:57.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:16:02.124Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-05-15T05:16:02.135Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6
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-05-15T05:16:02.138Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:16:02.138Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:16:02.139Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:16:02.140Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:16:02.140Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||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-05-15T05:16:02.144Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T05:16:32.144Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 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-05-15T05:16:32.151Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 and serviceModelVersionId: 7dcaca60-635a-4a19-a9da-e625d981112f
2021-05-15T05:16:32.152Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea31398f-661f-4e8f-b8f1-e3a961e9304f
2021-05-15T05:16:32.153Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0
2021-05-15T05:16:32.158Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T05:16:32.200Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0|INFO|500||Invoke
2021-05-15T05:16:32.201Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9ed260b1-1fef-4bb3-a7d8-0149c16f58c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b35cdc2-987b-4e90-ac34-0b628a2ae494], X-ECOMP-RequestID=[9ed260b1-1fef-4bb3-a7d8-0149c16f58c6], X-TransactionId=[], X-ONAP-RequestID=[9ed260b1-1fef-4bb3-a7d8-0149c16f58c6], Content-Type=[application/merge-patch+json]}
2021-05-15T05:16:32.223Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-15T05:16:32.356Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?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/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210515-05:16:32:229-84250], vertex-id=[217192], Content-Length=[0], Date=[Sat, 15 May 2021 05:16:32 GMT], Content-Type=[application/json]}
2021-05-15T05:16:32.356Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T05:16:32.357Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea31398f-661f-4e8f-b8f1-e3a961e9304f/model-vers/model-ver/7dcaca60-635a-4a19-a9da-e625d981112f?depth=0|INFO|500||InvokeReturn
2021-05-15T05:16:32.357Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T05:16:32.357Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||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-05-15T05:16:32.362Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||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-05-15T05:16:32.362Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ed260b1-1fef-4bb3-a7d8-0149c16f58c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T05:16:32.363Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T05:16:32.363Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:16:32.364Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:16:32.365Z|9ed260b1-1fef-4bb3-a7d8-0149c16f58c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055792362,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:16:32.465Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:16:32.466Z||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-05-15T05:16:32.466Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:16:32.479Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:16:32.479Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-15T05:16:33.375Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:16:33.376Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T05:16:33.376Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:16:43.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:16:43.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:16:43.559Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T05:16:43.559Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:16:53.103Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:16:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:16:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T05:16:53.104Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:16:57.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:16:57.173Z||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-05-15T05:16:57.173Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:16:57.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:16:57.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-15T05:16:57.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ed260b1-1fef-4bb3-a7d8-0149c16f58c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055792362,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:16:57.793Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:17:02.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:17:02.639Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:17:02.640Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T05:17:02.640Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:17:12.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:17:57.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:17:57.170Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T05:17:57.170Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:17:57.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:17:57.172Z||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-05-15T05:17:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:18:06.710Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:18:06.710Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:18:57.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:18:57.170Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T05:18:57.170Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:18:57.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:18:57.172Z||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-05-15T05:18:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:19:06.707Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:19:06.710Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:19:57.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:19:57.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T05:19:57.170Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:19:57.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:19:57.172Z||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-05-15T05:19:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:19:57.792Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:19:57.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"15e872c7-44c8-443c-869a-03f7d6746cc4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730","serviceDescription":"service","serviceInvariantUUID":"ad1a39d4-c7d5-42c4-a999-3e794f54ad14","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"12bc7645-6bf7-4df6-9994-688f67e676cf","resourceInvariantUUID":"5d25e5bf-5a9c-4a7b-ac53-0aeeff478645","resourceCustomizationUUID":"063954d4-bd01-4d16-8524-dc51d4bdca02","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":"ODA0NDQ5YmIwZDk0YTE4NDE2NDc0YjRlN2EwYjUwYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e036082-0fb4-4274-9edb-4251ce450dc9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzhjNDQ1YjEyNTdhNTAyMDNmMmJiZjZmNDRkNTNjMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa9e899c-6af9-45e5-80e6-f8cde200a2fd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T05:19:57.793Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:19:57.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055952862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "cds",
"timestamp": 1621055959329,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.795Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "dcae-sch",
"timestamp": 1621055955425,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.795Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621055952862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "cds",
"timestamp": 1621055959329,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "dcae-sch",
"timestamp": 1621055955425,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055963383,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "cds",
"timestamp": 1621055964567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055964084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "policy-id",
"timestamp": 1621055964198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621055963383,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:19:57.797Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:19:57.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.798Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055997169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "cds",
"timestamp": 1621055965572,
"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-05-15T05:19:57.811Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15e872c7-44c8-443c-869a-03f7d6746cc4
2021-05-15T05:19:57.811Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e872c7-44c8-443c-869a-03f7d6746cc4 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-05-15T05:19:57.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1621055964084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "policy-id",
"timestamp": 1621055964198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055965671,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621055965671,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "policy-id",
"timestamp": 1621055967367,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "policy-id",
"timestamp": 1621055968371,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "clamp",
"timestamp": 1621055968058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "aai-ml",
"timestamp": 1621055968331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "policy-id",
"timestamp": 1621055969373,
"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-05-15T05:19:57.824Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15e872c7-44c8-443c-869a-03f7d6746cc4
2021-05-15T05:19:57.824Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e872c7-44c8-443c-869a-03f7d6746cc4 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-05-15T05:19:57.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "clamp",
"timestamp": 1621055968058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:19:57.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "aai-ml",
"timestamp": 1621055968331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:19:57.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "aai-ml",
"timestamp": 1621055971725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "aai-ml",
"timestamp": 1621055975753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "aai-ml",
"timestamp": 1621055976757,
"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-05-15T05:19:57.837Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15e872c7-44c8-443c-869a-03f7d6746cc4
2021-05-15T05:19:57.837Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e872c7-44c8-443c-869a-03f7d6746cc4 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-05-15T05:19:57.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055977869,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:19:57.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055977869,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055982362,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "clamp",
"timestamp": 1621055983091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055983926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621055984932,
"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-05-15T05:19:57.847Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15e872c7-44c8-443c-869a-03f7d6746cc4
2021-05-15T05:19:57.848Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e872c7-44c8-443c-869a-03f7d6746cc4 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-05-15T05:19:57.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "clamp",
"timestamp": 1621055985100,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:19:57.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T05:19:57.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:19:57.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "clamp",
"timestamp": 1621055986104,
"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-05-15T05:19:57.857Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15e872c7-44c8-443c-869a-03f7d6746cc4
2021-05-15T05:19:57.857Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e872c7-44c8-443c-869a-03f7d6746cc4 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-05-15T05:19:57.898Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:19:57.898Z||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-05-15T05:19:57.899Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:19:57.909Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:19:57.910Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:19:58.798Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:19:58.799Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:19:58.800Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:19:58.800Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055997169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:19:58.901Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:19:58.901Z||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-05-15T05:19:58.901Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:19:58.911Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:19:58.911Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:19:59.802Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730",
"serviceDescription": "service",
"serviceInvariantUUID": "ad1a39d4-c7d5-42c4-a999-3e794f54ad14",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "063954d4-bd01-4d16-8524-dc51d4bdca02",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "12bc7645-6bf7-4df6-9994-688f67e676cf",
"resourceInvariantUUID": "5d25e5bf-5a9c-4a7b-ac53-0aeeff478645",
"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": "NzhjNDQ1YjEyNTdhNTAyMDNmMmJiZjZmNDRkNTNjMGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fa9e899c-6af9-45e5-80e6-f8cde200a2fd"
}
],
"workloadContext": "Production"
}
2021-05-15T05:19:59.802Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T05:19:59.802Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730 ASDC
2021-05-15T05:19:59.802Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:15e872c7-44c8-443c-869a-03f7d6746cc4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730
ServiceInvariantUUID:ad1a39d4-c7d5-42c4-a999-3e794f54ad14
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:fa9e899c-6af9-45e5-80e6-f8cde200a2fd
ArtifactChecksum:NzhjNDQ1YjEyNTdhNTAyMDNmMmJiZjZmNDRkNTNjMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:063954d4-bd01-4d16-8524-dc51d4bdca02
ResourceInvariantUUID:5d25e5bf-5a9c-4a7b-ac53-0aeeff478645
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:12bc7645-6bf7-4df6-9994-688f67e676cf
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-15T05:19:59.802Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730 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-05-15T05:19:59.823Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:19:59.824Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:19:59.824Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:19:59.824Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fa9e899c-6af9-45e5-80e6-f8cde200a2fd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-15T05:19:59.825Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:19:59.825Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-15T05:20:00.664Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:20:00.666Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fa9e899c-6af9-45e5-80e6-f8cde200a2fd 52219
2021-05-15T05:20:00.666Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-15T05:20:00.667Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-15T05:20:00.667Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:20:00.667Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:20:00.668Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:20:00.669Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621056000666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:20:00.769Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:20:00.770Z||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-05-15T05:20:00.770Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:00.780Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:20:00.780Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:20:01.669Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:20:01.670Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:20:01.670Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fa9e899c-6af9-45e5-80e6-f8cde200a2fd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-15T05:20:01.671Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-15T05:20:01.671Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-15T05:20:01.671Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-15T05:20:01.756Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP246443693940766450/Definitions/service-BasicNetwork-template.yml
2021-05-15T05:20:02.131Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T05:20:02.131Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:02.132Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.133Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.134Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.135Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.135Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.135Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.135Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730
Model Version:NULL
Model InvariantUuid:ad1a39d4-c7d5-42c4-a999-3e794f54ad14
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5d25e5bf-5a9c-4a7b-ac53-0aeeff478645
Model UUID:f33508cc-2f25-4061-aebd-1cfe3d1eab17
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:063954d4-bd01-4d16-8524-dc51d4bdca02
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-05-15T05:20:02.140Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 12bc7645-6bf7-4df6-9994-688f67e676cf
2021-05-15T05:20:02.140Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||No resources found for Service: 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730
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-05-15T05:20:02.144Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||
2021-05-15T05:20:02.144Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-15T05:20:02.145Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730
2021-05-15T05:20:02.145Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730
2021-05-15T05:20:02.145Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-15T05:20:02.145Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:02.151Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.151Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.151Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.152Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.152Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730: Generic NeutronNet
2021-05-15T05:20:02.152Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.152Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.152Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.152Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:02.182Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.182Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.182Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.182Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.183Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:20:02.183Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:20:02.183Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:02.234Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-15T05:20:02.234Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-15T05:20:02.234Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-15T05:20:02.235Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T05:20:02.235Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:20:02.237Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:20:02.237Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621056002234,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T05:20:02.337Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:20:02.338Z||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-05-15T05:20:02.338Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:02.346Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:20:02.347Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:20:03.238Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15e872c7-44c8-443c-869a-03f7d6746cc4
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-05-15T05:20:03.247Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15e872c7-44c8-443c-869a-03f7d6746cc4
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-05-15T05:20:03.249Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T05:20:03.249Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T05:20:03.249Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T05:20:03.250Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:03.254Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T05:20:33.254Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15e872c7-44c8-443c-869a-03f7d6746cc4 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-05-15T05:20:33.258Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15e872c7-44c8-443c-869a-03f7d6746cc4 and serviceModelVersionId: 763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730
2021-05-15T05:20:33.258Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad1a39d4-c7d5-42c4-a999-3e794f54ad14
2021-05-15T05:20:33.259Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0
2021-05-15T05:20:33.263Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T05:20:33.314Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0|INFO|500||Invoke
2021-05-15T05:20:33.314Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15e872c7-44c8-443c-869a-03f7d6746cc4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1c78f3c-c9b8-418d-8952-bf7292d000ee], X-ECOMP-RequestID=[15e872c7-44c8-443c-869a-03f7d6746cc4], X-TransactionId=[], X-ONAP-RequestID=[15e872c7-44c8-443c-869a-03f7d6746cc4], Content-Type=[application/merge-patch+json]}
2021-05-15T05:20:33.334Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-15T05:20:33.533Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?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/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210515-05:20:33:340-92509], vertex-id=[205024], Content-Length=[0], Date=[Sat, 15 May 2021 05:20:33 GMT], Content-Type=[application/json]}
2021-05-15T05:20:33.534Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T05:20:33.534Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad1a39d4-c7d5-42c4-a999-3e794f54ad14/model-vers/model-ver/763ca0c2-5a4e-4aff-9e94-f9dc4c1dd730?depth=0|INFO|500||InvokeReturn
2021-05-15T05:20:33.535Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T05:20:33.535Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:33.539Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||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-05-15T05:20:33.539Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15e872c7-44c8-443c-869a-03f7d6746cc4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T05:20:33.539Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T05:20:33.539Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:20:33.541Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:20:33.541Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621056033539,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T05:20:33.641Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:20:33.642Z||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-05-15T05:20:33.642Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:33.654Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:20:33.654Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-15T05:20:57.169Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:20:57.169Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T05:20:57.169Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:57.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T05:20:57.172Z||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-05-15T05:20:57.172Z||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 xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:57.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:20:57.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-15T05:20:57.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15e872c7-44c8-443c-869a-03f7d6746cc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621055997169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:20:57.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-15T05:20:57.789Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:20:57.790Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T05:20:57.790Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d789f6c-84e3-45b4-8172-10fd6adff187","serviceName":"Demo_pNF_v1n8kcuCtLFPABxRkITc","serviceVersion":"1.0","serviceUUID":"6d1fb6df-d320-4f77-a777-28da90d17b6e","serviceDescription":"catalog service description","serviceInvariantUUID":"d43a0490-cc8c-40af-82d7-225b9af3305f","resources":[{"resourceInstanceName":"pNF 616c81a5-c551 0","resourceName":"pNF 616c81a5-c551","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dd94ee32-1236-46a0-9dfc-5796c36c6f88","resourceInvariantUUID":"c8146302-fc05-4309-892b-d6941913dec7","resourceCustomizationUUID":"6a7e1857-7d01-43e9-8d20-be13bf7d9b5f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml","artifactChecksum":"NzIwNzc2NmIyMTY5YzZlMjI2MWQwNzIwN2VmZjc0MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"087b1375-cfdb-4e08-9e2b-9544cf48bec9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar","artifactChecksum":"ZTkxMzY1NjBhMjc2ZDcxNDAxN2UxOTMyZTVlZWYyMmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ddbbcbb1-cd64-4513-9ccf-516d0cf6ac21","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fa0597eb-9443-41b7-91cb-55c0c18f2a98","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml","artifactChecksum":"MjY5Y2NjMzM2OTM4MTkwZDE2ZjE1Y2ExMjhlNGI5ZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1b068de0-478f-4335-8898-335fc47e38ea","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c570b3b3-23b0-4652-97ed-81ffc2783b26","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa98505c-1b04-4559-85d4-f9987ae30db6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml","artifactChecksum":"YTZhZWJhMTc4MjZmYjY3YTNhZDFhMTM1MDAzNmNmMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c86dd94b-9a52-458d-8a1a-fa2b366b8e66","artifactVersion":"1"},{"artifactName":"service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar","artifactChecksum":"NjljY2E1N2QzMGY4YzA5YTc5YzM5ZjhmZTY0OWE3Yzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee045849-6c97-4e36-a63b-c67bc234e63a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T05:20:57.792Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:20:57.793Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:20:57.794Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:20:57.794Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621056057169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:20:57.894Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:20:57.895Z||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-05-15T05:20:57.895Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:57.906Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:20:57.906Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:20:58.795Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:20:58.795Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:20:58.797Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:20:58.797Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621056057169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:20:58.897Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:20:58.898Z||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-05-15T05:20:58.899Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:58.910Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:20:58.910Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:20:59.798Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:20:59.798Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:20:59.800Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:20:59.800Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621056057169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:20:59.900Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:20:59.901Z||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-05-15T05:20:59.901Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:20:59.911Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:20:59.912Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:21:00.801Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:21:00.801Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:21:00.803Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:21:00.803Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621056057169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:21:00.903Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:21:00.904Z||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-05-15T05:21:00.905Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:00.914Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:21:00.915Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:21:01.804Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:21:01.804Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:21:01.806Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:21:01.806Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621056057169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:21:01.906Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:21:01.907Z||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-05-15T05:21:01.907Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:01.918Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:21:01.918Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:21:02.806Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:21:02.807Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:21:02.809Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:21:02.809Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621056057169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/resourceInstances/pnf616c81a5c5510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:21:02.909Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:21:02.910Z||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-05-15T05:21:02.910Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:02.920Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:21:02.920Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:21:03.810Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:21:03.810Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:21:03.812Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:21:03.812Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621056057169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T05:21:03.913Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T05:21:03.913Z||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-05-15T05:21:03.913Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:03.925Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:21:03.926Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-15T05:21:04.813Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T05:21:04.814Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:21:04.816Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:21:04.816Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621056057169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T05:21:04.917Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:21:04.918Z||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-05-15T05:21:04.918Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:04.928Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:21:04.928Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:21:05.817Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
"serviceName": "Demo_pNF_v1n8kcuCtLFPABxRkITc",
"serviceVersion": "1.0",
"serviceUUID": "6d1fb6df-d320-4f77-a777-28da90d17b6e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d43a0490-cc8c-40af-82d7-225b9af3305f",
"resources": [
{
"resourceInstanceName": "pNF 616c81a5-c551 0",
"resourceCustomizationUUID": "6a7e1857-7d01-43e9-8d20-be13bf7d9b5f",
"resourceName": "pNF 616c81a5-c551",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "dd94ee32-1236-46a0-9dfc-5796c36c6f88",
"resourceInvariantUUID": "c8146302-fc05-4309-892b-d6941913dec7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
"artifactChecksum": "NjljY2E1N2QzMGY4YzA5YTc5YzM5ZjhmZTY0OWE3Yzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ee045849-6c97-4e36-a63b-c67bc234e63a"
}
],
"workloadContext": "Production"
}
2021-05-15T05:21:05.818Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T05:21:05.818Z|15e872c7-44c8-443c-869a-03f7d6746cc4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d1fb6df-d320-4f77-a777-28da90d17b6e ASDC
2021-05-15T05:21:05.818Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3d789f6c-84e3-45b4-8172-10fd6adff187
ServiceName:Demo_pNF_v1n8kcuCtLFPABxRkITc
ServiceVersion:1.0
ServiceUUID:6d1fb6df-d320-4f77-a777-28da90d17b6e
ServiceInvariantUUID:d43a0490-cc8c-40af-82d7-225b9af3305f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
ArtifactUUID:ee045849-6c97-4e36-a63b-c67bc234e63a
ArtifactChecksum:NjljY2E1N2QzMGY4YzA5YTc5YzM5ZjhmZTY0OWE3Yzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 616c81a5-c551 0
ResourceCustomizationUUID:6a7e1857-7d01-43e9-8d20-be13bf7d9b5f
ResourceInvariantUUID:c8146302-fc05-4309-892b-d6941913dec7
ResourceName:pNF 616c81a5-c551
ResourceType:PNF
ResourceUUID:dd94ee32-1236-46a0-9dfc-5796c36c6f88
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-15T05:21:05.818Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d1fb6df-d320-4f77-a777-28da90d17b6e 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-05-15T05:21:05.840Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:21:05.840Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:21:05.840Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:21:05.840Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ee045849-6c97-4e36-a63b-c67bc234e63a from URL: /sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:05.840Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T05:21:05.841Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:06.574Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T05:21:06.577Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar ee045849-6c97-4e36-a63b-c67bc234e63a 83309
2021-05-15T05:21:06.578Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar ASDC sendASDCNotification
2021-05-15T05:21:06.578Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:06.578Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T05:21:06.578Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T05:21:06.579Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T05:21:06.580Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d789f6c-84e3-45b4-8172-10fd6adff187",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621056066578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T05:21:06.680Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T05:21:06.681Z||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-05-15T05:21:06.681Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xdUxXKAUw93lGuNL) ...
2021-05-15T05:21:06.691Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T05:21:06.692Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T05:21:07.580Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T05:21:07.581Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T05:21:07.581Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ee045849-6c97-4e36-a63b-c67bc234e63a, URL: /sdc/v1/catalog/services/DemoPnfV1n8kcuctlfpabxrkitc/1.0/artifacts/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar to file: /app/ASDC/1/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:07.582Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:07.582Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:07.582Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:07.669Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8510164577613021169/Definitions/service-DemoPnfV1n8kcuctlfpabxrkitc-template.yml
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||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-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.287Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||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-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||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-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||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-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 616c81a5-c551 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 616c81a5-c551 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-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||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-DemoPnfV1n8kcuctlfpabxrkitc-csar.csar
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Node template pNF 616c81a5-c551 0 is matching search criteria
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:21:08.288Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 616c81a5-c551 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Node template pNF 616c81a5-c551 0 is matching search criteria
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 616c81a5-c551 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.289Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:21:08.290Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.290Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:21:08.290Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.290Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:21:08.290Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.290Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_v1n8kcuCtLFPABxRkITc
Description:catalog service description
Model UUID:6d1fb6df-d320-4f77-a777-28da90d17b6e
Model Version:NULL
Model InvariantUuid:d43a0490-cc8c-40af-82d7-225b9af3305f
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-05-15T05:21:08.296Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: dd94ee32-1236-46a0-9dfc-5796c36c6f88
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-05-15T05:21:08.298Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||pNF 616c81a5-c551 0
2021-05-15T05:21:08.298Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dd94ee32-1236-46a0-9dfc-5796c36c6f88
2021-05-15T05:21:08.298Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 6d1fb6df-d320-4f77-a777-28da90d17b6e
2021-05-15T05:21:08.298Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6d1fb6df-d320-4f77-a777-28da90d17b6e
2021-05-15T05:21:08.298Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 616c81a5-c551 0 dd94ee32-1236-46a0-9dfc-5796c36c6f88 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-05-15T05:21:08.304Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T05:21:08.305Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_v1n8kcuCtLFPABxRkITc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T05:21:08.305Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6d1fb6df-d320-4f77-a777-28da90d17b6e: pNF 616c81a5-c551
2021-05-15T05:21:08.305Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||INFO|500||Processing PNF resource: dd94ee32-1236-46a0-9dfc-5796c36c6f88
2021-05-15T05:21:08.306Z|3d789f6c-84e3-45b4-8172-10fd6adff187|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery