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-04-15T04:42:04.257Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-62spx with PID 14 (/app/app.jar started by so in /app)
2021-04-15T04:42:04.261Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-15T04:42:04.262Z||main|||||INFO|500||The following profiles are active: basic
2021-04-15T04:42:10.781Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-15T04:42:10.782Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-15T04:42:10.870Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-15T04:42:12.212Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-15T04:42:12.369Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-15T04:42:12.748Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-15T04:42:12.756Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-15T04:42:12.829Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-15T04:42:12.966Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-15T04:42:13.331Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-15T04:42:13.962Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-15T04:42:15.932Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-15T04:42:15.975Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-15T04:42:16.304Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-15T04:42:16.570Z||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-04-15T04:42:17.716Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-15T04:42:18.678Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-15T04:42:18.699Z||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$$8c1a2b76.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-04-15T04:42:18.701Z||main|||||WARN|500||The sdc end point is not alive
2021-04-15T04:42:20.837Z||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-04-15T04:42:23.229Z||main|||||WARN|500||---
2021-04-15T04:42:23.230Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-15T04:42:23.230Z||main|||||WARN|500||---
2021-04-15T04:42:23.574Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-15T04:42:26.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T04:42:26.505Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T04:42:26.505Z||main|||||INFO|500||Started Application in 24.311 seconds (JVM running for 25.456)
2021-04-15T04:42:26.515Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T04:42:26.563Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T04:42:26.605Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a04cd67f-f3f2-41ef-b7e7-2bc8c9d77b70 url= /sdc/v1/artifactTypes
2021-04-15T04:42:26.606Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T04:42:27.744Z||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.47.228] 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-04-15T04:42:27.748Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ff54597
2021-04-15T04:42:27.749Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-15T04:42:27.756Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-15T04:42:27.758Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-15T04:42:27.759Z||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-04-15T04:43:16.499Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T04:43:16.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T04:43:16.500Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T04:43:16.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T04:43:16.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62f314ea-1e55-445b-b6b1-8f93b79cd6ef url= /sdc/v1/artifactTypes
2021-04-15T04:43:16.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T04:43:17.536Z||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.47.228] 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-04-15T04:43:17.537Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@690c790d
2021-04-15T04:43:17.537Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-15T04:43:17.538Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-15T04:43:17.538Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-15T04:43:17.538Z||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-04-15T04:44:06.501Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T04:44:06.503Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T04:44:06.503Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T04:44:06.508Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T04:44:06.515Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 619c734a-0cd7-48c6-810a-1666cad9760a url= /sdc/v1/artifactTypes
2021-04-15T04:44:06.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T04:44:07.553Z||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.47.228] 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-04-15T04:44:07.554Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6170c4f8
2021-04-15T04:44:07.554Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-15T04:44:07.554Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-15T04:44:07.555Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-15T04:44:07.555Z||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-04-15T04:44:56.499Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T04:44:56.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T04:44:56.500Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T04:44:56.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T04:44:56.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e76484b1-b3ef-4dc2-89c9-491b3bb27179 url= /sdc/v1/artifactTypes
2021-04-15T04:44:56.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T04:44:57.536Z||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.47.228] 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-04-15T04:44:57.536Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@578959ff
2021-04-15T04:44:57.536Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-15T04:44:57.537Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-15T04:44:57.537Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-15T04:44:57.538Z||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-04-15T04:45:46.500Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T04:45:46.501Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T04:45:46.501Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T04:45:46.505Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T04:45:46.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 42eafcf3-2c2e-4bd7-b70d-1304d2ee45bf url= /sdc/v1/artifactTypes
2021-04-15T04:45:46.510Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T04:45:47.520Z||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.47.228] 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-04-15T04:45:47.521Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1869b76c
2021-04-15T04:45:47.521Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-15T04:45:47.522Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-15T04:45:47.522Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-15T04:45:47.522Z||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-04-15T04:46:36.499Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T04:46:36.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T04:46:36.500Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T04:46:36.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T04:46:36.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10763c1b-7ea6-450d-9b7c-2b7230bc2b9e url= /sdc/v1/artifactTypes
2021-04-15T04:46:36.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T04:46:37.536Z||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.47.228] 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-04-15T04:46:37.536Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23509407
2021-04-15T04:46:37.536Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-15T04:46:37.537Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-15T04:46:37.537Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-15T04:46:37.537Z||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-04-15T04:47:26.499Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T04:47:26.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T04:47:26.500Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T04:47:26.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T04:47:26.510Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cdc797ea-4057-4a02-96ee-67c36984ef09 url= /sdc/v1/artifactTypes
2021-04-15T04:47:26.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T04:47:27.520Z||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.47.228] 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-04-15T04:47:27.521Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cb3a868
2021-04-15T04:47:27.521Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-15T04:47:27.522Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-15T04:47:27.522Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-15T04:47:27.523Z||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-04-15T04:48:16.499Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T04:48:16.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T04:48:16.500Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T04:48:16.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T04:48:16.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22182673-5891-468e-a84b-b0c4e1be2c06 url= /sdc/v1/artifactTypes
2021-04-15T04:48:16.509Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T04:48:17.536Z||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.47.228] 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-04-15T04:48:17.536Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5652a907
2021-04-15T04:48:17.536Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-15T04:48:17.536Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-15T04:48:17.537Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-15T04:48:17.537Z||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-04-15T04:49:06.499Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-15T04:49:06.499Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-15T04:49:06.500Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-15T04:49:06.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-15T04:49:06.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df3da3d5-b8bb-42a8-9655-ab2ff65815c9 url= /sdc/v1/artifactTypes
2021-04-15T04:49:06.508Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-15T04:49:07.149Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-15T04:49:07.157Z||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-04-15T04:49:07.182Z||scheduling-1|||||DEBUG|500||create keys
2021-04-15T04:49:07.189Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-15T04:49:07.233Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:49:07.248Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6fb9e6dd-fab0-4f4b-bf78-5e1861768304 url= /sdc/v1/registerForDistribution
2021-04-15T04:49:07.373Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6fb9e6dd-fab0-4f4b-bf78-5e1861768304 url= /sdc/v1/registerForDistribution
2021-04-15T04:49:07.374Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-15T04:49:07.385Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:49:07.386Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:49:07.391Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-15T04:49:07.391Z||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-04-15T04:49:07.391Z||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-04-15T04:49:07.391Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:49:07.391Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:49:17.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:49:17.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:50:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:50:07.383Z||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-04-15T04:50:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:50:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:50:07.384Z||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-04-15T04:50:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:50:16.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:50:16.956Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:51:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:51:07.383Z||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-04-15T04:51:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:51:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:51:07.386Z||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-04-15T04:51:07.387Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:51:16.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:51:16.932Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:52:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:52:07.383Z||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-04-15T04:52:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:52:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:52:07.385Z||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-04-15T04:52:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:52:14.558Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-15T04:52:16.933Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:52:16.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:53:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:53:07.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T04:53:07.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:53:07.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:53:07.385Z||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-04-15T04:53:07.386Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:53:16.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:53:16.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:54:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:54:07.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T04:54:07.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:54:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:54:07.385Z||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-04-15T04:54:07.386Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:54:16.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:54:16.930Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:55:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:55:07.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T04:55:07.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:55:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:55:07.385Z||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-04-15T04:55:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:55:16.931Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:55:16.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:56:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:56:07.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T04:56:07.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:56:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:56:07.385Z||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-04-15T04:56:07.386Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:56:16.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:56:16.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:57:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:57:07.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T04:57:07.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:57:07.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:57:07.385Z||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-04-15T04:57:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:57:16.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:57:16.926Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:58:07.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:58:07.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:58:07.393Z||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-04-15T04:58:07.393Z||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-04-15T04:58:07.393Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:58:07.393Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:58:16.938Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:58:16.939Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:59:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:59:07.383Z||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-04-15T04:59:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:59:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T04:59:07.385Z||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-04-15T04:59:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T04:59:16.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T04:59:16.935Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:00:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:00:07.383Z||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-04-15T05:00:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:00:07.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:00:07.384Z||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-04-15T05:00:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:00:16.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:00:16.927Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:01:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:01:07.383Z||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-04-15T05:01:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:01:07.385Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:01:07.385Z||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-04-15T05:01:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:01:16.926Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:01:16.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:02:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:02:07.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T05:02:07.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:02:07.384Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:02:07.386Z||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-04-15T05:02:07.386Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:02:16.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:02:16.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:03:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:03:07.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T05:03:07.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:03:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:03:07.384Z||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-04-15T05:03:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:03:16.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:03:16.925Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:04:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:04:07.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T05:04:07.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:04:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:04:07.385Z||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-04-15T05:04:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:04:16.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:04:16.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:05:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:05:07.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T05:05:07.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:05:07.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:05:07.384Z||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-04-15T05:05:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:05:16.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:05:16.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:06:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:06:07.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T05:06:07.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:06:07.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:06:07.385Z||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-04-15T05:06:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:06:16.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:06:16.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:07:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:07:07.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T05:07:07.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:07:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:07:07.384Z||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-04-15T05:07:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:07:16.924Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:07:16.926Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:08:07.382Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:08:07.383Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-15T05:08:07.383Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:08:07.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:08:07.385Z||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-04-15T05:08:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:08:16.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:08:16.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:09:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:09:07.383Z||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-04-15T05:09:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:09:07.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:09:07.385Z||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-04-15T05:09:07.386Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:09:16.931Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:09:16.937Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:10:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:10:07.383Z||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-04-15T05:10:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:10:07.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:10:07.385Z||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-04-15T05:10:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:10:16.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:10:16.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:11:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:11:07.383Z||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-04-15T05:11:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:11:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:11:07.384Z||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-04-15T05:11:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:11:16.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:11:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:12:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:12:07.383Z||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-04-15T05:12:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:12:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:12:07.384Z||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-04-15T05:12:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:12:16.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:12:16.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:13:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:13:07.383Z||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-04-15T05:13:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:13:07.384Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:13:07.384Z||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-04-15T05:13:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:13:16.936Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:13:16.938Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:14:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:14:07.383Z||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-04-15T05:14:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:14:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:14:07.384Z||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-04-15T05:14:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:14:16.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:14:16.926Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:15:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:15:07.383Z||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-04-15T05:15:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:15:07.385Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:15:07.385Z||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-04-15T05:15:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:15:16.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:15:16.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:16:07.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:16:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:16:07.384Z||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-04-15T05:16:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:16:07.384Z||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-04-15T05:16:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:16:16.927Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:16:16.927Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:17:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:17:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:17:07.384Z||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-04-15T05:17:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:17:07.384Z||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-04-15T05:17:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:17:16.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:17:16.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:18:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:18:07.383Z||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-04-15T05:18:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:18:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:18:07.384Z||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-04-15T05:18:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:18:16.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:18:16.925Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:19:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:19:07.383Z||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-04-15T05:19:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:19:07.385Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:19:07.385Z||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-04-15T05:19:07.386Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:19:16.919Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:19:16.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:20:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:20:07.383Z||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-04-15T05:20:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:20:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:20:07.384Z||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-04-15T05:20:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:20:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:20:16.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:21:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:21:07.383Z||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-04-15T05:21:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:21:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:21:07.384Z||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-04-15T05:21:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:21:16.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:21:16.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:22:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:22:07.383Z||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-04-15T05:22:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:22:07.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:22:07.384Z||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-04-15T05:22:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:22:16.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:22:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:23:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:23:07.383Z||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-04-15T05:23:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:23:07.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:23:07.384Z||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-04-15T05:23:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:23:16.924Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:23:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:24:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:24:07.383Z||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-04-15T05:24:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:24:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:24:07.384Z||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-04-15T05:24:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:24:16.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:24:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:25:07.382Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:25:07.383Z||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-04-15T05:25:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:25:07.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:25:07.385Z||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-04-15T05:25:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:25:16.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:25:16.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:26:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:26:07.383Z||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-04-15T05:26:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:26:07.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:26:07.385Z||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-04-15T05:26:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:26:16.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:26:16.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:27:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:27:07.383Z||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-04-15T05:27:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:27:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:27:07.385Z||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-04-15T05:27:07.386Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:27:16.923Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:27:16.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:28:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:28:07.383Z||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-04-15T05:28:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:28:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:28:07.384Z||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-04-15T05:28:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:28:16.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:28:16.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:29:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:29:07.383Z||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-04-15T05:29:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:29:07.385Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:29:07.385Z||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-04-15T05:29:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:29:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:29:16.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:30:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:30:07.383Z||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-04-15T05:30:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:30:07.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:30:07.384Z||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-04-15T05:30:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:30:16.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:30:16.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:31:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:31:07.383Z||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-04-15T05:31:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:31:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:31:07.444Z||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-04-15T05:31:07.444Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:31:16.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:31:16.995Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:32:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:32:07.383Z||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-04-15T05:32:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:32:07.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:32:07.384Z||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-04-15T05:32:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:32:16.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:32:16.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:33:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:33:07.383Z||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-04-15T05:33:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:33:07.385Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:33:07.385Z||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-04-15T05:33:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:33:16.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:33:16.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:34:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:34:07.383Z||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-04-15T05:34:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:34:07.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:34:07.385Z||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-04-15T05:34:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:34:16.924Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:34:16.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:35:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:35:07.383Z||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-04-15T05:35:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:35:07.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:35:07.385Z||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-04-15T05:35:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:35:16.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:35:16.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:36:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:36:07.383Z||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-04-15T05:36:07.383Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:36:07.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:36:07.385Z||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-04-15T05:36:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:36:16.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:36:16.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:07.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:37:07.383Z||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-04-15T05:37:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:37:07.385Z||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-04-15T05:37:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:07.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:07.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "cds",
"timestamp": 1618465006187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465008860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "dcae-sch",
"timestamp": 1618465004308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465005456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465008771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465001574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465008860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "cds",
"timestamp": 1618465006187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "dcae-sch",
"timestamp": 1618465004308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465005456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465008771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465001574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "cds",
"timestamp": 1618465006187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465008860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "dcae-sch",
"timestamp": 1618465004308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465005456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465008771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465001574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465008860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "cds",
"timestamp": 1618465006187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "dcae-sch",
"timestamp": 1618465004308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465005456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465008771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465001574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465008860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "cds",
"timestamp": 1618465006187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "dcae-sch",
"timestamp": 1618465004308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465005456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465008771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465001574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465014407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465008860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "cds",
"timestamp": 1618465006187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "dcae-sch",
"timestamp": 1618465004308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465005456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465008771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465001574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465014407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465008860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "cds",
"timestamp": 1618465006187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "dcae-sch",
"timestamp": 1618465004308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465005456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "policy-id",
"timestamp": 1618465015871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465008771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465001574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465014407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "policy-id",
"timestamp": 1618465015871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465014407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "cds",
"timestamp": 1618465018406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:07.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:37:07.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465018400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:07.567Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:37:07.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465018429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:07.567Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:37:07.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465018459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:07.568Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:37:07.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "policy-id",
"timestamp": 1618465015871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465014407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "cds",
"timestamp": 1618465019419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-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-04-15T05:37:07.731Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e
2021-04-15T05:37:07.752Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-04-15T05:37:07.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "policy-id",
"timestamp": 1618465015871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465014407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "policy-id",
"timestamp": 1618465015871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465020742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:37:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465021062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:37:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465014407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "clamp",
"timestamp": 1618465020626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "aai-ml",
"timestamp": 1618465020690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "policy-id",
"timestamp": 1618465015871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "clamp",
"timestamp": 1618465020626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "aai-ml",
"timestamp": 1618465020690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "policy-id",
"timestamp": 1618465015871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:37:07.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "clamp",
"timestamp": 1618465020626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "aai-ml",
"timestamp": 1618465020690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465023985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:37:07.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:37:07.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "clamp",
"timestamp": 1618465020626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "aai-ml",
"timestamp": 1618465020690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465024990,
"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-04-15T05:37:07.803Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e
2021-04-15T05:37:07.804Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-04-15T05:37:07.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465025052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:07.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:37:07.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "clamp",
"timestamp": 1618465020626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "aai-ml",
"timestamp": 1618465020690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465025958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:07.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:37:07.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465026055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:07.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:37:07.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465026060,
"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-04-15T05:37:07.824Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e
2021-04-15T05:37:07.824Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-04-15T05:37:07.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "clamp",
"timestamp": 1618465020626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "aai-ml",
"timestamp": 1618465020690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:07.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:37:07.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "policy-id",
"timestamp": 1618465026866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:07.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:37:07.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:37:07.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465027064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-15T05:37:07.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:37:08.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:08.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-15T05:37:08.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"12714c70-4653-4dfc-9395-0ef9fdb37e8e","serviceName":"vFW 2021-04-15 05-33-33","serviceVersion":"1.0","serviceUUID":"e746af6a-2a08-42ec-b89f-3d71e2117ef7","serviceDescription":"catalog service description","serviceInvariantUUID":"9bd31538-6059-43e0-8088-0e59e356947d","resources":[{"resourceInstanceName":"vFW 08a84ff9-536f 0","resourceName":"vFW 08a84ff9-536f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"03e5a80b-ffb8-425d-a2c7-239a49d31220","resourceInvariantUUID":"b0de9515-6b9a-4b5d-9ea5-57fe35cf2797","resourceCustomizationUUID":"04f149c0-034d-4d5a-83d5-82026ff04c08","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml","artifactChecksum":"M2E4ZTVjODRjMTFjODhlZjk2Y2VhOWM5ZjEyOGYwOTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"420a0b94-5926-4f83-b81b-c06c1cc0dc4b","artifactVersion":"1"},{"artifactName":"vfw08a84ff9536f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json","artifactChecksum":"YzcxNWVhMWU3MDBlMWQ4YTQ4ZmRmYzhhZDgxZDQ3ZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"22f00eef-2486-4c7d-a8d2-3e4163578cf7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fe4077e7-5f0b-4033-8f8c-5e5a93ce0651","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml","artifactChecksum":"YzQyZTk1YzgyMGUxMDUzZjQ3Y2QzNjIzZTRmNjdiNmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"98f39686-794b-4ab7-a426-2315f2ee8173","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"88faa19d-2f97-4837-8a43-9869d71ba786","artifactVersion":"2","generatedFromUUID":"fe4077e7-5f0b-4033-8f8c-5e5a93ce0651"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210415053333-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml","artifactChecksum":"MmRhZmRhMDlkMDRlM2JlYjcyYWRlMGFjYmI1MTBiMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f643d6b9-5449-49c8-9ad0-76ead8a920fe","artifactVersion":"1"},{"artifactName":"service-Vfw20210415053333-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar","artifactChecksum":"NTk1Y2RiNzVkNTkzZTYyODkwYjc5ZGY1N2U4MjgzNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c657715-e2a3-4375-adb7-8673ed030344","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-15T05:37:08.014Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:37:08.020Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:08.028Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:08.028Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:08.128Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-15T05:37:08.133Z||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-04-15T05:37:08.134Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:08.143Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:08.144Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:37:09.033Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:37:09.034Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:09.035Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:09.035Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T05:37:09.136Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:37:09.137Z||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-04-15T05:37:09.137Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:09.148Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:09.149Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:37:10.036Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:37:10.038Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:10.041Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:10.041Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-15T05:37:10.141Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:37:10.142Z||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-04-15T05:37:10.142Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:10.152Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:10.152Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:37:11.041Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:37:11.042Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:11.044Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:11.044Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:11.144Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:37:11.145Z||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-04-15T05:37:11.146Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:11.155Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:11.155Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:37:12.045Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:37:12.046Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:12.047Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:12.047Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-15T05:37:12.148Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-15T05:37:12.149Z||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-04-15T05:37:12.149Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:12.159Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:12.159Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:37:13.048Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:37:13.049Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:13.050Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:13.051Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:37:13.151Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:37:13.152Z||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-04-15T05:37:13.152Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:13.163Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:13.164Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:37:14.051Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:37:14.052Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:14.054Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:14.054Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:37:14.154Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:37:14.155Z||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-04-15T05:37:14.155Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:14.165Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:14.166Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-15T05:37:15.055Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"serviceName": "vFW 2021-04-15 05-33-33",
"serviceVersion": "1.0",
"serviceUUID": "e746af6a-2a08-42ec-b89f-3d71e2117ef7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9bd31538-6059-43e0-8088-0e59e356947d",
"resources": [
{
"resourceInstanceName": "vFW 08a84ff9-536f 0",
"resourceCustomizationUUID": "04f149c0-034d-4d5a-83d5-82026ff04c08",
"resourceName": "vFW 08a84ff9-536f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "03e5a80b-ffb8-425d-a2c7-239a49d31220",
"resourceInvariantUUID": "b0de9515-6b9a-4b5d-9ea5-57fe35cf2797",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw08a84ff9536f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"artifactChecksum": "YzcxNWVhMWU3MDBlMWQ4YTQ4ZmRmYzhhZDgxZDQ3ZWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "22f00eef-2486-4c7d-a8d2-3e4163578cf7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fe4077e7-5f0b-4033-8f8c-5e5a93ce0651",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "88faa19d-2f97-4837-8a43-9869d71ba786",
"generatedFromUUID": "fe4077e7-5f0b-4033-8f8c-5e5a93ce0651"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "88faa19d-2f97-4837-8a43-9869d71ba786",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210415053333-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"artifactChecksum": "NTk1Y2RiNzVkNTkzZTYyODkwYjc5ZGY1N2U4MjgzNGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2c657715-e2a3-4375-adb7-8673ed030344"
}
],
"workloadContext": "Production"
}
2021-04-15T05:37:15.056Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-15T05:37:15.056Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e746af6a-2a08-42ec-b89f-3d71e2117ef7 ASDC
2021-04-15T05:37:15.162Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:12714c70-4653-4dfc-9395-0ef9fdb37e8e
ServiceName:vFW 2021-04-15 05-33-33
ServiceVersion:1.0
ServiceUUID:e746af6a-2a08-42ec-b89f-3d71e2117ef7
ServiceInvariantUUID:9bd31538-6059-43e0-8088-0e59e356947d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210415053333-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar
ArtifactUUID:2c657715-e2a3-4375-adb7-8673ed030344
ArtifactChecksum:NTk1Y2RiNzVkNTkzZTYyODkwYjc5ZGY1N2U4MjgzNGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 08a84ff9-536f 0
ResourceCustomizationUUID:04f149c0-034d-4d5a-83d5-82026ff04c08
ResourceInvariantUUID:b0de9515-6b9a-4b5d-9ea5-57fe35cf2797
ResourceName:vFW 08a84ff9-536f
ResourceType:VF
ResourceUUID:03e5a80b-ffb8-425d-a2c7-239a49d31220
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw08a84ff9536f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json
ArtifactUUID:22f00eef-2486-4c7d-a8d2-3e4163578cf7
ArtifactChecksum:YzcxNWVhMWU3MDBlMWQ4YTQ4ZmRmYzhhZDgxZDQ3ZWY=
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/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml
ArtifactUUID:fe4077e7-5f0b-4033-8f8c-5e5a93ce0651
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/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env
ArtifactUUID:88faa19d-2f97-4837-8a43-9869d71ba786
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/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env
ArtifactUUID:88faa19d-2f97-4837-8a43-9869d71ba786
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-15T05:37:15.163Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e746af6a-2a08-42ec-b89f-3d71e2117ef7 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-04-15T05:37:15.224Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-15T05:37:15.225Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-15T05:37:15.225Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-15T05:37:15.226Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2c657715-e2a3-4375-adb7-8673ed030344 from URL: /sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar
2021-04-15T05:37:15.226Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-15T05:37:15.227Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar
2021-04-15T05:37:15.762Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-15T05:37:15.782Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar 2c657715-e2a3-4375-adb7-8673ed030344 109908
2021-04-15T05:37:15.782Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar ASDC sendASDCNotification
2021-04-15T05:37:15.782Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar
2021-04-15T05:37:15.783Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T05:37:15.784Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:15.786Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:15.786Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465035782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:15.886Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:37:15.887Z||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-04-15T05:37:15.887Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:15.896Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:15.897Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:37:16.786Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-15T05:37:16.787Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-15T05:37:16.788Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2c657715-e2a3-4375-adb7-8673ed030344, URL: /sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar to file: /app/ASDC/1/service-Vfw20210415053333-csar.csar
2021-04-15T05:37:16.788Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210415053333-csar.csar
2021-04-15T05:37:16.907Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210415053333-csar.csar
2021-04-15T05:37:16.907Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210415053333-csar.csar
2021-04-15T05:37:17.368Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4979160221345819356/Definitions/service-Vfw20210415053333-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-15T05:37:19.993Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-15T05:37:19.997Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-15T05:37:19.997Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.997Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-15T05:37:19.997Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||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-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||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-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||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-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||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-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 08a84ff9-536f 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.998Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||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-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||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-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||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-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 08a84ff9-536f 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-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||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-Vfw20210415053333-csar.csar
2021-04-15T05:37:19.999Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-15T05:37:20.005Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.007Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:20.010Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria
2021-04-15T05:37:20.010Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-15T05:37:20.012Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-15T05:37:20.014Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.015Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:20.015Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria
2021-04-15T05:37:20.015Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-15T05:37:20.016Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-15T05:37:20.016Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.016Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:20.020Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.021Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria
2021-04-15T05:37:20.021Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-15T05:37:20.021Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-15T05:37:20.021Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-15T05:37:20.022Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:20.022Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-15T05:37:20.022Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-15T05:37:20.022Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-15T05:37:20.022Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-15T05:37:20.022Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-15T05:37:20.023Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-15T05:37:20.023Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:20.023Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-15T05:37:20.023Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:20.023Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-15T05:37:20.024Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-15T05:37:20.024Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-15T05:37:20.024Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.024Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-15T05:37:20.025Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.026Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria
2021-04-15T05:37:20.026Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:37:20.026Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.027Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria
2021-04-15T05:37:20.027Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:37:20.027Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.027Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria
2021-04-15T05:37:20.027Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:37:20.028Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.028Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria
2021-04-15T05:37:20.028Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-15T05:37:20.028Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-15T05:37:20.028Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-15T05:37:20.029Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-15T05:37:20.029Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-15T05:37:20.029Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-15T05:37:20.029Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:20.029Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-15T05:37:20.029Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:20.030Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-15T05:37:20.030Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-15T05:37:20.030Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ae6aaf3-7893-4385-a35c-d7e96c291bdb
2021-04-15T05:37:20.030Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.031Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria
2021-04-15T05:37:20.031Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-15T05:37:20.031Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-15T05:37:20.031Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-15T05:37:20.031Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:20.031Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-15T05:37:20.032Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-15T05:37:20.032Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-15T05:37:20.032Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-15T05:37:20.032Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-15T05:37:20.032Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:20.033Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-15T05:37:20.033Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-15T05:37:20.033Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa28dc15-b1b9-423c-83b8-3b7a41162fff
2021-04-15T05:37:20.034Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.034Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria
2021-04-15T05:37:20.034Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-15T05:37:20.035Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-15T05:37:20.035Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-15T05:37:20.035Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:20.035Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-15T05:37:20.036Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-15T05:37:20.036Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-15T05:37:20.036Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-15T05:37:20.036Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-15T05:37:20.037Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-15T05:37:20.037Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:20.037Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-15T05:37:20.037Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1563b8a8-b381-4021-952f-4879bc33df82
2021-04-15T05:37:20.037Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.038Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:20.038Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.038Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:20.038Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.038Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:20.038Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:20.039Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:20.039Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-15 05-33-33
Description:catalog service description
Model UUID:e746af6a-2a08-42ec-b89f-3d71e2117ef7
Model Version:NULL
Model InvariantUuid:9bd31538-6059-43e0-8088-0e59e356947d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 08a84ff9-536f
Model UUID:79cbc6c0-ca4b-4e2c-a76b-e6d188a9a04f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b0de9515-6b9a-4b5d-9ea5-57fe35cf2797
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:04f149c0-034d-4d5a-83d5-82026ff04c08
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:81fb06a0-2c35-49c0-837b-17d2d329c315
ModelName:Vfw08a84ff9536f..base_vfw..module-0
ModelUuid:cbd1576f-e24e-41a3-9d3b-cf8aff956df9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0ae6aaf3-7893-4385-a35c-d7e96c291bdb
ModelInvariantUuid:8cfda3ce-3d84-44a7-8d1d-e228adc800cb
ModelName:vFW 08a84ff9-536f-nodes.vfwCvfc
ModelUuid:8930841f-1e17-4e09-b7f4-50a1ad5b6f32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c889f1d5-895d-4b21-9f56-708267eb56c9
ModelInvariantUuid:f6a6d52c-daa0-44b1-8af8-e943950821b9
ModelName:Vfw08a84ff9536f.compute.nodes.heat.vfw
ModelUuid:8d7abe81-cd61-4d81-bc78-7a001c49df6c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fa28dc15-b1b9-423c-83b8-3b7a41162fff
ModelInvariantUuid:a4e06fc6-5501-42ce-a945-ed92c7d593fd
ModelName:vFW 08a84ff9-536f-nodes.vsnCvfc
ModelUuid:b2a3fd12-8779-4ad7-88f9-71cdd5d1011a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3da8ac1b-1dd4-43d4-9bc5-8400160daacc
ModelInvariantUuid:7113a8b4-0f1a-40b0-92b1-6856b1d9fe60
ModelName:Vfw08a84ff9536f.compute.nodes.heat.vsn
ModelUuid:8a6ac3e9-1607-476e-962d-b898071bd2d6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1563b8a8-b381-4021-952f-4879bc33df82
ModelInvariantUuid:c2a74ef8-3950-493c-9020-2d86a55755cb
ModelName:vFW 08a84ff9-536f-nodes.vpgCvfc
ModelUuid:26543ff2-34af-4935-a17c-9fd9a6f3ec50
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6225ff40-29ad-4b0f-bf70-987c7c835844
ModelInvariantUuid:e09c9e9f-a896-4b4b-95b4-1525257d04a0
ModelName:Vfw08a84ff9536f.compute.nodes.heat.vpg
ModelUuid:3c44acfe-ae8b-46ef-923c-bfcacd391f1b
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-04-15T05:37:20.059Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 03e5a80b-ffb8-425d-a2c7-239a49d31220
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-04-15T05:37:20.146Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||vFW 08a84ff9-536f 0
2021-04-15T05:37:20.153Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 03e5a80b-ffb8-425d-a2c7-239a49d31220
2021-04-15T05:37:20.153Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 22f00eef-2486-4c7d-a8d2-3e4163578cf7 from URL: /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json
2021-04-15T05:37:20.153Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-15T05:37:20.154Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json
2021-04-15T05:37:21.447Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-15T05:37:21.447Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json 22f00eef-2486-4c7d-a8d2-3e4163578cf7 785
2021-04-15T05:37:21.447Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json ASDC sendASDCNotification
2021-04-15T05:37:21.448Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json
2021-04-15T05:37:21.448Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T05:37:21.448Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:21.450Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:21.450Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465041447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:21.550Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:37:21.551Z||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-04-15T05:37:21.551Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:21.560Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:21.560Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:37:22.451Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw08a84ff9536f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "81fb06a0-2c35-49c0-837b-17d2d329c315",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cbd1576f-e24e-41a3-9d3b-cf8aff956df9",
"vfModuleModelCustomizationUUID": "f0e17760-5bb6-4964-a9ea-b9b0ba6da28d",
"isBase": true,
"artifacts": [
"fe4077e7-5f0b-4033-8f8c-5e5a93ce0651",
"88faa19d-2f97-4837-8a43-9869d71ba786"
],
"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-04-15T05:37:22.472Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw08a84ff9536f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbd1576f-e24e-41a3-9d3b-cf8aff956df9
VfModuleModelInvariantUUID:81fb06a0-2c35-49c0-837b-17d2d329c315
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe4077e7-5f0b-4033-8f8c-5e5a93ce0651
,
88faa19d-2f97-4837-8a43-9869d71ba786
}
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-04-15T05:37:22.475Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw08a84ff9536f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "81fb06a0-2c35-49c0-837b-17d2d329c315",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cbd1576f-e24e-41a3-9d3b-cf8aff956df9",
"vfModuleModelCustomizationUUID": "f0e17760-5bb6-4964-a9ea-b9b0ba6da28d",
"isBase": true,
"artifacts": [
"fe4077e7-5f0b-4033-8f8c-5e5a93ce0651",
"88faa19d-2f97-4837-8a43-9869d71ba786"
],
"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-04-15T05:37:22.475Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw08a84ff9536f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbd1576f-e24e-41a3-9d3b-cf8aff956df9
VfModuleModelInvariantUUID:81fb06a0-2c35-49c0-837b-17d2d329c315
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe4077e7-5f0b-4033-8f8c-5e5a93ce0651
,
88faa19d-2f97-4837-8a43-9869d71ba786
}
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-04-15T05:37:22.475Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fe4077e7-5f0b-4033-8f8c-5e5a93ce0651 from URL: /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml
2021-04-15T05:37:22.475Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-15T05:37:22.475Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml
2021-04-15T05:37:25.952Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-15T05:37:25.953Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml fe4077e7-5f0b-4033-8f8c-5e5a93ce0651 20368
2021-04-15T05:37:25.953Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-15T05:37:25.953Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml
2021-04-15T05:37:25.954Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T05:37:25.954Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:25.955Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:25.956Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465045953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:26.056Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:37:26.056Z||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-04-15T05:37:26.056Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:26.065Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:26.066Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:37:26.957Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 88faa19d-2f97-4837-8a43-9869d71ba786 from URL: /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env
2021-04-15T05:37:26.957Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-15T05:37:26.957Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env
2021-04-15T05:37:28.007Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-15T05:37:28.008Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env 88faa19d-2f97-4837-8a43-9869d71ba786 2098
2021-04-15T05:37:28.008Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-15T05:37:28.009Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env
2021-04-15T05:37:28.009Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T05:37:28.009Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:28.011Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:28.011Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465048008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:37:28.111Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:37:28.112Z||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-04-15T05:37:28.112Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:28.123Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:28.124Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:37:29.011Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e746af6a-2a08-42ec-b89f-3d71e2117ef7
2021-04-15T05:37:29.012Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 08a84ff9-536f 0 03e5a80b-ffb8-425d-a2c7-239a49d31220 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-04-15T05:37:29.056Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.057Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:29.057Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-04-15T05:37:29.057Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 04f149c0-034d-4d5a-83d5-82026ff04c08
2021-04-15T05:37:29.058Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 04f149c0-034d-4d5a-83d5-82026ff04c08 matches Tosca VF Customization UUID: 04f149c0-034d-4d5a-83d5-82026ff04c08
2021-04-15T05:37:29.058Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 04f149c0-034d-4d5a-83d5-82026ff04c08 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-04-15T05:37:29.064Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.064Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:29.065Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 04f149c0-034d-4d5a-83d5-82026ff04c08: {\"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-04-15T05:37:29.065Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f3ac532
2021-04-15T05:37:29.065Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.066Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-15T05:37:29.066Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f0e17760-5bb6-4964-a9ea-b9b0ba6da28d
2021-04-15T05:37:29.067Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f0e17760-5bb6-4964-a9ea-b9b0ba6da28d
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-04-15T05:37:29.072Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.072Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria
2021-04-15T05:37:29.073Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:37:29.073Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.074Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria
2021-04-15T05:37:29.074Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:37:29.074Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.074Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria
2021-04-15T05:37:29.075Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-15T05:37:29.075Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-15T05:37:29.075Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-15T05:37:29.075Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-15T05:37:29.075Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-15T05:37:29.076Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-15T05:37:29.076Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:29.076Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-15T05:37:29.076Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:29.076Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-15T05:37:29.077Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-15T05:37:29.077Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ae6aaf3-7893-4385-a35c-d7e96c291bdb
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-04-15T05:37:29.088Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.088Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria
2021-04-15T05:37:29.089Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:37:29.089Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.089Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria
2021-04-15T05:37:29.089Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-15T05:37:29.090Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-15T05:37:29.090Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-15T05:37:29.090Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:29.090Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-15T05:37:29.090Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-15T05:37:29.091Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa28dc15-b1b9-423c-83b8-3b7a41162fff
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-04-15T05:37:29.094Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.094Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria
2021-04-15T05:37:29.094Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:37:29.096Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.097Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is not matching search criteria
2021-04-15T05:37:29.097Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-15T05:37:29.097Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-15T05:37:29.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-15T05:37:29.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:29.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-15T05:37:29.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-15T05:37:29.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-15T05:37:29.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-15T05:37:29.099Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-15T05:37:29.099Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-15T05:37:29.099Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-15T05:37:29.099Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-15T05:37:29.099Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1563b8a8-b381-4021-952f-4879bc33df82
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-04-15T05:37:29.101Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.102Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria
2021-04-15T05:37:29.102Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:37:29.102Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.102Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Node template vFW 08a84ff9-536f 0 is matching search criteria
2021-04-15T05:37:29.103Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 08a84ff9-536f 0] matching following query criteria: sdcType=VF, customizationUUID=04f149c0-034d-4d5a-83d5-82026ff04c08
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-04-15T05:37:29.104Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.104Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:29.105Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e746af6a-2a08-42ec-b89f-3d71e2117ef7: vFW 08a84ff9-536f
2021-04-15T05:37:29.105Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.105Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:29.105Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.106Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:29.106Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.106Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:29.106Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.106Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:29.107Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:37:29.107Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-15 05-33-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:37:29.107Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-04-15 05-33-33
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-04-15T05:37:29.380Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 08a84ff9-536f 03e5a80b-ffb8-425d-a2c7-239a49d31220 1 ASDC deployResourceStructure
2021-04-15T05:37:29.381Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json ASDC sendASDCNotification
2021-04-15T05:37:29.381Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json
2021-04-15T05:37:29.381Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-15T05:37:29.381Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:29.383Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:29.383Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465049381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-15T05:37:29.483Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:37:29.484Z||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-04-15T05:37:29.484Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:29.495Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:29.495Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-15T05:37:30.384Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-15T05:37:30.385Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml
2021-04-15T05:37:30.385Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-15T05:37:30.385Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:30.387Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:30.387Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465050384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-15T05:37:30.487Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:37:30.488Z||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-04-15T05:37:30.488Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:30.497Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:30.498Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-15T05:37:31.388Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-15T05:37:31.389Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env
2021-04-15T05:37:31.389Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-15T05:37:31.389Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:31.391Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:31.391Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465051388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-15T05:37:31.491Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:37:31.493Z||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-04-15T05:37:31.493Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:31.503Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:31.503Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:37:32.392Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar ASDC sendASDCNotification
2021-04-15T05:37:32.393Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar
2021-04-15T05:37:32.393Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-15T05:37:32.394Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:37:32.395Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:37:32.396Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465052392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:37:32.496Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:37:32.497Z||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-04-15T05:37:32.497Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:37:32.508Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:37:32.508Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:37:33.397Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:37:33.411Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:37:33.414Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:37:33.414Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T05:37:33.414Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T05:38:03.415Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:38:03.431Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:38:03.436Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:38:03.437Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T05:38:03.437Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T05:38:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:38:07.385Z||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-04-15T05:38:07.386Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:38:07.407Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:38:07.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:38:07.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "clamp",
"timestamp": 1618465020626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:38:07.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:38:33.438Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:38:33.452Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:38:33.454Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:38:33.454Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T05:38:33.454Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T05:39:03.455Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:39:03.467Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:39:03.469Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:39:03.469Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T05:39:03.469Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T05:39:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:39:07.385Z||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-04-15T05:39:07.386Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:39:07.406Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:39:07.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:39:07.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "aai-ml",
"timestamp": 1618465020690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:39:07.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:39:33.470Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:39:33.480Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:39:33.482Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:39:33.483Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T05:39:33.483Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T05:40:03.483Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:40:03.493Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:40:03.496Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:40:03.496Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T05:40:03.496Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T05:40:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:40:07.385Z||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-04-15T05:40:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:40:07.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:40:07.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465027704,
"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-04-15T05:40:07.920Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e
2021-04-15T05:40:07.920Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-04-15T05:40:07.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "policy-id",
"timestamp": 1618465027874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:07.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465028511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:07.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465028708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:07.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "policy-id",
"timestamp": 1618465028877,
"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-04-15T05:40:07.937Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e
2021-04-15T05:40:07.937Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-04-15T05:40:07.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T05:40:07.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-15T05:40:07.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "aai-ml",
"timestamp": 1618465030197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:07.945Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465030953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:07.946Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465031958,
"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-04-15T05:40:07.951Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e
2021-04-15T05:40:07.951Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-04-15T05:40:07.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-15T05:40:07.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465032961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:07.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465027382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:40:07.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465035782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:07.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465041447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:07.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "clamp",
"timestamp": 1618465041964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:07.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "clamp",
"timestamp": 1618465043026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:07.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465034407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "cds",
"timestamp": 1618465036189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "policy-id",
"timestamp": 1618465035871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "clamp",
"timestamp": 1618465044031,
"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-04-15T05:40:07.968Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e
2021-04-15T05:40:07.968Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-04-15T05:40:07.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465034407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T05:40:07.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "cds",
"timestamp": 1618465036189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "policy-id",
"timestamp": 1618465035871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "dcae-sch",
"timestamp": 1618465044308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465034407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-15T05:40:07.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "cds",
"timestamp": 1618465036189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "policy-id",
"timestamp": 1618465035871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-15T05:40:07.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "dcae-sch",
"timestamp": 1618465044308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465045953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:07.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465045456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465034407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "cds",
"timestamp": 1618465036189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "policy-id",
"timestamp": 1618465035871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "dcae-sch",
"timestamp": 1618465044308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465045456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T05:40:07.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465034407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-15T05:40:07.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "cds",
"timestamp": 1618465036189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "policy-id",
"timestamp": 1618465035871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "dcae-sch",
"timestamp": 1618465044308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465048008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:07.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465045456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-15T05:40:07.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "aai-ml",
"timestamp": 1618465048659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:07.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465034407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "cds",
"timestamp": 1618465036189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "policy-id",
"timestamp": 1618465035871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "dcae-sch",
"timestamp": 1618465044308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465045456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465049381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/vfw08a84ff9536f0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:07.991Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:07.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465048771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465048860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:07.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:07.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:07.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "aai-ml",
"timestamp": 1618465049664,
"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-04-15T05:40:07.999Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12714c70-4653-4dfc-9395-0ef9fdb37e8e
2021-04-15T05:40:08.000Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-04-15T05:40:08.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465034407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:40:08.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "cds",
"timestamp": 1618465036189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:40:08.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "policy-id",
"timestamp": 1618465035871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:40:08.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "dcae-sch",
"timestamp": 1618465044308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465045456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-15T05:40:08.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465050384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:08.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465048771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465048860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T05:40:08.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465050929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "dcae-sch",
"timestamp": 1618465044308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "cds",
"timestamp": 1618465050967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "policy-id",
"timestamp": 1618465050977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465045456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "clamp",
"timestamp": 1618465050626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "aai-ml",
"timestamp": 1618465050690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465051388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/resourceInstances/vfw08a84ff9536f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:08.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465048771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465048860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-15T05:40:08.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "cds",
"timestamp": 1618465051974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-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-04-15T05:40:08.030Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc
2021-04-15T05:40:08.031Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-04-15T05:40:08.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "policy-id",
"timestamp": 1618465051983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:08.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465045456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:40:08.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "clamp",
"timestamp": 1618465050626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T05:40:08.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465052336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "aai-ml",
"timestamp": 1618465050690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465052392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210415053333/1.0/artifacts/service-Vfw20210415053333-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:08.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465048771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465048860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "policy-id",
"timestamp": 1618465052986,
"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-04-15T05:40:08.050Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc
2021-04-15T05:40:08.050Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-04-15T05:40:08.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "clamp",
"timestamp": 1618465050626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "aai-ml",
"timestamp": 1618465050690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465048771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465048860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-15T05:40:08.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465053610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465053834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "clamp",
"timestamp": 1618465050626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "aai-ml",
"timestamp": 1618465050690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465048771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465048860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465054837,
"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-04-15T05:40:08.070Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc
2021-04-15T05:40:08.070Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-04-15T05:40:08.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "clamp",
"timestamp": 1618465050626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "aai-ml",
"timestamp": 1618465050690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465055406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465048771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465048860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:40:08.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465055840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:08.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "clamp",
"timestamp": 1618465050626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "aai-ml",
"timestamp": 1618465050690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465056567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465056680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "clamp",
"timestamp": 1618465050626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:40:08.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "aai-ml",
"timestamp": 1618465050690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:40:08.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465057583,
"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-04-15T05:40:08.084Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc
2021-04-15T05:40:08.085Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-04-15T05:40:08.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465058348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465058585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:08.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "aai-ml",
"timestamp": 1618465059059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465060446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465061456,
"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-04-15T05:40:08.097Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc
2021-04-15T05:40:08.098Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-04-15T05:40:08.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465061574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465062464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:08.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465061574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465061574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465061574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465061574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465061574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:40:08.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465061574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:40:08.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:40:08.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "aai-ml",
"timestamp": 1618465068271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:08.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "clamp",
"timestamp": 1618465068852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "aai-ml",
"timestamp": 1618465069274,
"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-04-15T05:40:08.111Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc
2021-04-15T05:40:08.111Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-04-15T05:40:08.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465069483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:40:08.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "clamp",
"timestamp": 1618465069880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:08.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "clamp",
"timestamp": 1618465070884,
"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-04-15T05:40:08.127Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc
2021-04-15T05:40:08.127Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-04-15T05:40:08.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465071927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:40:08.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:40:08.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:40:08.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465072931,
"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-04-15T05:40:08.142Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a095590a-27cf-49de-acb4-4d5f2d84a9dc
2021-04-15T05:40:08.142Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-04-15T05:40:33.497Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:40:33.507Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e
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-04-15T05:40:33.509Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:40:33.509Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:40:33.510Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||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-04-15T05:40:33.515Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-15T05:41:03.515Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e 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-04-15T05:41:03.525Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12714c70-4653-4dfc-9395-0ef9fdb37e8e and serviceModelVersionId: e746af6a-2a08-42ec-b89f-3d71e2117ef7
2021-04-15T05:41:03.526Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9bd31538-6059-43e0-8088-0e59e356947d
2021-04-15T05:41:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:41:07.385Z||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-04-15T05:41:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:11.098Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0
2021-04-15T05:41:11.195Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-15T05:41:11.791Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0|INFO|500||Invoke
2021-04-15T05:41:11.795Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[12714c70-4653-4dfc-9395-0ef9fdb37e8e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d024d6cc-6a9e-4522-9a3d-eb489d83df90], X-ECOMP-RequestID=[12714c70-4653-4dfc-9395-0ef9fdb37e8e], X-TransactionId=[], X-ONAP-RequestID=[12714c70-4653-4dfc-9395-0ef9fdb37e8e], Content-Type=[application/merge-patch+json]}
2021-04-15T05:41:11.952Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-15T05:41:12.239Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?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/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210415-05:41:11:964-71741], vertex-id=[205040], Content-Length=[0], Date=[Thu, 15 Apr 2021 05:41:11 GMT], Content-Type=[application/json]}
2021-04-15T05:41:12.240Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-15T05:41:12.241Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9bd31538-6059-43e0-8088-0e59e356947d/model-vers/model-ver/e746af6a-2a08-42ec-b89f-3d71e2117ef7?depth=0|INFO|500||InvokeReturn
2021-04-15T05:41:12.244Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-15T05:41:12.244Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||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-04-15T05:41:12.249Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||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-04-15T05:41:12.249Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12714c70-4653-4dfc-9395-0ef9fdb37e8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-15T05:41:12.250Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-15T05:41:12.251Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:12.252Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:12.252Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465272250,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-15T05:41:12.352Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:41:12.353Z||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-04-15T05:41:12.353Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:12.364Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:12.365Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:41:12.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:12.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:41:12.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12714c70-4653-4dfc-9395-0ef9fdb37e8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465272250,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-15T05:41:12.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-04-15T05:41:13.265Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:41:13.266Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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-04-15T05:41:13.266Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:17.540Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:17.541Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-15T05:41:17.541Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a095590a-27cf-49de-acb4-4d5f2d84a9dc","serviceName":"basic_onboard_cWwnPv","serviceVersion":"1.0","serviceUUID":"34808dfd-ea0b-4f95-b873-b2b06aea031a","serviceDescription":"service","serviceInvariantUUID":"54ed6292-f0ca-4fda-90bb-3d4b4221eb92","resources":[{"resourceInstanceName":"basic_onboard_cWwnPv 0","resourceName":"basic_onboard_cWwnPv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d21b5cf5-e454-4ae7-8cff-831fdfc69b55","resourceInvariantUUID":"f660bfd8-9021-445e-9b7b-3e5ba66adad6","resourceCustomizationUUID":"8efe9e56-efd5-4b2b-b7cf-bb688b3fd967","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml","artifactChecksum":"OWM2NjI5NTgxY2FmN2I2M2QxZmI2NTM1ZDAwZWI1MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"efe20fa7-1c1e-4640-a209-003b6bc2550e","artifactVersion":"1"},{"artifactName":"basic_onboard_cwwnpv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json","artifactChecksum":"MDM0YTFhYTY0ZjliNDgzODkyODExN2I5ODMyY2FkZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"992d2529-c754-4275-82b7-f5b9cfe5c17c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"079627c9-4ffa-483e-9f80-74fdbba4a86e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4c35364a-f365-4f3c-a158-67dba0bb14ac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"550368de-3f05-4ae6-a36b-03fb463ab2ac","artifactVersion":"2","generatedFromUUID":"079627c9-4ffa-483e-9f80-74fdbba4a86e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCwwnpv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml","artifactChecksum":"OTM3NWU0NzE5ZDQ1MmEzMzg1NDZiMmFmZTBkOTU3YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6fe496f-99ba-47c8-aedd-7a7ec6be8b8e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCwwnpv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar","artifactChecksum":"Nzg4Njg5MjE4YzcwOGEyZTNiOTZlODU4MWQzNDc4ZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cba6723a-4bfa-49f2-9ff8-8a1f6f617eb9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-15T05:41:17.543Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:41:17.543Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:17.544Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:17.544Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:41:17.645Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:41:17.645Z||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-04-15T05:41:17.646Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:17.655Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:17.656Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:41:18.545Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:41:18.546Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:18.548Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:18.548Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T05:41:18.648Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:41:18.649Z||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-04-15T05:41:18.649Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:18.659Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:18.659Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:41:19.548Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:41:19.549Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:19.552Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:19.552Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-15T05:41:19.652Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:41:19.653Z||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-04-15T05:41:19.653Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:19.662Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:19.663Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-15T05:41:20.552Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:41:20.553Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:20.556Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:20.557Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:41:20.655Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-15T05:41:20.656Z||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-04-15T05:41:20.656Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:20.667Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:20.667Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:41:21.557Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:41:21.558Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:21.561Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:21.561Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-15T05:41:21.660Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-15T05:41:21.661Z||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-04-15T05:41:21.661Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:21.673Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:21.674Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":2,"count":1}
2021-04-15T05:41:22.561Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:41:22.562Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:22.564Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:22.564Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:41:22.665Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-15T05:41:22.666Z||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-04-15T05:41:22.666Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:22.676Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:22.677Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-15T05:41:23.565Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:41:23.565Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:23.567Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:23.567Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:41:23.668Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:41:23.668Z||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-04-15T05:41:23.668Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:23.678Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:23.678Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-15T05:41:24.569Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"serviceName": "basic_onboard_cWwnPv",
"serviceVersion": "1.0",
"serviceUUID": "34808dfd-ea0b-4f95-b873-b2b06aea031a",
"serviceDescription": "service",
"serviceInvariantUUID": "54ed6292-f0ca-4fda-90bb-3d4b4221eb92",
"resources": [
{
"resourceInstanceName": "basic_onboard_cWwnPv 0",
"resourceCustomizationUUID": "8efe9e56-efd5-4b2b-b7cf-bb688b3fd967",
"resourceName": "basic_onboard_cWwnPv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d21b5cf5-e454-4ae7-8cff-831fdfc69b55",
"resourceInvariantUUID": "f660bfd8-9021-445e-9b7b-3e5ba66adad6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cwwnpv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"artifactChecksum": "MDM0YTFhYTY0ZjliNDgzODkyODExN2I5ODMyY2FkZmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "992d2529-c754-4275-82b7-f5b9cfe5c17c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "079627c9-4ffa-483e-9f80-74fdbba4a86e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "550368de-3f05-4ae6-a36b-03fb463ab2ac",
"generatedFromUUID": "079627c9-4ffa-483e-9f80-74fdbba4a86e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "550368de-3f05-4ae6-a36b-03fb463ab2ac",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCwwnpv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"artifactChecksum": "Nzg4Njg5MjE4YzcwOGEyZTNiOTZlODU4MWQzNDc4ZWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cba6723a-4bfa-49f2-9ff8-8a1f6f617eb9"
}
],
"workloadContext": "Production"
}
2021-04-15T05:41:24.569Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-15T05:41:24.569Z|12714c70-4653-4dfc-9395-0ef9fdb37e8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 34808dfd-ea0b-4f95-b873-b2b06aea031a ASDC
2021-04-15T05:41:24.570Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a095590a-27cf-49de-acb4-4d5f2d84a9dc
ServiceName:basic_onboard_cWwnPv
ServiceVersion:1.0
ServiceUUID:34808dfd-ea0b-4f95-b873-b2b06aea031a
ServiceInvariantUUID:54ed6292-f0ca-4fda-90bb-3d4b4221eb92
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCwwnpv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar
ArtifactUUID:cba6723a-4bfa-49f2-9ff8-8a1f6f617eb9
ArtifactChecksum:Nzg4Njg5MjE4YzcwOGEyZTNiOTZlODU4MWQzNDc4ZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cWwnPv 0
ResourceCustomizationUUID:8efe9e56-efd5-4b2b-b7cf-bb688b3fd967
ResourceInvariantUUID:f660bfd8-9021-445e-9b7b-3e5ba66adad6
ResourceName:basic_onboard_cWwnPv
ResourceType:VF
ResourceUUID:d21b5cf5-e454-4ae7-8cff-831fdfc69b55
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cwwnpv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json
ArtifactUUID:992d2529-c754-4275-82b7-f5b9cfe5c17c
ArtifactChecksum:MDM0YTFhYTY0ZjliNDgzODkyODExN2I5ODMyY2FkZmY=
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/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:079627c9-4ffa-483e-9f80-74fdbba4a86e
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/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env
ArtifactUUID:550368de-3f05-4ae6-a36b-03fb463ab2ac
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/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env
ArtifactUUID:550368de-3f05-4ae6-a36b-03fb463ab2ac
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-15T05:41:24.570Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34808dfd-ea0b-4f95-b873-b2b06aea031a 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-04-15T05:41:24.599Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-15T05:41:24.599Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-15T05:41:24.599Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-15T05:41:24.600Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cba6723a-4bfa-49f2-9ff8-8a1f6f617eb9 from URL: /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:24.600Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-15T05:41:24.600Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:26.358Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-15T05:41:26.361Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar cba6723a-4bfa-49f2-9ff8-8a1f6f617eb9 74835
2021-04-15T05:41:26.361Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar ASDC sendASDCNotification
2021-04-15T05:41:26.362Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:26.362Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T05:41:26.362Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:26.363Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:26.363Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465286361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:41:26.464Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-15T05:41:26.465Z||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-04-15T05:41:26.465Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:26.475Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:26.476Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:41:27.364Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-15T05:41:27.365Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-15T05:41:27.365Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cba6723a-4bfa-49f2-9ff8-8a1f6f617eb9, URL: /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar to file: /app/ASDC/1/service-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:27.365Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:27.366Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:27.366Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:27.513Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13678825668521320020/Definitions/service-BasicOnboardCwwnpv-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-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||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-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||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-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||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-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||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-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:28.812Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||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-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cWwnPv 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-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cWwnPv 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||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-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria
2021-04-15T05:41:28.813Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria
2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:28.814Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:28.815Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:28.815Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is not matching search criteria
2021-04-15T05:41:28.815Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-15T05:41:28.815Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-15T05:41:28.816Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-15T05:41:28.816Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-15T05:41:28.816Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-15T05:41:28.816Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:28.816Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-15T05:41:28.817Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:28.817Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria
2021-04-15T05:41:28.817Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria
2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria
2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:41:28.818Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is not matching search criteria
2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=961f5220-02ba-41c2-9947-c0032899d654
2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:28.819Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:28.820Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:28.820Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:28.820Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:28.820Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:28.820Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:28.820Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_cWwnPv
Description:service
Model UUID:34808dfd-ea0b-4f95-b873-b2b06aea031a
Model Version:NULL
Model InvariantUuid:54ed6292-f0ca-4fda-90bb-3d4b4221eb92
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_cWwnPv
Model UUID:8f50df2a-c3f2-4b3a-b968-ea8031d9fc6e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f660bfd8-9021-445e-9b7b-3e5ba66adad6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8efe9e56-efd5-4b2b-b7cf-bb688b3fd967
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:28347c36-ed5c-4533-952c-ef118e9e7495
ModelName:BasicOnboardCwwnpv..base_ubuntu18..module-0
ModelUuid:c148cf9c-9213-4af6-a000-e992ce43650f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:961f5220-02ba-41c2-9947-c0032899d654
ModelInvariantUuid:66f04b05-abee-4b97-8baf-035aaee26f85
ModelName:basic_onboard_cWwnPv-nodes.ubuntu18Cvfc
ModelUuid:61e4ec8c-3a57-425c-89f3-011af746c232
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:07eb72ea-accd-4b87-a384-726969d7d016
ModelInvariantUuid:1ae65be4-643d-4ffe-a4b5-dd47a35bd7ff
ModelName:BasicOnboardCwwnpv.compute.nodes.heat.ubuntu18
ModelUuid:eb3da554-1e74-495e-bf07-c83a3fa55886
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-04-15T05:41:28.826Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d21b5cf5-e454-4ae7-8cff-831fdfc69b55
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-04-15T05:41:28.829Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||basic_onboard_cWwnPv 0
2021-04-15T05:41:28.829Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d21b5cf5-e454-4ae7-8cff-831fdfc69b55
2021-04-15T05:41:28.829Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 992d2529-c754-4275-82b7-f5b9cfe5c17c from URL: /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json
2021-04-15T05:41:28.829Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-15T05:41:28.829Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json
2021-04-15T05:41:28.985Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-15T05:41:28.985Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json 992d2529-c754-4275-82b7-f5b9cfe5c17c 798
2021-04-15T05:41:28.986Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json ASDC sendASDCNotification
2021-04-15T05:41:28.986Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json
2021-04-15T05:41:28.986Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T05:41:28.986Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:28.988Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:28.988Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465288986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:41:29.088Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:41:29.089Z||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-04-15T05:41:29.089Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:29.098Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:29.099Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:41:29.988Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCwwnpv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "28347c36-ed5c-4533-952c-ef118e9e7495",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c148cf9c-9213-4af6-a000-e992ce43650f",
"vfModuleModelCustomizationUUID": "a4f748b5-9d2e-4b6f-abb9-81f0ec396c61",
"isBase": true,
"artifacts": [
"079627c9-4ffa-483e-9f80-74fdbba4a86e",
"550368de-3f05-4ae6-a36b-03fb463ab2ac"
],
"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-04-15T05:41:29.992Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCwwnpv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c148cf9c-9213-4af6-a000-e992ce43650f
VfModuleModelInvariantUUID:28347c36-ed5c-4533-952c-ef118e9e7495
VfModuleModelDescription:NULL
Artifacts UUID List:{
079627c9-4ffa-483e-9f80-74fdbba4a86e
,
550368de-3f05-4ae6-a36b-03fb463ab2ac
}
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-04-15T05:41:29.994Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCwwnpv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "28347c36-ed5c-4533-952c-ef118e9e7495",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c148cf9c-9213-4af6-a000-e992ce43650f",
"vfModuleModelCustomizationUUID": "a4f748b5-9d2e-4b6f-abb9-81f0ec396c61",
"isBase": true,
"artifacts": [
"079627c9-4ffa-483e-9f80-74fdbba4a86e",
"550368de-3f05-4ae6-a36b-03fb463ab2ac"
],
"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-04-15T05:41:29.994Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCwwnpv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c148cf9c-9213-4af6-a000-e992ce43650f
VfModuleModelInvariantUUID:28347c36-ed5c-4533-952c-ef118e9e7495
VfModuleModelDescription:NULL
Artifacts UUID List:{
079627c9-4ffa-483e-9f80-74fdbba4a86e
,
550368de-3f05-4ae6-a36b-03fb463ab2ac
}
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-04-15T05:41:29.994Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 079627c9-4ffa-483e-9f80-74fdbba4a86e from URL: /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml
2021-04-15T05:41:29.995Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-15T05:41:29.995Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml
2021-04-15T05:41:30.151Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-15T05:41:30.151Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml 079627c9-4ffa-483e-9f80-74fdbba4a86e 5033
2021-04-15T05:41:30.151Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-15T05:41:30.151Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml
2021-04-15T05:41:30.151Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T05:41:30.152Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:30.153Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:30.153Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465290151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:41:30.254Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:41:30.254Z||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-04-15T05:41:30.255Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:30.264Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:30.265Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:41:31.154Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 550368de-3f05-4ae6-a36b-03fb463ab2ac from URL: /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env
2021-04-15T05:41:31.155Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-15T05:41:31.155Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env
2021-04-15T05:41:31.314Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-15T05:41:31.314Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env 550368de-3f05-4ae6-a36b-03fb463ab2ac 909
2021-04-15T05:41:31.314Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-15T05:41:31.314Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env
2021-04-15T05:41:31.314Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T05:41:31.315Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:31.316Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:31.316Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465291314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:41:31.417Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:41:31.418Z||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-04-15T05:41:31.418Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:31.427Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:31.428Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:41:32.317Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 34808dfd-ea0b-4f95-b873-b2b06aea031a
2021-04-15T05:41:32.318Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cWwnPv 0 d21b5cf5-e454-4ae7-8cff-831fdfc69b55 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-04-15T05:41:32.334Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.334Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:32.334Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-04-15T05:41:32.334Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8efe9e56-efd5-4b2b-b7cf-bb688b3fd967
2021-04-15T05:41:32.334Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8efe9e56-efd5-4b2b-b7cf-bb688b3fd967 matches Tosca VF Customization UUID: 8efe9e56-efd5-4b2b-b7cf-bb688b3fd967
2021-04-15T05:41:32.334Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8efe9e56-efd5-4b2b-b7cf-bb688b3fd967 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-04-15T05:41:32.337Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.337Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:32.337Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8efe9e56-efd5-4b2b-b7cf-bb688b3fd967: {\"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-04-15T05:41:32.337Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d1fea85
2021-04-15T05:41:32.338Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.338Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-15T05:41:32.338Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4f748b5-9d2e-4b6f-abb9-81f0ec396c61
2021-04-15T05:41:32.338Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4f748b5-9d2e-4b6f-abb9-81f0ec396c61
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-04-15T05:41:32.341Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.341Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria
2021-04-15T05:41:32.341Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria
2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is not matching search criteria
2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-15T05:41:32.342Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-15T05:41:32.343Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=961f5220-02ba-41c2-9947-c0032899d654
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-04-15T05:41:32.344Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.344Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria
2021-04-15T05:41:32.345Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-15T05:41:32.345Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.345Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cWwnPv 0 is matching search criteria
2021-04-15T05:41:32.345Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cWwnPv 0] matching following query criteria: sdcType=VF, customizationUUID=8efe9e56-efd5-4b2b-b7cf-bb688b3fd967
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-04-15T05:41:32.346Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 34808dfd-ea0b-4f95-b873-b2b06aea031a: basic_onboard_cWwnPv
2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:32.347Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.348Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:32.348Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.348Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:32.348Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:41:32.348Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cWwnPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:41:32.348Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_cWwnPv
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-04-15T05:41:32.428Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cWwnPv d21b5cf5-e454-4ae7-8cff-831fdfc69b55 1 ASDC deployResourceStructure
2021-04-15T05:41:32.428Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json ASDC sendASDCNotification
2021-04-15T05:41:32.428Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json
2021-04-15T05:41:32.428Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-15T05:41:32.429Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:32.430Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:32.430Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465292428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-15T05:41:32.531Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-15T05:41:32.532Z||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-04-15T05:41:32.532Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:32.542Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:32.542Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:41:33.431Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-15T05:41:33.432Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml
2021-04-15T05:41:33.432Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-15T05:41:33.432Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:33.434Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:33.435Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465293431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-15T05:41:33.535Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:41:33.535Z||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-04-15T05:41:33.536Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:33.544Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:33.545Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:41:34.436Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-15T05:41:34.436Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env
2021-04-15T05:41:34.436Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-15T05:41:34.436Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:34.438Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:34.438Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465294436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-15T05:41:34.538Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:41:34.539Z||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-04-15T05:41:34.539Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:34.549Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:34.550Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:41:35.439Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar ASDC sendASDCNotification
2021-04-15T05:41:35.439Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar
2021-04-15T05:41:35.439Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-15T05:41:35.439Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:41:35.441Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:41:35.441Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465295439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:41:35.541Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:41:35.542Z||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-04-15T05:41:35.543Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:41:35.553Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:41:35.553Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:41:36.442Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a095590a-27cf-49de-acb4-4d5f2d84a9dc
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-04-15T05:41:36.453Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a095590a-27cf-49de-acb4-4d5f2d84a9dc
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-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:41:36.456Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:41:36.457Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||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-04-15T05:41:36.461Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-15T05:42:06.462Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a095590a-27cf-49de-acb4-4d5f2d84a9dc 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-04-15T05:42:06.466Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a095590a-27cf-49de-acb4-4d5f2d84a9dc and serviceModelVersionId: 34808dfd-ea0b-4f95-b873-b2b06aea031a
2021-04-15T05:42:06.466Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54ed6292-f0ca-4fda-90bb-3d4b4221eb92
2021-04-15T05:42:06.467Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0
2021-04-15T05:42:06.471Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-15T05:42:06.508Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0|INFO|500||Invoke
2021-04-15T05:42:06.509Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a095590a-27cf-49de-acb4-4d5f2d84a9dc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[063f6265-5e99-4a2a-a176-88dafe1a8fe5], X-ECOMP-RequestID=[a095590a-27cf-49de-acb4-4d5f2d84a9dc], X-TransactionId=[], X-ONAP-RequestID=[a095590a-27cf-49de-acb4-4d5f2d84a9dc], Content-Type=[application/merge-patch+json]}
2021-04-15T05:42:06.532Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-15T05:42:06.949Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?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/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210415-05:42:06:542-42489], vertex-id=[188552], Content-Length=[0], Date=[Thu, 15 Apr 2021 05:42:06 GMT], Content-Type=[application/json]}
2021-04-15T05:42:06.949Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-15T05:42:06.950Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54ed6292-f0ca-4fda-90bb-3d4b4221eb92/model-vers/model-ver/34808dfd-ea0b-4f95-b873-b2b06aea031a?depth=0|INFO|500||InvokeReturn
2021-04-15T05:42:06.951Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-15T05:42:06.951Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||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-04-15T05:42:06.956Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||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-04-15T05:42:06.956Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a095590a-27cf-49de-acb4-4d5f2d84a9dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-15T05:42:06.956Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-15T05:42:06.957Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:42:06.958Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:42:06.959Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465326956,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-15T05:42:07.059Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:42:07.059Z||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-04-15T05:42:07.059Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:42:07.072Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:42:07.073Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:42:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:42:07.385Z||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-04-15T05:42:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
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-04-15T05:42:07.972Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:42:07.973Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-04-15T05:42:07.973Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:42:08.010Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:42:08.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:42:08.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:42:08.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "NOTIFIED"
}
2021-04-15T05:42:08.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-15T05:42:08.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:42:08.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-15T05:42:08.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465273265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465286361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465288986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465290151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465291314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:42:08.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465292428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/basic_onboard_cwwnpv0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-15T05:42:08.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465293431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-15T05:42:08.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465294436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/resourceInstances/basic_onboard_cwwnpv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-15T05:42:08.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465295439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwwnpv/1.0/artifacts/service-BasicOnboardCwwnpv-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:42:08.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:42:08.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-15T05:42:08.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a095590a-27cf-49de-acb4-4d5f2d84a9dc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465326956,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-15T05:42:08.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:42:17.512Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:42:17.513Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:42:17.513Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-04-15T05:42:17.513Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:42:27.049Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:42:27.050Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:42:27.050Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-04-15T05:42:27.051Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:42:36.586Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:42:36.587Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:42:36.587Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-04-15T05:42:36.587Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:42:46.124Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:43:07.382Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:43:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-04-15T05:43:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:43:07.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:43:07.384Z||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-04-15T05:43:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:43:16.923Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:43:16.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:44:07.382Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:44:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-04-15T05:44:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:44:07.384Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:44:07.384Z||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-04-15T05:44:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:44:16.922Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:44:16.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:45:07.382Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:45:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-04-15T05:45:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:45:07.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:45:07.384Z||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-04-15T05:45:07.384Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:45:16.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:45:16.925Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:46:07.382Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:46:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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-04-15T05:46:07.383Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:46:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:46:07.385Z||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-04-15T05:46:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:46:07.806Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:46:07.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465548860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:46:07.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465541573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:46:07.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465548771,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:46:07.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "cds",
"timestamp": 1618465546187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:46:07.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "dcae-sch",
"timestamp": 1618465544308,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:46:07.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465545456,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:46:07.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465548860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:46:07.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465541573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:46:07.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "dcae-sch",
"timestamp": 1618465544308,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:46:07.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465548771,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:46:07.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "cds",
"timestamp": 1618465546187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:46:07.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465545456,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:46:07.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465551841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:46:07.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:46:07.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "cds",
"timestamp": 1618465551854,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:46:07.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:46:07.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "cds",
"timestamp": 1618465552861,
"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-04-15T05:46:07.834Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6d3defb-8633-4fbe-bc86-45b05b369f69
2021-04-15T05:46:07.834Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6d3defb-8633-4fbe-bc86-45b05b369f69 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-04-15T05:46:07.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465553348,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:46:07.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:46:07.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465554352,
"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-04-15T05:46:07.852Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6d3defb-8633-4fbe-bc86-45b05b369f69
2021-04-15T05:46:07.852Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6d3defb-8633-4fbe-bc86-45b05b369f69 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-04-15T05:46:07.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465554407,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:46:07.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465554407,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:46:07.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "policy-id",
"timestamp": 1618465555871,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:46:07.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "policy-id",
"timestamp": 1618465555871,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:46:07.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "policy-id",
"timestamp": 1618465559864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:46:07.864Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:46:07.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "policy-id",
"timestamp": 1618465560868,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:46:07.865Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:46:07.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "clamp",
"timestamp": 1618465560627,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:46:07.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "aai-ml",
"timestamp": 1618465560690,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:46:07.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "policy-id",
"timestamp": 1618465561872,
"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-04-15T05:46:07.871Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6d3defb-8633-4fbe-bc86-45b05b369f69
2021-04-15T05:46:07.871Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6d3defb-8633-4fbe-bc86-45b05b369f69 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-04-15T05:46:07.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "clamp",
"timestamp": 1618465560627,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:46:07.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "aai-ml",
"timestamp": 1618465560690,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:46:07.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:46:07.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:46:07.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "aai-ml",
"timestamp": 1618465566164,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:46:07.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:46:08.007Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:46:08.008Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-15T05:46:08.008Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6d3defb-8633-4fbe-bc86-45b05b369f69","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"967a7946-8ebc-4a56-94a7-da0750ff970f","serviceDescription":"service","serviceInvariantUUID":"e59a64fd-1c19-4fba-a0cc-399bac273564","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"828f9a28-4949-4692-9e9d-5d054bac8a02","resourceInvariantUUID":"bc23fe95-8264-4164-8aa3-8db2e47569d8","resourceCustomizationUUID":"7c932fff-5326-455d-8ff5-f41d0a7b2f05","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":"NjVlZjI0Y2Y0NmZmZWYzNWM2YjhkM2ViY2RhYjg0OGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44554209-3dda-41a4-9959-eec757b47c24","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmVmNjYxYzRlNDRhOTdhNTIwZmY1NzEwYmJkMmQwMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2e4723c-024b-482d-9814-17fb8ca3e5c0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-15T05:46:08.010Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:46:08.010Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:46:08.012Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:46:08.012Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465567382,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:46:08.112Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:46:08.113Z||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-04-15T05:46:08.114Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:46:08.125Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:46:08.125Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:46:09.013Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:46:09.014Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:46:09.015Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:46:09.015Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465567382,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:46:09.116Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-15T05:46:09.117Z||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-04-15T05:46:09.117Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:46:09.127Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:46:09.127Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:46:10.016Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "967a7946-8ebc-4a56-94a7-da0750ff970f",
"serviceDescription": "service",
"serviceInvariantUUID": "e59a64fd-1c19-4fba-a0cc-399bac273564",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7c932fff-5326-455d-8ff5-f41d0a7b2f05",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "828f9a28-4949-4692-9e9d-5d054bac8a02",
"resourceInvariantUUID": "bc23fe95-8264-4164-8aa3-8db2e47569d8",
"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": "MmVmNjYxYzRlNDRhOTdhNTIwZmY1NzEwYmJkMmQwMDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a2e4723c-024b-482d-9814-17fb8ca3e5c0"
}
],
"workloadContext": "Production"
}
2021-04-15T05:46:10.017Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-15T05:46:10.017Z|a095590a-27cf-49de-acb4-4d5f2d84a9dc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 967a7946-8ebc-4a56-94a7-da0750ff970f ASDC
2021-04-15T05:46:10.018Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a6d3defb-8633-4fbe-bc86-45b05b369f69
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:967a7946-8ebc-4a56-94a7-da0750ff970f
ServiceInvariantUUID:e59a64fd-1c19-4fba-a0cc-399bac273564
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:a2e4723c-024b-482d-9814-17fb8ca3e5c0
ArtifactChecksum:MmVmNjYxYzRlNDRhOTdhNTIwZmY1NzEwYmJkMmQwMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7c932fff-5326-455d-8ff5-f41d0a7b2f05
ResourceInvariantUUID:bc23fe95-8264-4164-8aa3-8db2e47569d8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:828f9a28-4949-4692-9e9d-5d054bac8a02
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-15T05:46:10.018Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 967a7946-8ebc-4a56-94a7-da0750ff970f 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-04-15T05:46:10.043Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-15T05:46:10.044Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-15T05:46:10.044Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-15T05:46:10.044Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a2e4723c-024b-482d-9814-17fb8ca3e5c0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-15T05:46:10.044Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-15T05:46:10.045Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-15T05:46:10.234Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-15T05:46:10.236Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a2e4723c-024b-482d-9814-17fb8ca3e5c0 52224
2021-04-15T05:46:10.237Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-15T05:46:10.237Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-15T05:46:10.237Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T05:46:10.237Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:46:10.239Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:46:10.239Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465570237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:46:10.339Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:46:10.340Z||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-04-15T05:46:10.340Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:46:10.349Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:46:10.349Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:46:11.239Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-15T05:46:11.241Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-15T05:46:11.241Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a2e4723c-024b-482d-9814-17fb8ca3e5c0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-15T05:46:11.241Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-15T05:46:11.241Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-15T05:46:11.241Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-15T05:46:11.316Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5010700060375988300/Definitions/service-BasicNetwork-template.yml
2021-04-15T05:46:11.660Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-15T05:46:11.660Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-15T05:46:11.660Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-15T05:46:11.660Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-15T05:46:11.660Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-15T05:46:11.661Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.662Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:46:11.663Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:967a7946-8ebc-4a56-94a7-da0750ff970f
Model Version:NULL
Model InvariantUuid:e59a64fd-1c19-4fba-a0cc-399bac273564
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:bc23fe95-8264-4164-8aa3-8db2e47569d8
Model UUID:0a72abbb-bef1-434b-bc15-4c29320fd6d4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7c932fff-5326-455d-8ff5-f41d0a7b2f05
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-04-15T05:46:11.670Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 828f9a28-4949-4692-9e9d-5d054bac8a02
2021-04-15T05:46:11.670Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||No resources found for Service: 967a7946-8ebc-4a56-94a7-da0750ff970f
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-04-15T05:46:11.674Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||
2021-04-15T05:46:11.674Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-15T05:46:11.674Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 967a7946-8ebc-4a56-94a7-da0750ff970f
2021-04-15T05:46:11.674Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 967a7946-8ebc-4a56-94a7-da0750ff970f
2021-04-15T05:46:11.674Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-15T05:46:11.675Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:46:11.680Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.680Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:46:11.680Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.680Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:46:11.681Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 967a7946-8ebc-4a56-94a7-da0750ff970f: Generic NeutronNet
2021-04-15T05:46:11.681Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.681Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:46:11.681Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.681Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:46:11.719Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.719Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:46:11.719Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.720Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:46:11.720Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:46:11.720Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:46:11.720Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:46:11.804Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-15T05:46:11.804Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-15T05:46:11.804Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-15T05:46:11.804Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-15T05:46:11.805Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:46:11.807Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:46:11.807Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465571804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:46:11.907Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:46:11.908Z||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-04-15T05:46:11.908Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:46:11.917Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:46:11.918Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:46:12.808Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:46:12.818Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:46:12.820Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:46:12.820Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T05:46:12.820Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T05:46:42.820Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:46:42.830Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:46:42.833Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:46:42.833Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T05:46:42.833Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T05:47:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:47:07.385Z||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-04-15T05:47:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:47:07.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:47:07.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:47:07.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "clamp",
"timestamp": 1618465567681,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:47:07.407Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:47:12.834Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:47:12.843Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:47:12.848Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:47:12.849Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T05:47:12.849Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T05:47:42.849Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:47:42.858Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:47:42.860Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:47:42.861Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T05:47:42.861Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T05:48:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:48:07.385Z||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-04-15T05:48:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:48:07.408Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:48:07.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:48:07.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465567382,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:48:07.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:48:12.861Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:48:12.870Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:48:12.872Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:48:12.872Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T05:48:12.873Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T05:48:42.873Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:48:42.882Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:48:42.884Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:48:42.884Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-15T05:48:42.884Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-15T05:49:07.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:49:07.385Z||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-04-15T05:49:07.385Z||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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:49:07.913Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:49:07.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "clamp",
"timestamp": 1618465568700,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:49:07.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:07.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465567382,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:49:07.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "clamp",
"timestamp": 1618465569703,
"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-04-15T05:49:07.923Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6d3defb-8633-4fbe-bc86-45b05b369f69
2021-04-15T05:49:07.923Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6d3defb-8633-4fbe-bc86-45b05b369f69 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-04-15T05:49:07.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "aai-ml",
"timestamp": 1618465569851,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:49:07.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:07.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465570237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:49:07.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:07.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "aai-ml",
"timestamp": 1618465570855,
"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-04-15T05:49:07.937Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6d3defb-8633-4fbe-bc86-45b05b369f69
2021-04-15T05:49:07.937Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6d3defb-8633-4fbe-bc86-45b05b369f69 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-04-15T05:49:07.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465571804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:49:07.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:07.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "aai-ml",
"timestamp": 1618465590690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "clamp",
"timestamp": 1618465590626,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "cds",
"timestamp": 1618465591187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "policy-id",
"timestamp": 1618465595871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465594407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "aai-ml",
"timestamp": 1618465590690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "clamp",
"timestamp": 1618465590626,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "cds",
"timestamp": 1618465591187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "policy-id",
"timestamp": 1618465595871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465594407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465601574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "aai-ml",
"timestamp": 1618465590690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "clamp",
"timestamp": 1618465590626,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "cds",
"timestamp": 1618465591187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "policy-id",
"timestamp": 1618465595871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465594407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465601574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "clamp",
"timestamp": 1618465590626,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "cds",
"timestamp": 1618465591187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "aai-ml",
"timestamp": 1618465590690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "policy-id",
"timestamp": 1618465595871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465594407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465601574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "clamp",
"timestamp": 1618465590626,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "cds",
"timestamp": 1618465591187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "aai-ml",
"timestamp": 1618465590690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "policy-id",
"timestamp": 1618465595871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465594407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "dcae-sch",
"timestamp": 1618465604308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465601574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "aai-ml",
"timestamp": 1618465590690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "clamp",
"timestamp": 1618465590626,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "cds",
"timestamp": 1618465591187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "policy-id",
"timestamp": 1618465595871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465594407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "dcae-sch",
"timestamp": 1618465604308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465605456,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465601574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "aai-ml",
"timestamp": 1618465590690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "clamp",
"timestamp": 1618465590626,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "cds",
"timestamp": 1618465591187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "policy-id",
"timestamp": 1618465595871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465594407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "dcae-sch",
"timestamp": 1618465604308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465605456,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465601574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "aai-ml",
"timestamp": 1618465590690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:49:07.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "clamp",
"timestamp": 1618465590626,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:49:07.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "cds",
"timestamp": 1618465591187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:49:07.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "policy-id",
"timestamp": 1618465595871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:49:07.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618465594407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:49:07.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "dcae-sch",
"timestamp": 1618465604308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465605456,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465601574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "aai-ml",
"timestamp": 1618465608582,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:49:07.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:07.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "policy-id",
"timestamp": 1618465608568,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:49:07.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:07.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "cds",
"timestamp": 1618465608593,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:49:07.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:07.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "dcae-sch",
"timestamp": 1618465604308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465605456,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465601574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:49:07.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465608771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465608860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:07.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:07.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "policy-id",
"timestamp": 1618465609572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:49:07.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:07.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:07.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "cds",
"timestamp": 1618465609598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-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-04-15T05:49:07.992Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb483c6b-38c5-40c1-b841-9869a0fc689f
2021-04-15T05:49:07.992Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb483c6b-38c5-40c1-b841-9869a0fc689f 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-04-15T05:49:08.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "dcae-sch",
"timestamp": 1618465604308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465605456,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465608771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465610414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:49:08.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:08.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465608860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "clamp",
"timestamp": 1618465610506,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:49:08.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:08.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "policy-id",
"timestamp": 1618465610574,
"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-04-15T05:49:08.006Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb483c6b-38c5-40c1-b841-9869a0fc689f
2021-04-15T05:49:08.006Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb483c6b-38c5-40c1-b841-9869a0fc689f 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-04-15T05:49:08.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "dcae-sch",
"timestamp": 1618465604308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465605456,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465608771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465608860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "clamp",
"timestamp": 1618465611526,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:49:08.024Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "dcae-sch",
"timestamp": 1618465604308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465605456,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465612293,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465608771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465608860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "clamp",
"timestamp": 1618465612528,
"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-04-15T05:49:08.030Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb483c6b-38c5-40c1-b841-9869a0fc689f
2021-04-15T05:49:08.030Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb483c6b-38c5-40c1-b841-9869a0fc689f 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-04-15T05:49:08.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618465605456,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:49:08.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618465613297,
"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-04-15T05:49:08.101Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb483c6b-38c5-40c1-b841-9869a0fc689f
2021-04-15T05:49:08.101Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb483c6b-38c5-40c1-b841-9869a0fc689f 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-04-15T05:49:08.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465608771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465608860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "aai-ml",
"timestamp": 1618465613906,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465608771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465608860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "aai-ml",
"timestamp": 1618465614910,
"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-04-15T05:49:08.114Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb483c6b-38c5-40c1-b841-9869a0fc689f
2021-04-15T05:49:08.114Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb483c6b-38c5-40c1-b841-9869a0fc689f 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-04-15T05:49:08.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465608771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465608860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465608771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618465608860,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465618007,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465619535,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-15T05:49:08.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "ves-openapi-manager",
"timestamp": 1618465620538,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-04-15T05:49:08.128Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cb483c6b-38c5-40c1-b841-9869a0fc689f
2021-04-15T05:49:08.129Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb483c6b-38c5-40c1-b841-9869a0fc689f and ComponentName
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-04-15T05:49:12.885Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:49:12.895Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69
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-04-15T05:49:12.897Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-15T05:49:12.897Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:49:12.898Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-15T05:49:12.899Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:49:12.904Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-15T05:49:42.904Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 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-04-15T05:49:42.909Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6d3defb-8633-4fbe-bc86-45b05b369f69 and serviceModelVersionId: 967a7946-8ebc-4a56-94a7-da0750ff970f
2021-04-15T05:49:42.909Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e59a64fd-1c19-4fba-a0cc-399bac273564
2021-04-15T05:49:42.910Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0
2021-04-15T05:49:42.914Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-15T05:49:42.958Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0|INFO|500||Invoke
2021-04-15T05:49:42.959Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6d3defb-8633-4fbe-bc86-45b05b369f69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b3a0b46-7e1b-471d-8087-f605f1e4f867], X-ECOMP-RequestID=[a6d3defb-8633-4fbe-bc86-45b05b369f69], X-TransactionId=[], X-ONAP-RequestID=[a6d3defb-8633-4fbe-bc86-45b05b369f69], Content-Type=[application/merge-patch+json]}
2021-04-15T05:49:42.987Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-15T05:49:44.259Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?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/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210415-05:49:42:998-86980], vertex-id=[229624], Content-Length=[0], Date=[Thu, 15 Apr 2021 05:49:42 GMT], Content-Type=[application/json]}
2021-04-15T05:49:44.259Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-15T05:49:44.260Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e59a64fd-1c19-4fba-a0cc-399bac273564/model-vers/model-ver/967a7946-8ebc-4a56-94a7-da0750ff970f?depth=0|INFO|500||InvokeReturn
2021-04-15T05:49:44.260Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-15T05:49:44.260Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:49:44.264Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||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-04-15T05:49:44.264Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6d3defb-8633-4fbe-bc86-45b05b369f69 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-15T05:49:44.264Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-15T05:49:44.265Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:49:44.266Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:49:44.266Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6d3defb-8633-4fbe-bc86-45b05b369f69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465784264,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-15T05:49:44.366Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:49:44.367Z||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-04-15T05:49:44.367Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:49:44.378Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:49:44.379Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-15T05:49:45.278Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-15T05:49:45.278Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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-04-15T05:49:45.278Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|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 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:49:49.551Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:49:49.551Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-15T05:49:49.552Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb483c6b-38c5-40c1-b841-9869a0fc689f","serviceName":"Demo_pNF_quWDpBLXTeuRVDE98nLR","serviceVersion":"1.0","serviceUUID":"a4a73dda-1878-421a-9529-4436878a29a9","serviceDescription":"catalog service description","serviceInvariantUUID":"07d67c3f-d740-4d31-b762-e9e3916fb0ba","resources":[{"resourceInstanceName":"pNF 12f76d01-c38c 0","resourceName":"pNF 12f76d01-c38c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c73135dc-20b8-4e81-a453-a01e850b3325","resourceInvariantUUID":"5bd7c71c-03d2-4f01-b266-27e31a9f4af6","resourceCustomizationUUID":"e19a42d7-ff27-4dfa-adef-19e3d0d4e2dd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml","artifactChecksum":"NWEzNjcwMjc4NjYxZGNhNzEyZmRkMDFlMmExODc4NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77304ec5-4602-424a-8b95-2409bce44c2a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar","artifactChecksum":"MzBjODRjN2EzZmEwODRmMmFlOTkwMzcwMjQ3NWU5MTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"297019c3-6cbb-42af-ba37-4a287e5a1c78","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e61403ca-2ab6-498c-a5e4-04f4ae0d98ef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml","artifactChecksum":"NmE3Zjc0OTU2NDRhNzc1YzI0NTgyODFhYjBjNWZmYzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a441d3be-3748-413d-ba7c-b4e52b6950a3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f4fa3145-2d7a-40d7-9f63-274a85a7c93a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66e7a479-c358-4918-a0d4-cfb2f0cbe2f1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQuwdpblxteurvde98nlr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml","artifactChecksum":"NGFlN2M4ZmFmMDdmN2E4YzFiYzQ5MTNkZmEyZWY0MjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c64fdcb-856c-4965-b217-70fb4d8f458e","artifactVersion":"1"},{"artifactName":"service-DemoPnfQuwdpblxteurvde98nlr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar","artifactChecksum":"MmNiODc0ZDRiYWEyZjIwYWQzODI0MzdhMTg4NTdhZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75f1aad6-9d8a-41e6-8f2c-de37ede0da15","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-15T05:49:49.553Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:49:49.553Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:49:49.555Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:49:49.555Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465785277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:49.655Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:49:49.656Z||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-04-15T05:49:49.656Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:49:49.666Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:49:49.666Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:49:50.556Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:49:50.556Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:49:50.558Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:49:50.558Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465785277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:50.658Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:49:50.659Z||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-04-15T05:49:50.659Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:49:50.669Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:49:50.669Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:49:51.559Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:49:51.559Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:49:51.561Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:49:51.561Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465785277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:51.661Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:49:51.662Z||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-04-15T05:49:51.662Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:49:51.672Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:49:51.673Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:49:52.562Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:49:52.562Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:49:52.564Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:49:52.564Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465785277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:52.664Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:49:52.665Z||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-04-15T05:49:52.665Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:49:52.676Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:49:52.676Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:49:53.565Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:49:53.566Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:49:53.568Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:49:53.568Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465785277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:53.668Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:49:53.669Z||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-04-15T05:49:53.669Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:49:53.678Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:49:53.679Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:49:54.568Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:49:54.569Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:49:54.571Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:49:54.571Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465785277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/resourceInstances/pnf12f76d01c38c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:54.671Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:49:54.672Z||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-04-15T05:49:54.672Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:49:54.690Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:49:54.691Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:49:55.571Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:49:55.572Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:49:55.574Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:49:55.574Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465785277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-15T05:49:55.674Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:49:55.675Z||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-04-15T05:49:55.675Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:49:55.686Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:49:55.686Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:49:56.575Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-15T05:49:56.576Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:49:56.577Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:49:56.577Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465785277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "NOTIFIED"
}
2021-04-15T05:49:56.678Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-15T05:49:56.678Z||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-04-15T05:49:56.678Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:49:56.691Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:49:56.692Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:49:57.579Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"serviceName": "Demo_pNF_quWDpBLXTeuRVDE98nLR",
"serviceVersion": "1.0",
"serviceUUID": "a4a73dda-1878-421a-9529-4436878a29a9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "07d67c3f-d740-4d31-b762-e9e3916fb0ba",
"resources": [
{
"resourceInstanceName": "pNF 12f76d01-c38c 0",
"resourceCustomizationUUID": "e19a42d7-ff27-4dfa-adef-19e3d0d4e2dd",
"resourceName": "pNF 12f76d01-c38c",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "c73135dc-20b8-4e81-a453-a01e850b3325",
"resourceInvariantUUID": "5bd7c71c-03d2-4f01-b266-27e31a9f4af6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"artifactChecksum": "MmNiODc0ZDRiYWEyZjIwYWQzODI0MzdhMTg4NTdhZTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75f1aad6-9d8a-41e6-8f2c-de37ede0da15"
}
],
"workloadContext": "Production"
}
2021-04-15T05:49:57.579Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-15T05:49:57.579Z|a6d3defb-8633-4fbe-bc86-45b05b369f69|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a4a73dda-1878-421a-9529-4436878a29a9 ASDC
2021-04-15T05:49:57.579Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:cb483c6b-38c5-40c1-b841-9869a0fc689f
ServiceName:Demo_pNF_quWDpBLXTeuRVDE98nLR
ServiceVersion:1.0
ServiceUUID:a4a73dda-1878-421a-9529-4436878a29a9
ServiceInvariantUUID:07d67c3f-d740-4d31-b762-e9e3916fb0ba
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQuwdpblxteurvde98nlr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar
ArtifactUUID:75f1aad6-9d8a-41e6-8f2c-de37ede0da15
ArtifactChecksum:MmNiODc0ZDRiYWEyZjIwYWQzODI0MzdhMTg4NTdhZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 12f76d01-c38c 0
ResourceCustomizationUUID:e19a42d7-ff27-4dfa-adef-19e3d0d4e2dd
ResourceInvariantUUID:5bd7c71c-03d2-4f01-b266-27e31a9f4af6
ResourceName:pNF 12f76d01-c38c
ResourceType:PNF
ResourceUUID:c73135dc-20b8-4e81-a453-a01e850b3325
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-15T05:49:57.579Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4a73dda-1878-421a-9529-4436878a29a9 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-04-15T05:49:57.604Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-15T05:49:57.605Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-15T05:49:57.605Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-15T05:49:57.605Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 75f1aad6-9d8a-41e6-8f2c-de37ede0da15 from URL: /sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:57.605Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-15T05:49:57.605Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:57.993Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-15T05:49:57.998Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar 75f1aad6-9d8a-41e6-8f2c-de37ede0da15 83321
2021-04-15T05:49:57.998Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar ASDC sendASDCNotification
2021-04-15T05:49:57.998Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:57.998Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-15T05:49:57.999Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-15T05:49:58.000Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-15T05:49:58.000Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb483c6b-38c5-40c1-b841-9869a0fc689f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618465797998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-15T05:49:58.101Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-15T05:49:58.102Z||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-04-15T05:49:58.102Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1mBgQm0Dv7WCBBvi) ...
2021-04-15T05:49:58.114Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-15T05:49:58.114Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-15T05:49:59.001Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-15T05:49:59.002Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-15T05:49:59.002Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 75f1aad6-9d8a-41e6-8f2c-de37ede0da15, URL: /sdc/v1/catalog/services/DemoPnfQuwdpblxteurvde98nlr/1.0/artifacts/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar to file: /app/ASDC/1/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:59.002Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:59.003Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:59.003Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:59.088Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16486581461806950506/Definitions/service-DemoPnfQuwdpblxteurvde98nlr-template.yml
2021-04-15T05:49:59.720Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-15T05:49:59.720Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-15T05:49:59.720Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:59.720Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-15T05:49:59.720Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||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-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 12f76d01-c38c 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-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||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-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||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-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||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-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||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-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 12f76d01-c38c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQuwdpblxteurvde98nlr-csar.csar
2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Node template pNF 12f76d01-c38c 0 is matching search criteria
2021-04-15T05:49:59.721Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 12f76d01-c38c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Node template pNF 12f76d01-c38c 0 is matching search criteria
2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 12f76d01-c38c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:49:59.722Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:49:59.723Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_quWDpBLXTeuRVDE98nLR
Description:catalog service description
Model UUID:a4a73dda-1878-421a-9529-4436878a29a9
Model Version:NULL
Model InvariantUuid:07d67c3f-d740-4d31-b762-e9e3916fb0ba
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-04-15T05:49:59.729Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: c73135dc-20b8-4e81-a453-a01e850b3325
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-04-15T05:49:59.731Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||pNF 12f76d01-c38c 0
2021-04-15T05:49:59.731Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c73135dc-20b8-4e81-a453-a01e850b3325
2021-04-15T05:49:59.731Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: a4a73dda-1878-421a-9529-4436878a29a9
2021-04-15T05:49:59.731Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a4a73dda-1878-421a-9529-4436878a29a9
2021-04-15T05:49:59.731Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 12f76d01-c38c 0 c73135dc-20b8-4e81-a453-a01e850b3325 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-04-15T05:49:59.735Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-15T05:49:59.735Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_quWDpBLXTeuRVDE98nLR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-15T05:49:59.735Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a4a73dda-1878-421a-9529-4436878a29a9: pNF 12f76d01-c38c
2021-04-15T05:49:59.735Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||INFO|500||Processing PNF resource: c73135dc-20b8-4e81-a453-a01e850b3325
2021-04-15T05:49:59.735Z|cb483c6b-38c5-40c1-b841-9869a0fc689f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery