By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-05-15T00:16:54.273Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-lsm4k with PID 14 (/app/app.jar started by so in /app)
2021-05-15T00:16:54.278Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-15T00:16:54.278Z||main|||||INFO|500||The following profiles are active: basic
2021-05-15T00:17:01.525Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-15T00:17:01.526Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-15T00:17:01.603Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-15T00:17:03.101Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-15T00:17:03.252Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-15T00:17:03.622Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-15T00:17:03.629Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-15T00:17:03.703Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-15T00:17:03.818Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-15T00:17:04.145Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-15T00:17:04.899Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-15T00:17:06.797Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-15T00:17:06.837Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-15T00:17:07.426Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-15T00:17:07.593Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-05-15T00:17:08.749Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-15T00:17:09.667Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-15T00:17:09.688Z||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$$f0e1b4c.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-05-15T00:17:09.689Z||main|||||WARN|500||The sdc end point is not alive
2021-05-15T00:17:11.930Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-05-15T00:17:14.274Z||main|||||WARN|500||---
2021-05-15T00:17:14.274Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-15T00:17:14.274Z||main|||||WARN|500||---
2021-05-15T00:17:14.527Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-15T00:17:17.787Z||main|||||INFO|500||Started Application in 25.425 seconds (JVM running for 26.528)
2021-05-15T00:17:17.788Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T00:17:17.791Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T00:17:17.804Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T00:17:17.858Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T00:17:17.922Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5dc6cb7b-bb35-4f61-9046-6e59e04ce459 url= /sdc/v1/artifactTypes
2021-05-15T00:17:17.922Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T00:17:19.043Z||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.9.224] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-15T00:17:19.049Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30a3c67a
2021-05-15T00:17:19.049Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T00:17:19.060Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T00:17:19.061Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T00:17:19.063Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-15T00:18:07.782Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T00:18:07.783Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T00:18:07.783Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T00:18:07.787Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T00:18:07.793Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 530792d5-ccb8-42d6-bada-729bdd00c949 url= /sdc/v1/artifactTypes
2021-05-15T00:18:07.794Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T00:18:08.835Z||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.9.224] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-15T00:18:08.836Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25cd86ad
2021-05-15T00:18:08.837Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T00:18:08.837Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T00:18:08.837Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T00:18:08.837Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-15T00:18:57.782Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T00:18:57.783Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T00:18:57.783Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T00:18:57.788Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T00:18:57.794Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d9f5c3a-3e52-433e-8497-0b7fd8a522bd url= /sdc/v1/artifactTypes
2021-05-15T00:18:57.795Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T00:18:58.818Z||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.9.224] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-15T00:18:58.819Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5031b5e6
2021-05-15T00:18:58.819Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-15T00:18:58.820Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-15T00:18:58.820Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-15T00:18:58.821Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-15T00:19:47.782Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-15T00:19:47.782Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-15T00:19:47.783Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-15T00:19:47.787Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-15T00:19:47.793Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db517d6a-3918-4152-955d-7403cb5b6be8 url= /sdc/v1/artifactTypes
2021-05-15T00:19:47.794Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-15T00:19:47.981Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-15T00:19:47.988Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-05-15T00:19:48.008Z||scheduling-1|||||DEBUG|500||create keys
2021-05-15T00:19:48.014Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-15T00:19:48.038Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:19:48.055Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f188cde7-fd62-440e-bd45-48d6bb12d60e url= /sdc/v1/registerForDistribution
2021-05-15T00:19:48.349Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f188cde7-fd62-440e-bd45-48d6bb12d60e url= /sdc/v1/registerForDistribution
2021-05-15T00:19:48.350Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-15T00:19:48.361Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:19:48.361Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:19:48.364Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-15T00:19:48.369Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:19:48.369Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:19:48.369Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:19:48.370Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:19:58.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:19:58.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:20:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:20:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:20:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:20:48.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:20:48.361Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:20:48.362Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:20:57.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:20:57.912Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:21:48.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:21:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:21:48.361Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:21:48.362Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:21:48.362Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:21:48.362Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5un3pTqBfXUXACBm) ...
2021-05-15T00:21:57.910Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:21:57.919Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:22:48.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:22:48.359Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:22:48.359Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5un3pTqBfXUXACBm) ...
2021-05-15T00:22:48.360Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:22:48.362Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:22:48.362Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:22:57.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:22:57.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:23:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:23:48.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:23:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:23:48.359Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:23:48.361Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:23:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:23:57.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:23:57.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:24:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:24:48.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:24:48.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:24:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:24:48.361Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:24:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:24:57.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:24:57.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:25:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:25:48.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:25:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:25:48.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:25:48.360Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:25:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:25:57.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:25:57.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:26:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:26:48.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:26:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:26:48.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:26:48.360Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:26:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:26:57.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:26:57.905Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:27:09.355Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-15T00:27:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:27:48.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:27:48.360Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:27:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:27:48.360Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:27:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:27:57.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:27:57.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:28:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:28:48.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:28:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:28:48.359Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:28:48.360Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:28:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:28:57.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:28:57.905Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:29:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:29:48.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:29:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:29:48.360Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:29:48.361Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:29:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:29:57.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:29:57.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:30:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:30:48.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:30:48.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:30:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:30:48.360Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:30:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:30:57.904Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:30:57.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:31:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:31:48.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:31:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:31:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:31:48.360Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:31:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:31:57.902Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:31:57.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:32:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:32:48.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:32:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:32:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:32:48.360Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:32:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:32:57.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:32:57.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:33:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:33:48.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:33:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:33:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:33:48.360Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:33:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:33:57.898Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:33:57.901Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:34:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:34:48.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:34:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:34:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:34:48.360Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:34:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:34:57.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:34:57.901Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:35:48.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:35:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:35:48.361Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:35:48.361Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:35:48.362Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:35:48.362Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:35:57.898Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:35:57.905Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:36:48.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:36:48.359Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:36:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:36:48.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:36:48.360Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:36:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:36:57.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:36:57.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:37:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:37:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:37:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:37:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:37:48.360Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:37:48.364Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:37:57.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:37:57.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:38:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:38:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:38:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:38:48.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:38:48.361Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:38:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:38:57.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:38:57.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:39:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:39:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:39:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:39:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:39:48.360Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:39:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:39:57.902Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:39:57.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:40:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:40:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:40:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:40:48.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:40:48.360Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:40:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:40:57.920Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:40:57.923Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:41:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:41:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:41:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:41:48.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:41:48.360Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:41:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:41:57.902Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:41:57.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:42:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:42:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:42:48.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:42:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:42:48.360Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:42:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:42:57.898Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:42:57.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:43:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:43:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:43:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:43:48.360Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:43:48.361Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:43:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:43:57.906Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:43:57.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:44:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:44:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:44:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:44:48.359Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:44:48.360Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:44:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:44:57.900Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:44:57.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:45:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:45:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:45:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:45:48.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:45:48.360Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:45:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:45:57.894Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:45:57.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:46:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:46:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:46:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:46:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:46:48.360Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:46:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:46:57.898Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:46:57.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:47:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:47:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:47:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:47:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:47:48.360Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:47:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:47:57.896Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:47:57.896Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:48:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:48:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:48:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:48:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:48:48.360Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:48:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:48:57.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:48:57.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:49:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:49:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:49:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:49:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:49:48.360Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:49:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:49:57.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:49:57.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:50:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:50:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:50:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:50:48.360Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:50:48.360Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:50:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:50:57.899Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:50:57.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:51:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:51:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:51:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:51:48.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:51:48.360Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:51:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:51:57.898Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:51:57.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:52:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:52:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:52:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:52:48.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:52:48.360Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:52:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:52:57.899Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:52:57.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:53:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:53:48.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:53:48.360Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:53:48.360Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:53:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:53:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:53:57.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:53:57.906Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:54:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:54:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:54:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:54:48.360Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:54:48.360Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:54:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:54:57.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:54:57.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:55:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:55:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:55:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:55:48.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:55:48.360Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:55:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:55:57.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:55:57.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:56:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:56:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:56:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:56:48.360Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:56:48.361Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:56:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:56:57.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:56:57.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:57:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:57:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:57:48.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:57:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:57:48.360Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:57:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:57:57.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:57:57.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:58:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:58:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:58:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:58:48.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:58:48.360Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:58:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:58:57.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:58:57.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:59:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:59:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:59:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:59:48.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T00:59:48.360Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T00:59:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T00:59:57.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T00:59:57.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:00:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:00:48.359Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:00:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:00:48.360Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:00:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:00:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:00:57.902Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:00:57.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:01:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:01:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:01:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:01:48.360Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:01:48.361Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:01:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:01:57.898Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:01:57.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:02:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:02:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:02:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:02:48.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:02:48.360Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:02:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:02:57.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:02:57.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:03:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:03:48.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:03:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:03:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:03:48.360Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:03:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:03:57.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:03:57.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:04:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:04:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:04:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:04:48.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:04:48.360Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:04:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:04:57.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:04:57.902Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:05:48.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:05:48.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:05:48.359Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:05:48.360Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:05:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:48.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:05:48.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:05:48.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:05:48.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d5af572-b465-44cd-b60d-0e3169e903d0","serviceName":"vFW 2021-05-15 01-01-53","serviceVersion":"1.0","serviceUUID":"c1a9dde7-ae17-467e-a5fe-05991a46707f","serviceDescription":"catalog service description","serviceInvariantUUID":"f69d1932-d78e-4cab-9279-3c855fd9d76c","resources":[{"resourceInstanceName":"vFW 933287e9-f381 0","resourceName":"vFW 933287e9-f381","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"89aafd94-8188-413a-970b-8820e090c662","resourceInvariantUUID":"97b6d738-2061-4f7e-8b78-7bba683a4913","resourceCustomizationUUID":"5c2d7e98-efaf-49be-93d2-0a38492ff8a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml","artifactChecksum":"ZDE5NmY1OWU3YmJjYjdjYTMxZmFjOWMyZjk0NDNkMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64a05c09-6ec4-4560-ba3c-7adf5bbbb386","artifactVersion":"1"},{"artifactName":"vfw933287e9f3810_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json","artifactChecksum":"NWUwOTNjYmVmYjAxMDA0YzcwZmNmOTQ3MzVjM2JlNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2070101-552f-4b1e-a34a-d86660826f06","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9bee202b-fdfb-4306-9d1f-ce30b7bc236b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml","artifactChecksum":"MzUzNzAyMjY1NzMxZmQ3NWFhNjMzNDk4YjI4NGQ3ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32337904-4430-4df3-b209-c3b4be518d6e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8a6ff501-2f89-478f-bbde-5b103ff1976a","artifactVersion":"2","generatedFromUUID":"9bee202b-fdfb-4306-9d1f-ce30b7bc236b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210515010153-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml","artifactChecksum":"YTk0MWIzMDljMzk1ZDIxYzcwMTI1MDMwOWVmYTk1YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d3ae5c3-8345-47b9-8352-715f36fa62de","artifactVersion":"1"},{"artifactName":"service-Vfw20210515010153-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar","artifactChecksum":"ZmVhNmNiNzE0YjY4MDhhODIzNzQ1Njk0ZDAwZDc3Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17d84f14-698d-49cb-95c9-aa114d94d97e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T01:05:48.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:48.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "cds",
"timestamp": 1621040709557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.007Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:49.012Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:49.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "dcae-sch",
"timestamp": 1621040714747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "cds",
"timestamp": 1621040709557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.029Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:49.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.029Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "dcae-sch",
"timestamp": 1621040714747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "cds",
"timestamp": 1621040709557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "dcae-sch",
"timestamp": 1621040714747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040718677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "cds",
"timestamp": 1621040709557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "dcae-sch",
"timestamp": 1621040714747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "aai-ml",
"timestamp": 1621040719569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040718677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "cds",
"timestamp": 1621040709557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "dcae-sch",
"timestamp": 1621040714747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "clamp",
"timestamp": 1621040720351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "aai-ml",
"timestamp": 1621040719569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040718677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "cds",
"timestamp": 1621040709557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "dcae-sch",
"timestamp": 1621040714747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "clamp",
"timestamp": 1621040720351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "policy-id",
"timestamp": 1621040721446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "aai-ml",
"timestamp": 1621040719569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040718677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "cds",
"timestamp": 1621040709557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "dcae-sch",
"timestamp": 1621040714747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "clamp",
"timestamp": 1621040720351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "policy-id",
"timestamp": 1621040721446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "aai-ml",
"timestamp": 1621040719569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040722659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040718677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040722818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "cds",
"timestamp": 1621040723853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "clamp",
"timestamp": 1621040720351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "policy-id",
"timestamp": 1621040721446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "aai-ml",
"timestamp": 1621040719569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040722659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040718677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040722818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "cds",
"timestamp": 1621040724871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:05:49.129Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2021-05-15T01:05:49.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-05-15T01:05:49.133Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:49.143Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:05:49.144Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:05:49.244Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.270Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:05:49.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "clamp",
"timestamp": 1621040720351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040724461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "policy-id",
"timestamp": 1621040721446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "aai-ml",
"timestamp": 1621040719569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040722659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040718677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040722818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "clamp",
"timestamp": 1621040720351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040724461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "policy-id",
"timestamp": 1621040721446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "aai-ml",
"timestamp": 1621040719569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040722659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040722818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "clamp",
"timestamp": 1621040720351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040724461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "policy-id",
"timestamp": 1621040721446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040722659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040727333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040722818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040724461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "policy-id",
"timestamp": 1621040721446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040722659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040722818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "aai-ml",
"timestamp": 1621040728860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040724461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040722659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040722818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040729760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040724461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040724461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "policy-id",
"timestamp": 1621040733084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040733752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040734042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "policy-id",
"timestamp": 1621040734090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040734703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040735051,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:05:49.314Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.314Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:05:49.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "policy-id",
"timestamp": 1621040735093,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:05:49.326Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.326Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-15T01:05:49.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040736057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040737277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040738609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:05:49.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040738863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040739613,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:05:49.341Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.341Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:05:49.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040739868,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:05:49.362Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.362Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-15T01:05:49.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "clamp",
"timestamp": 1621040740637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:05:49.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040740876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "aai-ml",
"timestamp": 1621040741199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "clamp",
"timestamp": 1621040741687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "aai-ml",
"timestamp": 1621040742205,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:05:49.372Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.373Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:05:49.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:05:49.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "clamp",
"timestamp": 1621040742691,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:05:49.384Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6d5af572-b465-44cd-b60d-0e3169e903d0
2021-05-15T01:05:49.385Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d5af572-b465-44cd-b60d-0e3169e903d0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:05:50.048Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:50.048Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:50.050Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:50.050Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:05:50.151Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:05:50.151Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:05:50.152Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:50.162Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:05:50.163Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:05:51.051Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:51.052Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:51.054Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:51.055Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:05:51.155Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:05:51.156Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:05:51.156Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:51.167Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:05:51.168Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:05:52.055Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:52.056Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:52.058Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:52.058Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:52.158Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:05:52.160Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:05:52.160Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:52.169Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:05:52.169Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:05:53.059Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:53.060Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:53.062Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:53.066Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-15T01:05:53.163Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-05-15T01:05:53.164Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:05:53.164Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:53.173Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:05:53.174Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:05:54.066Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:54.067Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:54.069Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:54.069Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:05:54.169Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:05:54.170Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:05:54.170Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:54.179Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:05:54.180Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:05:55.070Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:05:55.071Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:55.073Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:55.073Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:05:55.173Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:05:55.174Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:05:55.175Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:55.184Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:05:55.185Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:05:56.075Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"serviceName": "vFW 2021-05-15 01-01-53",
"serviceVersion": "1.0",
"serviceUUID": "c1a9dde7-ae17-467e-a5fe-05991a46707f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f69d1932-d78e-4cab-9279-3c855fd9d76c",
"resources": [
{
"resourceInstanceName": "vFW 933287e9-f381 0",
"resourceCustomizationUUID": "5c2d7e98-efaf-49be-93d2-0a38492ff8a6",
"resourceName": "vFW 933287e9-f381",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "89aafd94-8188-413a-970b-8820e090c662",
"resourceInvariantUUID": "97b6d738-2061-4f7e-8b78-7bba683a4913",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw933287e9f3810_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"artifactChecksum": "NWUwOTNjYmVmYjAxMDA0YzcwZmNmOTQ3MzVjM2JlNzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c2070101-552f-4b1e-a34a-d86660826f06",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9bee202b-fdfb-4306-9d1f-ce30b7bc236b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8a6ff501-2f89-478f-bbde-5b103ff1976a",
"generatedFromUUID": "9bee202b-fdfb-4306-9d1f-ce30b7bc236b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8a6ff501-2f89-478f-bbde-5b103ff1976a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210515010153-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"artifactChecksum": "ZmVhNmNiNzE0YjY4MDhhODIzNzQ1Njk0ZDAwZDc3Njk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "17d84f14-698d-49cb-95c9-aa114d94d97e"
}
],
"workloadContext": "Production"
}
2021-05-15T01:05:56.078Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T01:05:56.078Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c1a9dde7-ae17-467e-a5fe-05991a46707f ASDC
2021-05-15T01:05:56.183Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6d5af572-b465-44cd-b60d-0e3169e903d0
ServiceName:vFW 2021-05-15 01-01-53
ServiceVersion:1.0
ServiceUUID:c1a9dde7-ae17-467e-a5fe-05991a46707f
ServiceInvariantUUID:f69d1932-d78e-4cab-9279-3c855fd9d76c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210515010153-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar
ArtifactUUID:17d84f14-698d-49cb-95c9-aa114d94d97e
ArtifactChecksum:ZmVhNmNiNzE0YjY4MDhhODIzNzQ1Njk0ZDAwZDc3Njk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 933287e9-f381 0
ResourceCustomizationUUID:5c2d7e98-efaf-49be-93d2-0a38492ff8a6
ResourceInvariantUUID:97b6d738-2061-4f7e-8b78-7bba683a4913
ResourceName:vFW 933287e9-f381
ResourceType:VF
ResourceUUID:89aafd94-8188-413a-970b-8820e090c662
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw933287e9f3810_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json
ArtifactUUID:c2070101-552f-4b1e-a34a-d86660826f06
ArtifactChecksum:NWUwOTNjYmVmYjAxMDA0YzcwZmNmOTQ3MzVjM2JlNzI=
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/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml
ArtifactUUID:9bee202b-fdfb-4306-9d1f-ce30b7bc236b
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/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env
ArtifactUUID:8a6ff501-2f89-478f-bbde-5b103ff1976a
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/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env
ArtifactUUID:8a6ff501-2f89-478f-bbde-5b103ff1976a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-15T01:05:56.184Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1a9dde7-ae17-467e-a5fe-05991a46707f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-15T01:05:56.232Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:05:56.233Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T01:05:56.235Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T01:05:56.235Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 17d84f14-698d-49cb-95c9-aa114d94d97e from URL: /sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar
2021-05-15T01:05:56.235Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:05:56.237Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar
2021-05-15T01:05:56.978Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:05:56.997Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar 17d84f14-698d-49cb-95c9-aa114d94d97e 110311
2021-05-15T01:05:56.997Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar ASDC sendASDCNotification
2021-05-15T01:05:56.998Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar
2021-05-15T01:05:57.000Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:05:57.001Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:05:57.003Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:05:57.003Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040756997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:05:57.103Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:05:57.104Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:05:57.104Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:05:57.114Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:05:57.114Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:05:58.003Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:05:58.005Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T01:05:58.005Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 17d84f14-698d-49cb-95c9-aa114d94d97e, URL: /sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar to file: /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:05:58.006Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210515010153-csar.csar
2021-05-15T01:05:58.200Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:05:58.200Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:05:58.750Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13821601760975909505/Definitions/service-Vfw20210515010153-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-05-15T01:06:01.366Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T01:06:01.373Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.374Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 933287e9-f381 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-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 933287e9-f381 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:01.375Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T01:06:01.383Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.384Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.387Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:01.387Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T01:06:01.388Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:06:01.389Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.389Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.389Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:01.390Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T01:06:01.390Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:06:01.390Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.390Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.393Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.393Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:01.393Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:01.393Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T01:06:01.393Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.395Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.395Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T01:06:01.396Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.397Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T01:06:01.397Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.397Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:06:01.398Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.398Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:01.398Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:01.398Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.399Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:01.399Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:01.399Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.399Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:01.399Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.400Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9148d1e8-4952-4064-93cc-25edfc0409c0
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:01.401Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.402Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21e8739d-6246-40d3-82f9-1178f4be03e0
2021-05-15T01:06:01.403Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.403Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:01.403Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:01.403Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T01:06:01.403Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.404Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.404Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T01:06:01.405Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.405Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:01.405Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T01:06:01.405Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T01:06:01.405Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:01.405Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=168843d9-5ee4-47db-a340-fd458609d5cb
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.406Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.407Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:01.407Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:01.407Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-15 01-01-53
Description:catalog service description
Model UUID:c1a9dde7-ae17-467e-a5fe-05991a46707f
Model Version:NULL
Model InvariantUuid:f69d1932-d78e-4cab-9279-3c855fd9d76c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 933287e9-f381
Model UUID:04e8d117-f7aa-40cd-bb58-78608ceac1a7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:97b6d738-2061-4f7e-8b78-7bba683a4913
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5c2d7e98-efaf-49be-93d2-0a38492ff8a6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ccff0b77-f51a-4077-b7e0-ef0c45af361f
ModelName:Vfw933287e9F381..base_vfw..module-0
ModelUuid:7933ec1f-8448-4ee8-b85e-b78df9cdbe46
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9148d1e8-4952-4064-93cc-25edfc0409c0
ModelInvariantUuid:e4546d7b-653a-4d07-89e2-a126bda027d3
ModelName:vFW 933287e9-f381-nodes.vfwCvfc
ModelUuid:7cbfbf96-b798-4066-87f3-ad4c0ae59f3b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f2d3f901-f1ae-4db9-be4c-93decf4fb227
ModelInvariantUuid:c8dff5db-c1b1-4080-b0a2-2792ac5dde93
ModelName:Vfw933287e9F381.compute.nodes.heat.vfw
ModelUuid:fd2f480c-f971-4808-9028-7bfc9fc75e5f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:21e8739d-6246-40d3-82f9-1178f4be03e0
ModelInvariantUuid:13d794f6-8ee4-45dc-ac2d-13547a4a46bc
ModelName:vFW 933287e9-f381-nodes.vsnCvfc
ModelUuid:b20d48a2-3380-4d39-a1d3-ae05e4e608f0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6b2c2400-0321-4d97-be37-3c68190f3939
ModelInvariantUuid:ca1e77d5-d265-4833-a61a-25972e299b34
ModelName:Vfw933287e9F381.compute.nodes.heat.vsn
ModelUuid:33bc0ded-8aa1-45ad-8d92-8daf942490e2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:168843d9-5ee4-47db-a340-fd458609d5cb
ModelInvariantUuid:50c2e180-bbac-4ac6-894d-292eee0c0a01
ModelName:vFW 933287e9-f381-nodes.vpgCvfc
ModelUuid:20c60c45-781c-4d70-8a96-a3825fdece5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:206178d9-b535-43f4-bfb7-f4126dc92583
ModelInvariantUuid:ef984555-62a6-4527-a4f3-43bc05b2e8d1
ModelName:Vfw933287e9F381.compute.nodes.heat.vpg
ModelUuid:5589eef2-78dc-4732-b1fe-1e7c40263b95
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-15T01:06:01.416Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 89aafd94-8188-413a-970b-8820e090c662
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:06:01.538Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||vFW 933287e9-f381 0
2021-05-15T01:06:01.544Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 89aafd94-8188-413a-970b-8820e090c662
2021-05-15T01:06:01.545Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c2070101-552f-4b1e-a34a-d86660826f06 from URL: /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json
2021-05-15T01:06:01.545Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:06:01.545Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json
2021-05-15T01:06:01.753Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:06:01.754Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json c2070101-552f-4b1e-a34a-d86660826f06 785
2021-05-15T01:06:01.754Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json ASDC sendASDCNotification
2021-05-15T01:06:01.754Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json
2021-05-15T01:06:01.755Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:06:01.755Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:01.758Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:01.758Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040761754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:06:01.860Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-05-15T01:06:01.861Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:06:01.861Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:01.870Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:06:01.871Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:06:02.759Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw933287e9F381..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ccff0b77-f51a-4077-b7e0-ef0c45af361f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7933ec1f-8448-4ee8-b85e-b78df9cdbe46",
"vfModuleModelCustomizationUUID": "8e7e2384-dbe3-4949-9c13-8d943f52073d",
"isBase": true,
"artifacts": [
"9bee202b-fdfb-4306-9d1f-ce30b7bc236b",
"8a6ff501-2f89-478f-bbde-5b103ff1976a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-15T01:06:02.788Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw933287e9F381..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7933ec1f-8448-4ee8-b85e-b78df9cdbe46
VfModuleModelInvariantUUID:ccff0b77-f51a-4077-b7e0-ef0c45af361f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9bee202b-fdfb-4306-9d1f-ce30b7bc236b
,
8a6ff501-2f89-478f-bbde-5b103ff1976a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-15T01:06:02.790Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw933287e9F381..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ccff0b77-f51a-4077-b7e0-ef0c45af361f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7933ec1f-8448-4ee8-b85e-b78df9cdbe46",
"vfModuleModelCustomizationUUID": "8e7e2384-dbe3-4949-9c13-8d943f52073d",
"isBase": true,
"artifacts": [
"9bee202b-fdfb-4306-9d1f-ce30b7bc236b",
"8a6ff501-2f89-478f-bbde-5b103ff1976a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-15T01:06:02.790Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw933287e9F381..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7933ec1f-8448-4ee8-b85e-b78df9cdbe46
VfModuleModelInvariantUUID:ccff0b77-f51a-4077-b7e0-ef0c45af361f
VfModuleModelDescription:NULL
Artifacts UUID List:{
9bee202b-fdfb-4306-9d1f-ce30b7bc236b
,
8a6ff501-2f89-478f-bbde-5b103ff1976a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-15T01:06:02.790Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9bee202b-fdfb-4306-9d1f-ce30b7bc236b from URL: /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml
2021-05-15T01:06:02.790Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:06:02.791Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml
2021-05-15T01:06:02.989Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:06:02.990Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml 9bee202b-fdfb-4306-9d1f-ce30b7bc236b 20368
2021-05-15T01:06:02.990Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-15T01:06:02.990Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml
2021-05-15T01:06:02.990Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:06:02.991Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:02.992Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:02.993Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040762990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:06:03.093Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:03.094Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:06:03.094Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:03.105Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:06:03.105Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:03.993Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8a6ff501-2f89-478f-bbde-5b103ff1976a from URL: /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env
2021-05-15T01:06:03.994Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:06:03.994Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env
2021-05-15T01:06:04.193Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:06:04.194Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env 8a6ff501-2f89-478f-bbde-5b103ff1976a 2098
2021-05-15T01:06:04.194Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-15T01:06:04.195Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env
2021-05-15T01:06:04.195Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:06:04.195Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:04.197Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:04.197Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040764194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:06:04.298Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:04.299Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:06:04.299Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:04.310Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:06:04.310Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:05.198Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c1a9dde7-ae17-467e-a5fe-05991a46707f
2021-05-15T01:06:05.199Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 933287e9-f381 0 89aafd94-8188-413a-970b-8820e090c662 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:06:05.231Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.231Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.231Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-05-15T01:06:05.231Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5c2d7e98-efaf-49be-93d2-0a38492ff8a6
2021-05-15T01:06:05.231Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5c2d7e98-efaf-49be-93d2-0a38492ff8a6 matches Tosca VF Customization UUID: 5c2d7e98-efaf-49be-93d2-0a38492ff8a6
2021-05-15T01:06:05.231Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5c2d7e98-efaf-49be-93d2-0a38492ff8a6 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-15T01:06:05.236Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.236Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.237Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5c2d7e98-efaf-49be-93d2-0a38492ff8a6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-05-15T01:06:05.237Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@312d0bab
2021-05-15T01:06:05.237Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.238Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:06:05.238Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8e7e2384-dbe3-4949-9c13-8d943f52073d
2021-05-15T01:06:05.239Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8e7e2384-dbe3-4949-9c13-8d943f52073d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-15T01:06:05.243Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.243Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:05.243Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:05.244Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.244Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:05.244Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:05.244Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.244Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:05.244Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T01:06:05.245Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:05.246Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T01:06:05.246Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.246Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9148d1e8-4952-4064-93cc-25edfc0409c0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-15T01:06:05.252Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.252Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T01:06:05.253Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.254Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21e8739d-6246-40d3-82f9-1178f4be03e0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-15T01:06:05.256Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.256Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:05.256Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:05.258Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.258Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.259Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-15T01:06:05.260Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-15T01:06:05.260Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-15T01:06:05.260Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-15T01:06:05.260Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-15T01:06:05.260Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-15T01:06:05.260Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=168843d9-5ee4-47db-a340-fd458609d5cb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-15T01:06:05.262Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.263Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:05.263Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:06:05.263Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.263Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Node template vFW 933287e9-f381 0 is matching search criteria
2021-05-15T01:06:05.263Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 933287e9-f381 0] matching following query criteria: sdcType=VF, customizationUUID=5c2d7e98-efaf-49be-93d2-0a38492ff8a6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:06:05.265Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.265Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.265Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c1a9dde7-ae17-467e-a5fe-05991a46707f: vFW 933287e9-f381
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:06:05.267Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-15 01-01-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:06:05.267Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-05-15 01-01-53
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:06:05.499Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 933287e9-f381 89aafd94-8188-413a-970b-8820e090c662 1 ASDC deployResourceStructure
2021-05-15T01:06:05.499Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json ASDC sendASDCNotification
2021-05-15T01:06:05.499Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json
2021-05-15T01:06:05.500Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:06:05.500Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:05.502Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:05.502Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040765499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T01:06:05.602Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:05.603Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:06:05.603Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:05.613Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:06:05.614Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:06:06.504Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-15T01:06:06.505Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml
2021-05-15T01:06:06.505Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:06:06.505Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:06.507Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:06.507Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040766504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-15T01:06:06.607Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:06.608Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:06:06.609Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:06.619Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:06:06.620Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:07.509Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-15T01:06:07.509Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env
2021-05-15T01:06:07.509Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:06:07.510Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:07.513Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:07.513Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040767509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-15T01:06:07.613Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:07.614Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:06:07.614Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:07.624Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:06:07.624Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:08.514Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar ASDC sendASDCNotification
2021-05-15T01:06:08.514Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar
2021-05-15T01:06:08.514Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:06:08.514Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:08.516Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:08.516Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040768514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:06:08.616Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:08.617Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:06:08.617Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:08.626Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:06:08.626Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:09.517Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d5af572-b465-44cd-b60d-0e3169e903d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:06:09.532Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d5af572-b465-44cd-b60d-0e3169e903d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:06:09.535Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:06:09.535Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:06:09.536Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:06:09.541Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T01:06:39.543Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d5af572-b465-44cd-b60d-0e3169e903d0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-15T01:06:39.552Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d5af572-b465-44cd-b60d-0e3169e903d0 and serviceModelVersionId: c1a9dde7-ae17-467e-a5fe-05991a46707f
2021-05-15T01:06:39.552Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f69d1932-d78e-4cab-9279-3c855fd9d76c
2021-05-15T01:06:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:06:48.360Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:06:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:48.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:06:48.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:06:48.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:06:48.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:06:54.151Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f69d1932-d78e-4cab-9279-3c855fd9d76c/model-vers/model-ver/c1a9dde7-ae17-467e-a5fe-05991a46707f?depth=0
2021-05-15T01:06:54.266Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T01:06:55.007Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f69d1932-d78e-4cab-9279-3c855fd9d76c/model-vers/model-ver/c1a9dde7-ae17-467e-a5fe-05991a46707f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-15T01:06:55.010Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f69d1932-d78e-4cab-9279-3c855fd9d76c/model-vers/model-ver/c1a9dde7-ae17-467e-a5fe-05991a46707f?depth=0|INFO|500||Invoke
2021-05-15T01:06:55.188Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f69d1932-d78e-4cab-9279-3c855fd9d76c/model-vers/model-ver/c1a9dde7-ae17-467e-a5fe-05991a46707f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-15T01:06:55.416Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f69d1932-d78e-4cab-9279-3c855fd9d76c/model-vers/model-ver/c1a9dde7-ae17-467e-a5fe-05991a46707f?depth=0|INFO|500||InvokeReturn
2021-05-15T01:06:55.416Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f69d1932-d78e-4cab-9279-3c855fd9d76c/model-vers/model-ver/c1a9dde7-ae17-467e-a5fe-05991a46707f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210515-01:06:55:195-10633], vertex-id=[368800], Content-Length=[0], Date=[Sat, 15 May 2021 01:06:55 GMT], Content-Type=[application/json]}
2021-05-15T01:06:55.417Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-05-15T01:06:55.419Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T01:06:55.419Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:06:55.424Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-15T01:06:55.425Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d5af572-b465-44cd-b60d-0e3169e903d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T01:06:55.425Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T01:06:55.426Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:55.427Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:55.427Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040815425,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:06:55.528Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:06:55.529Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:06:55.529Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:55.538Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:06:55.539Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-15T01:06:56.439Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:06:56.439Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:06:56.439Z|6d5af572-b465-44cd-b60d-0e3169e903d0|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:57.061Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:06:57.062Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-15T01:06:57.062Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3b7e162-f45a-4e05-a352-8dabbb9f1689","serviceName":"basic_onboard_ZrJmUL","serviceVersion":"1.0","serviceUUID":"8c91e3a0-ce86-4093-9d0e-b21aad38a651","serviceDescription":"service","serviceInvariantUUID":"f2678920-9a44-411f-82d0-bbcb5f73d621","resources":[{"resourceInstanceName":"basic_onboard_ZrJmUL 0","resourceName":"basic_onboard_ZrJmUL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e51b255a-78cd-484b-a48a-e139808e5822","resourceInvariantUUID":"128e472a-4eb1-4669-9319-80052a069263","resourceCustomizationUUID":"82111c2c-f6c2-4f8a-a8f8-507bd4014254","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml","artifactChecksum":"MzdkM2I1ZmYyM2JkNjU4OGZlN2YzMzMyYjdkNDc2YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56cb5464-e296-4cc8-847f-da0b5b07a55a","artifactVersion":"1"},{"artifactName":"basic_onboard_zrjmul0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json","artifactChecksum":"OTc0MjkxYjRiMjE0NTIxYWVjZTU4NzIwMmRiZDI5YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2264c35-6449-43c4-abbd-2b26c1e4b4a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"72f558ca-7e5b-449c-a30f-c9464bed236b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b9077697-a094-437d-ba87-c897dfaa34f9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a7e43e0-6dfd-42e2-8450-a2814d0b0811","artifactVersion":"2","generatedFromUUID":"72f558ca-7e5b-449c-a30f-c9464bed236b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZrjmul-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml","artifactChecksum":"M2FiMTNkYjFhN2ZlNmZlOTU0MTZkOWUyZjFmMWE5OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca659cf7-d5a0-4334-a1b0-fc44bcdb54db","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZrjmul-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar","artifactChecksum":"YjBhNzA5ZDRiZDQ3N2IzNmY2MDE0Njc2MzAzYzljMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ff3ec3e-8b7c-440d-94b1-1232550f178f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T01:06:57.066Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:06:57.067Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:57.069Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:57.069Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:06:57.169Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:57.170Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:06:57.171Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:57.181Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:06:57.181Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:58.070Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:06:58.071Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:58.072Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:58.072Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:06:58.172Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:58.173Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:06:58.173Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:58.182Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:06:58.183Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:06:59.072Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:06:59.073Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:06:59.075Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:06:59.075Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:06:59.175Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:06:59.176Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:06:59.176Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:06:59.185Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:06:59.187Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:00.075Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:07:00.076Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:00.079Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:00.080Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:00.181Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:07:00.182Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:07:00.182Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:00.191Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:07:00.192Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:01.081Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:07:01.082Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:01.085Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:01.085Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-15T01:07:01.185Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:01.185Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:07:01.186Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:01.194Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:07:01.196Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:07:02.086Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:07:02.087Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:02.088Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:02.089Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:02.189Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:02.190Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:07:02.190Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:02.201Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:07:02.202Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:03.089Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:07:03.090Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:03.091Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:03.092Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:07:03.192Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:03.192Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:07:03.192Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:03.202Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:07:03.202Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:07:04.093Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"serviceName": "basic_onboard_ZrJmUL",
"serviceVersion": "1.0",
"serviceUUID": "8c91e3a0-ce86-4093-9d0e-b21aad38a651",
"serviceDescription": "service",
"serviceInvariantUUID": "f2678920-9a44-411f-82d0-bbcb5f73d621",
"resources": [
{
"resourceInstanceName": "basic_onboard_ZrJmUL 0",
"resourceCustomizationUUID": "82111c2c-f6c2-4f8a-a8f8-507bd4014254",
"resourceName": "basic_onboard_ZrJmUL",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e51b255a-78cd-484b-a48a-e139808e5822",
"resourceInvariantUUID": "128e472a-4eb1-4669-9319-80052a069263",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zrjmul0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"artifactChecksum": "OTc0MjkxYjRiMjE0NTIxYWVjZTU4NzIwMmRiZDI5YzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f2264c35-6449-43c4-abbd-2b26c1e4b4a2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "72f558ca-7e5b-449c-a30f-c9464bed236b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a7e43e0-6dfd-42e2-8450-a2814d0b0811",
"generatedFromUUID": "72f558ca-7e5b-449c-a30f-c9464bed236b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a7e43e0-6dfd-42e2-8450-a2814d0b0811",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZrjmul-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"artifactChecksum": "YjBhNzA5ZDRiZDQ3N2IzNmY2MDE0Njc2MzAzYzljMzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9ff3ec3e-8b7c-440d-94b1-1232550f178f"
}
],
"workloadContext": "Production"
}
2021-05-15T01:07:04.094Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T01:07:04.094Z|6d5af572-b465-44cd-b60d-0e3169e903d0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8c91e3a0-ce86-4093-9d0e-b21aad38a651 ASDC
2021-05-15T01:07:04.095Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d3b7e162-f45a-4e05-a352-8dabbb9f1689
ServiceName:basic_onboard_ZrJmUL
ServiceVersion:1.0
ServiceUUID:8c91e3a0-ce86-4093-9d0e-b21aad38a651
ServiceInvariantUUID:f2678920-9a44-411f-82d0-bbcb5f73d621
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZrjmul-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar
ArtifactUUID:9ff3ec3e-8b7c-440d-94b1-1232550f178f
ArtifactChecksum:YjBhNzA5ZDRiZDQ3N2IzNmY2MDE0Njc2MzAzYzljMzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZrJmUL 0
ResourceCustomizationUUID:82111c2c-f6c2-4f8a-a8f8-507bd4014254
ResourceInvariantUUID:128e472a-4eb1-4669-9319-80052a069263
ResourceName:basic_onboard_ZrJmUL
ResourceType:VF
ResourceUUID:e51b255a-78cd-484b-a48a-e139808e5822
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zrjmul0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json
ArtifactUUID:f2264c35-6449-43c4-abbd-2b26c1e4b4a2
ArtifactChecksum:OTc0MjkxYjRiMjE0NTIxYWVjZTU4NzIwMmRiZDI5YzE=
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/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml
ArtifactUUID:72f558ca-7e5b-449c-a30f-c9464bed236b
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/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env
ArtifactUUID:4a7e43e0-6dfd-42e2-8450-a2814d0b0811
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/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env
ArtifactUUID:4a7e43e0-6dfd-42e2-8450-a2814d0b0811
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-15T01:07:04.095Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8c91e3a0-ce86-4093-9d0e-b21aad38a651 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:07:04.127Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:07:04.128Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T01:07:04.128Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T01:07:04.128Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9ff3ec3e-8b7c-440d-94b1-1232550f178f from URL: /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:04.128Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:07:04.128Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:04.296Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:07:04.301Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar 9ff3ec3e-8b7c-440d-94b1-1232550f178f 74841
2021-05-15T01:07:04.301Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar ASDC sendASDCNotification
2021-05-15T01:07:04.301Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:04.301Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:07:04.302Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:04.304Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:04.304Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040824301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:04.404Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:04.405Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:07:04.405Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:04.415Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:07:04.416Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:05.304Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:07:05.306Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-05-15T01:07:05.306Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9ff3ec3e-8b7c-440d-94b1-1232550f178f, URL: /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar to file: /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:05.307Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:05.307Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:05.308Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:05.627Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14075806999157256711/Definitions/service-BasicOnboardZrjmul-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-05-15T01:07:07.084Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T01:07:07.084Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T01:07:07.084Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.084Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-15T01:07:07.084Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZrJmUL 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZrJmUL 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-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:07.085Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:07:07.086Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is not matching search criteria
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T01:07:07.087Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T01:07:07.088Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:07.088Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:07:07.088Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:07.088Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:07.088Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:07:07.088Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:07.089Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is not matching search criteria
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6bc15751-a113-4c73-9fa8-34b793ce3267
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.090Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:07.091Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.091Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:07.091Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:07.091Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ZrJmUL
Description:service
Model UUID:8c91e3a0-ce86-4093-9d0e-b21aad38a651
Model Version:NULL
Model InvariantUuid:f2678920-9a44-411f-82d0-bbcb5f73d621
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ZrJmUL
Model UUID:44ac66f5-1492-4eef-835b-58f00f4af564
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:128e472a-4eb1-4669-9319-80052a069263
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:82111c2c-f6c2-4f8a-a8f8-507bd4014254
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0855ffe1-c5a8-45ae-acf4-aa377bc9d67e
ModelName:BasicOnboardZrjmul..base_ubuntu18..module-0
ModelUuid:f1d97b02-8fe6-4b1d-9aac-578a7e16b701
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6bc15751-a113-4c73-9fa8-34b793ce3267
ModelInvariantUuid:13dc0b53-4a2e-44ce-ba6b-d3dbb095fceb
ModelName:basic_onboard_ZrJmUL-nodes.ubuntu18Cvfc
ModelUuid:f3b8f975-3961-40a3-bfe2-ac6637d64a67
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:08ff2a77-1520-400c-9290-693e75894f7b
ModelInvariantUuid:5a026e03-28c1-49a7-8d77-3ec41d343769
ModelName:BasicOnboardZrjmul.compute.nodes.heat.ubuntu18
ModelUuid:3b952d19-d230-4058-8a71-e7d0140d3f1d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-15T01:07:07.096Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: e51b255a-78cd-484b-a48a-e139808e5822
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:07:07.098Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||basic_onboard_ZrJmUL 0
2021-05-15T01:07:07.098Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e51b255a-78cd-484b-a48a-e139808e5822
2021-05-15T01:07:07.098Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f2264c35-6449-43c4-abbd-2b26c1e4b4a2 from URL: /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json
2021-05-15T01:07:07.098Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:07:07.098Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json
2021-05-15T01:07:07.745Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:07:07.745Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json f2264c35-6449-43c4-abbd-2b26c1e4b4a2 798
2021-05-15T01:07:07.746Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json ASDC sendASDCNotification
2021-05-15T01:07:07.746Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json
2021-05-15T01:07:07.746Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:07:07.746Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:07.748Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:07.749Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040827746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:07.849Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:07.851Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:07:07.851Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:07.861Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:07:07.861Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:08.749Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZrjmul..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0855ffe1-c5a8-45ae-acf4-aa377bc9d67e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f1d97b02-8fe6-4b1d-9aac-578a7e16b701",
"vfModuleModelCustomizationUUID": "a70fa640-b351-41c6-95bc-81f0c3e7335c",
"isBase": true,
"artifacts": [
"72f558ca-7e5b-449c-a30f-c9464bed236b",
"4a7e43e0-6dfd-42e2-8450-a2814d0b0811"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-15T01:07:08.755Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZrjmul..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f1d97b02-8fe6-4b1d-9aac-578a7e16b701
VfModuleModelInvariantUUID:0855ffe1-c5a8-45ae-acf4-aa377bc9d67e
VfModuleModelDescription:NULL
Artifacts UUID List:{
72f558ca-7e5b-449c-a30f-c9464bed236b
,
4a7e43e0-6dfd-42e2-8450-a2814d0b0811
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-15T01:07:08.758Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZrjmul..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0855ffe1-c5a8-45ae-acf4-aa377bc9d67e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f1d97b02-8fe6-4b1d-9aac-578a7e16b701",
"vfModuleModelCustomizationUUID": "a70fa640-b351-41c6-95bc-81f0c3e7335c",
"isBase": true,
"artifacts": [
"72f558ca-7e5b-449c-a30f-c9464bed236b",
"4a7e43e0-6dfd-42e2-8450-a2814d0b0811"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-15T01:07:08.759Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZrjmul..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f1d97b02-8fe6-4b1d-9aac-578a7e16b701
VfModuleModelInvariantUUID:0855ffe1-c5a8-45ae-acf4-aa377bc9d67e
VfModuleModelDescription:NULL
Artifacts UUID List:{
72f558ca-7e5b-449c-a30f-c9464bed236b
,
4a7e43e0-6dfd-42e2-8450-a2814d0b0811
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-15T01:07:08.759Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 72f558ca-7e5b-449c-a30f-c9464bed236b from URL: /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml
2021-05-15T01:07:08.759Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:07:08.759Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml
2021-05-15T01:07:11.267Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:07:11.268Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml 72f558ca-7e5b-449c-a30f-c9464bed236b 5033
2021-05-15T01:07:11.268Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-15T01:07:11.268Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml
2021-05-15T01:07:11.268Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:07:11.269Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:11.270Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:11.270Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040831268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:11.371Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:11.371Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:07:11.371Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:11.380Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:07:11.380Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:12.271Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4a7e43e0-6dfd-42e2-8450-a2814d0b0811 from URL: /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env
2021-05-15T01:07:12.271Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-05-15T01:07:12.271Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env
2021-05-15T01:07:13.568Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-05-15T01:07:13.569Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env 4a7e43e0-6dfd-42e2-8450-a2814d0b0811 909
2021-05-15T01:07:13.569Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-15T01:07:13.569Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env
2021-05-15T01:07:13.569Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:07:13.570Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:13.571Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:13.572Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040833569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:13.672Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:13.672Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:07:13.672Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:13.681Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:07:13.681Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:07:14.572Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8c91e3a0-ce86-4093-9d0e-b21aad38a651
2021-05-15T01:07:14.573Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZrJmUL 0 e51b255a-78cd-484b-a48a-e139808e5822 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:07:14.589Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.589Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.589Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-05-15T01:07:14.589Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 82111c2c-f6c2-4f8a-a8f8-507bd4014254
2021-05-15T01:07:14.589Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 82111c2c-f6c2-4f8a-a8f8-507bd4014254 matches Tosca VF Customization UUID: 82111c2c-f6c2-4f8a-a8f8-507bd4014254
2021-05-15T01:07:14.589Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 82111c2c-f6c2-4f8a-a8f8-507bd4014254 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-15T01:07:14.592Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.592Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.592Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 82111c2c-f6c2-4f8a-a8f8-507bd4014254: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-05-15T01:07:14.592Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5201e626
2021-05-15T01:07:14.592Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.592Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:07:14.593Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a70fa640-b351-41c6-95bc-81f0c3e7335c
2021-05-15T01:07:14.593Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a70fa640-b351-41c6-95bc-81f0c3e7335c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-15T01:07:14.594Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.594Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is not matching search criteria
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-15T01:07:14.595Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6bc15751-a113-4c73-9fa8-34b793ce3267
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-15T01:07:14.597Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.597Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:14.597Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:07:14.597Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.597Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZrJmUL 0 is matching search criteria
2021-05-15T01:07:14.597Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZrJmUL 0] matching following query criteria: sdcType=VF, customizationUUID=82111c2c-f6c2-4f8a-a8f8-507bd4014254
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8c91e3a0-ce86-4093-9d0e-b21aad38a651: basic_onboard_ZrJmUL
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.599Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.600Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.600Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.600Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.600Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:07:14.600Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZrJmUL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:07:14.600Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_ZrJmUL
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:07:14.673Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZrJmUL e51b255a-78cd-484b-a48a-e139808e5822 1 ASDC deployResourceStructure
2021-05-15T01:07:14.673Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json ASDC sendASDCNotification
2021-05-15T01:07:14.673Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json
2021-05-15T01:07:14.673Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:07:14.673Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:14.675Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:14.675Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040834673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:14.775Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:14.776Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:07:14.776Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:14.785Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:07:14.785Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:15.675Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-15T01:07:15.676Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml
2021-05-15T01:07:15.676Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:07:15.676Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:15.679Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:15.679Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040835675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:15.779Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:15.780Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:07:15.781Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:15.791Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:07:15.791Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:16.679Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-15T01:07:16.680Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env
2021-05-15T01:07:16.680Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:07:16.681Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:16.682Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:16.682Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040836679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:16.782Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:16.784Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:07:16.784Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:16.794Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:07:16.795Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:17.684Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar ASDC sendASDCNotification
2021-05-15T01:07:17.684Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar
2021-05-15T01:07:17.684Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:07:17.684Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:07:17.687Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:07:17.687Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040837684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:17.787Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:07:17.788Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:07:17.788Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:17.798Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:07:17.799Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:07:18.688Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3b7e162-f45a-4e05-a352-8dabbb9f1689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:07:18.696Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3b7e162-f45a-4e05-a352-8dabbb9f1689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:07:18.698Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:07:18.699Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:07:18.699Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:07:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:07:48.360Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:07:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:07:48.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:07:48.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "aai-ml",
"timestamp": 1621040749569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040742818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040744461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "policy-id",
"timestamp": 1621040741446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "clamp",
"timestamp": 1621040750351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "aai-ml",
"timestamp": 1621040749569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040742818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040744461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "policy-id",
"timestamp": 1621040741446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "clamp",
"timestamp": 1621040750351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040742818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "aai-ml",
"timestamp": 1621040749569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040744461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "policy-id",
"timestamp": 1621040741446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "clamp",
"timestamp": 1621040750351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040752663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "aai-ml",
"timestamp": 1621040749569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040742818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040744461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "policy-id",
"timestamp": 1621040741446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "clamp",
"timestamp": 1621040750351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040752663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "aai-ml",
"timestamp": 1621040749569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040742818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040744461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "policy-id",
"timestamp": 1621040741446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "clamp",
"timestamp": 1621040750351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040748358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "cds",
"timestamp": 1621040754557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040752663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "dcae-sch",
"timestamp": 1621040754747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040742818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "aai-ml",
"timestamp": 1621040749569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040744461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "policy-id",
"timestamp": 1621040741446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "clamp",
"timestamp": 1621040750351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "cds",
"timestamp": 1621040754557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040752663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "dcae-sch",
"timestamp": 1621040754747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "ves-openapi-manager",
"timestamp": 1621040742818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "aai-ml",
"timestamp": 1621040749569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040744461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "policy-id",
"timestamp": 1621040741446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040756997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "clamp",
"timestamp": 1621040750351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "cds",
"timestamp": 1621040754557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040752663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "dcae-sch",
"timestamp": 1621040754747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "cds",
"timestamp": 1621040754557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040752663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "dcae-sch",
"timestamp": 1621040754747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "aai-ml",
"timestamp": 1621040758401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "policy-id",
"timestamp": 1621040758381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040758464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "cds",
"timestamp": 1621040754557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040758677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040752663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "dcae-sch",
"timestamp": 1621040754747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "policy-id",
"timestamp": 1621040759384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040759982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "cds",
"timestamp": 1621040754557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040758677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "dcae-sch",
"timestamp": 1621040754747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "policy-id",
"timestamp": 1621040760387,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:07:48.413Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.414Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:07:48.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040760620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040761140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "cds",
"timestamp": 1621040754557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040758677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "dcae-sch",
"timestamp": 1621040754747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040761754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040762143,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:07:48.427Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.428Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-15T01:07:48.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040758677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "cds",
"timestamp": 1621040762477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040762723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040762990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621040763146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:48.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040758677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "cds",
"timestamp": 1621040763481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:07:48.442Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.442Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:07:48.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621040763726,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:07:48.456Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.456Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:07:48.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "aai-ml",
"timestamp": 1621040764046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040764194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040758677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "aai-ml",
"timestamp": 1621040765050,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:07:48.474Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.474Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:07:48.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040758677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040765499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/vfw933287e9f3810_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040766504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040767266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040767509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/resourceInstances/vfw933287e9f3810/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040768514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210515010153/1.0/artifacts/service-Vfw20210515010153-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:48.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "clamp",
"timestamp": 1621040770633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040770844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "clamp",
"timestamp": 1621040772643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040773365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "clamp",
"timestamp": 1621040773646,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:07:48.489Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.489Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:07:48.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040774371,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:07:48.500Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3b7e162-f45a-4e05-a352-8dabbb9f1689
2021-05-15T01:07:48.500Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3b7e162-f45a-4e05-a352-8dabbb9f1689 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-15T01:07:48.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:07:48.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621040775375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T01:07:48.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:07:48.699Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3b7e162-f45a-4e05-a352-8dabbb9f1689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:07:48.709Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3b7e162-f45a-4e05-a352-8dabbb9f1689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:07:48.712Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:07:48.712Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T01:07:48.712Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T01:07:48.712Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:07:48.713Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:07:48.718Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T01:08:18.718Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d3b7e162-f45a-4e05-a352-8dabbb9f1689 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-15T01:08:18.724Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3b7e162-f45a-4e05-a352-8dabbb9f1689 and serviceModelVersionId: 8c91e3a0-ce86-4093-9d0e-b21aad38a651
2021-05-15T01:08:18.724Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2678920-9a44-411f-82d0-bbcb5f73d621
2021-05-15T01:08:18.725Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0
2021-05-15T01:08:18.729Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T01:08:18.764Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0|INFO|500||Invoke
2021-05-15T01:08:18.764Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d3b7e162-f45a-4e05-a352-8dabbb9f1689], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d415573-d121-4c48-9d09-bcb3e1bf39ed], X-ECOMP-RequestID=[d3b7e162-f45a-4e05-a352-8dabbb9f1689], X-TransactionId=[], X-ONAP-RequestID=[d3b7e162-f45a-4e05-a352-8dabbb9f1689], Content-Type=[application/merge-patch+json]}
2021-05-15T01:08:18.787Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-15T01:08:18.969Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?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/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210515-01:08:18:794-40891], vertex-id=[266296], Content-Length=[0], Date=[Sat, 15 May 2021 01:08:18 GMT], Content-Type=[application/json]}
2021-05-15T01:08:18.969Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T01:08:18.970Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f2678920-9a44-411f-82d0-bbcb5f73d621/model-vers/model-ver/8c91e3a0-ce86-4093-9d0e-b21aad38a651?depth=0|INFO|500||InvokeReturn
2021-05-15T01:08:18.970Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T01:08:18.970Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:08:18.973Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-15T01:08:18.974Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3b7e162-f45a-4e05-a352-8dabbb9f1689 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T01:08:18.974Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T01:08:18.974Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:08:18.976Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:08:18.976Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040898974,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:08:19.076Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:08:19.077Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:08:19.077Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:08:19.090Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:08:19.091Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-15T01:08:19.988Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:08:19.989Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:08:19.989Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:08:29.535Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:08:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:08:48.359Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:08:48.359Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:08:48.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:08:48.360Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:08:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:08:48.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:08:48.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d5af572-b465-44cd-b60d-0e3169e903d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040815425,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:08:48.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040816439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040824301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040827746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040831268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:08:48.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040833569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040834673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/basic_onboard_zrjmul0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040835675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040836679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/resourceInstances/basic_onboard_zrjmul0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:48.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-15T01:08:48.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040837684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZrjmul/1.0/artifacts/service-BasicOnboardZrjmul-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:08:48.384Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:08:57.898Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:09:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:09:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:09:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:09:48.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:09:48.360Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:09:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:09:48.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:09:48.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-15T01:09:48.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3b7e162-f45a-4e05-a352-8dabbb9f1689",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621040898974,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:09:48.882Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:09:57.899Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:10:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:10:48.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:10:48.360Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:10:48.360Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:10:48.360Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:10:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:10:57.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:10:57.905Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:11:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:11:48.359Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:11:48.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:11:48.360Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:11:48.360Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:11:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:11:57.897Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:11:57.901Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:12:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:12:48.359Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:12:48.361Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:12:48.361Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:12:48.363Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:12:48.363Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:12:57.905Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:12:57.910Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:13:48.358Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:13:48.359Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:13:48.361Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:13:48.361Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:13:48.362Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|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 5un3pTqBfXUXACBm) ...
2021-05-15T01:13:48.362Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:13:57.906Z|d3b7e162-f45a-4e05-a352-8dabbb9f1689|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:13:57.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:14:48.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:14:48.359Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:14:48.359Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:14:48.360Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:14:48.361Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:14:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:14:57.901Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:14:57.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:15:48.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:15:48.359Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:15:48.359Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:15:48.360Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:15:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:48.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:15:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "dcae-sch",
"timestamp": 1621041334747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "dcae-sch",
"timestamp": 1621041334747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041338677,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "dcae-sch",
"timestamp": 1621041334747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "cds",
"timestamp": 1621041339557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041338677,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "dcae-sch",
"timestamp": 1621041334747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "cds",
"timestamp": 1621041339557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041338677,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "dcae-sch",
"timestamp": 1621041334747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "policy-id",
"timestamp": 1621041341446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "cds",
"timestamp": 1621041339557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041338677,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "dcae-sch",
"timestamp": 1621041334747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "policy-id",
"timestamp": 1621041341446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "cds",
"timestamp": 1621041339557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041338677,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041342818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "dcae-sch",
"timestamp": 1621041334747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "policy-id",
"timestamp": 1621041341446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "cds",
"timestamp": 1621041339557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041338677,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041342818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "dcae-sch",
"timestamp": 1621041334747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041344461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "policy-id",
"timestamp": 1621041341446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "cds",
"timestamp": 1621041339557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041338677,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041342818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041344461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "policy-id",
"timestamp": 1621041341446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "cds",
"timestamp": 1621041339557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041338677,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041342818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041344461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "policy-id",
"timestamp": 1621041341446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "cds",
"timestamp": 1621041339557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041342818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041344461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "policy-id",
"timestamp": 1621041341446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:48.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:15:48.984Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:15:48.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T01:15:48.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c3bce04-be55-4e45-ab55-61c3b398350e","serviceName":"Demo_pNF_I0rIikR0sgKh6eNBUAzu","serviceVersion":"1.0","serviceUUID":"7ca921b4-f39e-4f2b-875f-13c0b836a24e","serviceDescription":"catalog service description","serviceInvariantUUID":"5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b","resources":[{"resourceInstanceName":"pNF 0fa84e03-ad0c 0","resourceName":"pNF 0fa84e03-ad0c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3bc0911b-ff57-415d-8672-df6de27b42b2","resourceInvariantUUID":"81e30006-2b3f-40ad-9015-a5d5422bd1b5","resourceCustomizationUUID":"0620e536-afb8-4476-b672-920e9e189393","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml","artifactChecksum":"MjVmMzc4MzY3ZmVjNTBiMDcyYmI0ZjRmMWZmYjM1ODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93f6b2e2-953a-487e-b7c7-a947926ed8de","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar","artifactChecksum":"ZTkxMzY1NjBhMjc2ZDcxNDAxN2UxOTMyZTVlZWYyMmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a96a9e60-556c-447f-8f84-77dcb1fac4f8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"724db8ff-90d0-4a2b-ad9d-c9fc7df53ca4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml","artifactChecksum":"YWFiMjNkMTk4MjIzZWYwNWE2ZDExNTZkZDVmMjdiMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"75360d0e-01de-4c27-87c0-def011d4ff10","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a10ea320-b546-4603-85cf-2277b85d12ad","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a304058-33a1-4b07-99b2-4a8687d22eee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI0riikr0sgkh6enbuazu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml","artifactChecksum":"MDk4YTg0MzE3ZTdmNzc2Y2IyMzUxZTNlNDQzZWM0OGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41ca3936-258c-4c1a-8db0-5d3db474c0ae","artifactVersion":"1"},{"artifactName":"service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar","artifactChecksum":"YTBmODgzNGY4NzkzMWUwNTE2Y2JmM2RhM2NmMjk1ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a934f587-c423-4caa-b659-597cfac6cef7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T01:15:48.989Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:48.989Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:48.991Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:48.991Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:49.091Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:49.092Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:15:49.092Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:49.102Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:15:49.103Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:15:49.991Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:49.993Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:49.994Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:49.995Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:50.095Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:50.096Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:15:50.096Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:50.106Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:15:50.106Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:15:50.995Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:50.996Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:50.998Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:50.998Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:51.098Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:51.100Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:15:51.100Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:51.108Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:15:51.109Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:15:51.998Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:51.999Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:52.000Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:52.000Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:52.101Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:15:52.102Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:15:52.102Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:52.110Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:15:52.111Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:15:53.001Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:53.002Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:53.004Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:53.004Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:53.104Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:53.105Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:15:53.105Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:53.115Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:15:53.115Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:15:54.004Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:54.005Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:54.007Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:54.007Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:54.107Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:54.108Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:15:54.108Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:54.116Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:15:54.116Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:15:55.007Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:55.008Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:55.010Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:55.010Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:15:55.110Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:55.111Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:15:55.111Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:55.120Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:15:55.120Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:15:56.011Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:15:56.012Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:56.014Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:56.014Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:15:56.114Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:56.115Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:15:56.115Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:56.123Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:15:56.124Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:15:57.015Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"serviceName": "Demo_pNF_I0rIikR0sgKh6eNBUAzu",
"serviceVersion": "1.0",
"serviceUUID": "7ca921b4-f39e-4f2b-875f-13c0b836a24e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b",
"resources": [
{
"resourceInstanceName": "pNF 0fa84e03-ad0c 0",
"resourceCustomizationUUID": "0620e536-afb8-4476-b672-920e9e189393",
"resourceName": "pNF 0fa84e03-ad0c",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "3bc0911b-ff57-415d-8672-df6de27b42b2",
"resourceInvariantUUID": "81e30006-2b3f-40ad-9015-a5d5422bd1b5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"artifactChecksum": "YTBmODgzNGY4NzkzMWUwNTE2Y2JmM2RhM2NmMjk1ZmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a934f587-c423-4caa-b659-597cfac6cef7"
}
],
"workloadContext": "Production"
}
2021-05-15T01:15:57.015Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T01:15:57.015Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7ca921b4-f39e-4f2b-875f-13c0b836a24e ASDC
2021-05-15T01:15:57.016Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3c3bce04-be55-4e45-ab55-61c3b398350e
ServiceName:Demo_pNF_I0rIikR0sgKh6eNBUAzu
ServiceVersion:1.0
ServiceUUID:7ca921b4-f39e-4f2b-875f-13c0b836a24e
ServiceInvariantUUID:5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
ArtifactUUID:a934f587-c423-4caa-b659-597cfac6cef7
ArtifactChecksum:YTBmODgzNGY4NzkzMWUwNTE2Y2JmM2RhM2NmMjk1ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0fa84e03-ad0c 0
ResourceCustomizationUUID:0620e536-afb8-4476-b672-920e9e189393
ResourceInvariantUUID:81e30006-2b3f-40ad-9015-a5d5422bd1b5
ResourceName:pNF 0fa84e03-ad0c
ResourceType:PNF
ResourceUUID:3bc0911b-ff57-415d-8672-df6de27b42b2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-15T01:15:57.016Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca921b4-f39e-4f2b-875f-13c0b836a24e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:15:57.042Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:15:57.043Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:15:57.043Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:15:57.043Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a934f587-c423-4caa-b659-597cfac6cef7 from URL: /sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:57.043Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:15:57.044Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:57.574Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:15:57.579Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar a934f587-c423-4caa-b659-597cfac6cef7 83310
2021-05-15T01:15:57.579Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar ASDC sendASDCNotification
2021-05-15T01:15:57.579Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:57.579Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:15:57.579Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:57.581Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:57.581Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041357579,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:15:57.682Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:15:57.682Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:15:57.683Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:57.693Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:15:57.694Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:15:58.582Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:15:58.583Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:15:58.584Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a934f587-c423-4caa-b659-597cfac6cef7, URL: /sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar to file: /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:58.584Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:58.585Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:58.585Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:58.717Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1781308850480555289/Definitions/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0fa84e03-ad0c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0fa84e03-ad0c 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-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.360Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Node template pNF 0fa84e03-ad0c 0 is matching search criteria
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0fa84e03-ad0c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Node template pNF 0fa84e03-ad0c 0 is matching search criteria
2021-05-15T01:15:59.361Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0fa84e03-ad0c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.362Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_I0rIikR0sgKh6eNBUAzu
Description:catalog service description
Model UUID:7ca921b4-f39e-4f2b-875f-13c0b836a24e
Model Version:NULL
Model InvariantUuid:5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-15T01:15:59.367Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3bc0911b-ff57-415d-8672-df6de27b42b2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:15:59.370Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||pNF 0fa84e03-ad0c 0
2021-05-15T01:15:59.370Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3bc0911b-ff57-415d-8672-df6de27b42b2
2021-05-15T01:15:59.371Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 7ca921b4-f39e-4f2b-875f-13c0b836a24e
2021-05-15T01:15:59.371Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7ca921b4-f39e-4f2b-875f-13c0b836a24e
2021-05-15T01:15:59.371Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0fa84e03-ad0c 0 3bc0911b-ff57-415d-8672-df6de27b42b2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7ca921b4-f39e-4f2b-875f-13c0b836a24e: pNF 0fa84e03-ad0c
2021-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Processing PNF resource: 3bc0911b-ff57-415d-8672-df6de27b42b2
2021-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_I0rIikR0sgKh6eNBUAzu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:15:59.375Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||Resource customization UUID: 0620e536-afb8-4476-b672-920e9e189393 is the same as notified resource customizationUUID: 0620e536-afb8-4476-b672-920e9e189393
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-15T01:15:59.435Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0fa84e03-ad0c 3bc0911b-ff57-415d-8672-df6de27b42b2 0 ASDC deployResourceStructure
2021-05-15T01:15:59.435Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar ASDC sendASDCNotification
2021-05-15T01:15:59.435Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar
2021-05-15T01:15:59.435Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-15T01:15:59.436Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:15:59.437Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:15:59.437Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041359435,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:15:59.537Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:15:59.538Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:15:59.539Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:15:59.548Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:15:59.548Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:16:00.438Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:16:00.449Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:16:00.451Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:16:00.452Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:16:00.452Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:16:30.452Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:16:30.466Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:16:30.469Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:16:30.469Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:16:30.469Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:16:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:16:48.360Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:16:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:16:48.381Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:16:48.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:16:48.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041342818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:16:48.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:00.469Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:17:00.480Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:17:00.483Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:17:00.483Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:17:00.483Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:17:30.483Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:17:30.492Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:17:30.495Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:17:30.495Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-15T01:17:30.495Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-15T01:17:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:17:48.360Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:17:48.361Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:17:48.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:17:48.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041344461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "policy-id",
"timestamp": 1621041341446,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041342818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041344461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "aai-ml",
"timestamp": 1621041349569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "cds",
"timestamp": 1621041350353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041342818,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "clamp",
"timestamp": 1621041350351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041344461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "aai-ml",
"timestamp": 1621041349569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "cds",
"timestamp": 1621041351359,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:17:48.893Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c3bce04-be55-4e45-ab55-61c3b398350e
2021-05-15T01:17:48.893Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c3bce04-be55-4e45-ab55-61c3b398350e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "policy-id",
"timestamp": 1621041351833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "clamp",
"timestamp": 1621041350351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041344461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "aai-ml",
"timestamp": 1621041349569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "policy-id",
"timestamp": 1621041352835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "clamp",
"timestamp": 1621041350351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "aai-ml",
"timestamp": 1621041349569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041353273,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041352659,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "policy-id",
"timestamp": 1621041353838,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:17:48.907Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c3bce04-be55-4e45-ab55-61c3b398350e
2021-05-15T01:17:48.907Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c3bce04-be55-4e45-ab55-61c3b398350e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "clamp",
"timestamp": 1621041350351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "aai-ml",
"timestamp": 1621041349569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041352659,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041354458,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "clamp",
"timestamp": 1621041350351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "aai-ml",
"timestamp": 1621041349569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041352659,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041355461,
"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-05-15T01:17:48.920Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3c3bce04-be55-4e45-ab55-61c3b398350e
2021-05-15T01:17:48.920Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c3bce04-be55-4e45-ab55-61c3b398350e 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-05-15T01:17:48.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "clamp",
"timestamp": 1621041350351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041348358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "aai-ml",
"timestamp": 1621041349569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041352659,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "clamp",
"timestamp": 1621041350351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "aai-ml",
"timestamp": 1621041349569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041352659,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041357579,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "clamp",
"timestamp": 1621041350351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041352659,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/resourceInstances/pnf0fa84e03ad0c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "aai-ml",
"timestamp": 1621041358697,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041352659,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041359435,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041352659,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041361542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "aai-ml",
"timestamp": 1621041362676,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:17:48.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041363489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:17:48.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "aai-ml",
"timestamp": 1621041363679,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:17:48.936Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c3bce04-be55-4e45-ab55-61c3b398350e
2021-05-15T01:17:48.937Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c3bce04-be55-4e45-ab55-61c3b398350e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:17:48.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041364493,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:17:48.949Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c3bce04-be55-4e45-ab55-61c3b398350e
2021-05-15T01:17:48.949Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c3bce04-be55-4e45-ab55-61c3b398350e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:17:48.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "clamp",
"timestamp": 1621041371748,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:17:48.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "clamp",
"timestamp": 1621041372771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI0riikr0sgkh6enbuazu/1.0/artifacts/service-DemoPnfI0riikr0sgkh6enbuazu-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:17:48.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:17:48.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:17:48.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "clamp",
"timestamp": 1621041373774,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:17:48.962Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3c3bce04-be55-4e45-ab55-61c3b398350e
2021-05-15T01:17:48.963Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c3bce04-be55-4e45-ab55-61c3b398350e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:18:00.495Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:18:00.506Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-15T01:18:00.509Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-15T01:18:00.509Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-15T01:18:00.509Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-15T01:18:00.509Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-15T01:18:00.509Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-15T01:18:00.510Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:18:00.514Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-15T01:18:30.514Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c3bce04-be55-4e45-ab55-61c3b398350e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-15T01:18:30.519Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c3bce04-be55-4e45-ab55-61c3b398350e and serviceModelVersionId: 7ca921b4-f39e-4f2b-875f-13c0b836a24e
2021-05-15T01:18:30.519Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b
2021-05-15T01:18:30.520Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0
2021-05-15T01:18:30.525Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-15T01:18:30.566Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0|INFO|500||Invoke
2021-05-15T01:18:30.567Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3c3bce04-be55-4e45-ab55-61c3b398350e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d30eda39-7a64-4c0f-ab04-3ebbf0b32c4f], X-ECOMP-RequestID=[3c3bce04-be55-4e45-ab55-61c3b398350e], X-TransactionId=[], X-ONAP-RequestID=[3c3bce04-be55-4e45-ab55-61c3b398350e], Content-Type=[application/merge-patch+json]}
2021-05-15T01:18:30.587Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-15T01:18:31.168Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?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/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210515-01:18:30:593-91449], vertex-id=[385184], Content-Length=[0], Date=[Sat, 15 May 2021 01:18:30 GMT], Content-Type=[application/json]}
2021-05-15T01:18:31.168Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-15T01:18:31.169Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5a3c5d3c-deda-47d4-a2e2-e0f71244dd8b/model-vers/model-ver/7ca921b4-f39e-4f2b-875f-13c0b836a24e?depth=0|INFO|500||InvokeReturn
2021-05-15T01:18:31.169Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-15T01:18:31.169Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:18:31.175Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-15T01:18:31.175Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c3bce04-be55-4e45-ab55-61c3b398350e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-15T01:18:31.175Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-15T01:18:31.175Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:31.177Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:31.178Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041511175,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:18:31.278Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:31.278Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:18:31.279Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:31.292Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:31.292Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-15T01:18:32.189Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:18:32.190Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:18:32.190Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:36.474Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:36.475Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-15T01:18:36.475Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"afb48f0a-977a-4eac-8fde-af2ca6aa96c7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"95ecb3e7-73f4-4660-9c90-dba26f485b6d","serviceDescription":"service","serviceInvariantUUID":"5382bd27-c5ad-46de-8a57-f41179bd6117","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9a93faca-b666-4487-9790-3c6208050479","resourceInvariantUUID":"9c783957-ba8f-43c1-bb31-25e3641783ed","resourceCustomizationUUID":"42c1cfbf-f4d1-4258-8af9-b1c354e9d655","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NzIzMjc3ZDYzZGZkNTM1MWYwOTYyNDM2ZTkzOGU4Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10f7483e-e874-42c6-83e3-3ad99513408d","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NGQ2ZTQxNjNhOGFmMzZjMDFhZjE3MmQ5NmFjYzMzNGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"daa45dd7-4ae0-4b4f-9d90-e510d49d35e5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"37ed6a14-0429-4b95-b214-4067fe1b5d91","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6dacd89f-f3f1-4eb9-bd6d-35a399d71d36","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f0ef7027-175b-4a3d-9b8c-d59778a803f8","artifactVersion":"2","generatedFromUUID":"37ed6a14-0429-4b95-b214-4067fe1b5d91"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Mzg0ZTcxNjVlNDdiZDNiMjdkNzNmN2U0NDc2YTBmM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f930894e-3199-405b-8e7e-32cfb4276fc6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzNiNTgxY2NhYTA1ODZhOTYxZWY3ODRlMmJlMTY4ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20d2da0a-70cc-4987-b945-99be54a66c5d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-15T01:18:36.482Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:36.482Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:36.485Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:36.485Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:36.585Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:36.586Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:18:36.586Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:36.595Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:36.595Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:18:37.485Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:37.487Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:37.489Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:37.489Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:18:37.589Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:37.590Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:18:37.590Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:37.600Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:37.600Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:38.490Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:38.491Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:38.492Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:38.492Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:18:38.593Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:38.593Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:18:38.593Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:38.603Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:38.604Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:39.493Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:39.494Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:39.496Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:39.496Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:39.596Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T01:18:39.597Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:18:39.597Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:39.607Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:39.607Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:40.497Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:40.498Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:40.501Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:40.501Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-05-15T01:18:40.602Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-15T01:18:40.602Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:18:40.603Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:40.612Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:40.612Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-15T01:18:41.502Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:41.504Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:41.506Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:41.507Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:41.607Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:41.607Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:18:41.608Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:41.616Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:41.616Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:42.507Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-15T01:18:42.509Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:42.511Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:42.511Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:18:42.611Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:42.612Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:18:42.612Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:42.621Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:42.622Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:43.513Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "95ecb3e7-73f4-4660-9c90-dba26f485b6d",
"serviceDescription": "service",
"serviceInvariantUUID": "5382bd27-c5ad-46de-8a57-f41179bd6117",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "42c1cfbf-f4d1-4258-8af9-b1c354e9d655",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9a93faca-b666-4487-9790-3c6208050479",
"resourceInvariantUUID": "9c783957-ba8f-43c1-bb31-25e3641783ed",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NGQ2ZTQxNjNhOGFmMzZjMDFhZjE3MmQ5NmFjYzMzNGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "daa45dd7-4ae0-4b4f-9d90-e510d49d35e5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "37ed6a14-0429-4b95-b214-4067fe1b5d91",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f0ef7027-175b-4a3d-9b8c-d59778a803f8",
"generatedFromUUID": "37ed6a14-0429-4b95-b214-4067fe1b5d91"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f0ef7027-175b-4a3d-9b8c-d59778a803f8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NzNiNTgxY2NhYTA1ODZhOTYxZWY3ODRlMmJlMTY4ZTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "20d2da0a-70cc-4987-b945-99be54a66c5d"
}
],
"workloadContext": "Production"
}
2021-05-15T01:18:43.513Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-15T01:18:43.513Z|3c3bce04-be55-4e45-ab55-61c3b398350e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 95ecb3e7-73f4-4660-9c90-dba26f485b6d ASDC
2021-05-15T01:18:43.514Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:afb48f0a-977a-4eac-8fde-af2ca6aa96c7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:95ecb3e7-73f4-4660-9c90-dba26f485b6d
ServiceInvariantUUID:5382bd27-c5ad-46de-8a57-f41179bd6117
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:20d2da0a-70cc-4987-b945-99be54a66c5d
ArtifactChecksum:NzNiNTgxY2NhYTA1ODZhOTYxZWY3ODRlMmJlMTY4ZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:42c1cfbf-f4d1-4258-8af9-b1c354e9d655
ResourceInvariantUUID:9c783957-ba8f-43c1-bb31-25e3641783ed
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9a93faca-b666-4487-9790-3c6208050479
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:daa45dd7-4ae0-4b4f-9d90-e510d49d35e5
ArtifactChecksum:NGQ2ZTQxNjNhOGFmMzZjMDFhZjE3MmQ5NmFjYzMzNGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:37ed6a14-0429-4b95-b214-4067fe1b5d91
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:f0ef7027-175b-4a3d-9b8c-d59778a803f8
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:f0ef7027-175b-4a3d-9b8c-d59778a803f8
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-15T01:18:43.514Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 95ecb3e7-73f4-4660-9c90-dba26f485b6d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:18:43.543Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:18:43.544Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:18:43.544Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:18:43.544Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 20d2da0a-70cc-4987-b945-99be54a66c5d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-15T01:18:43.545Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:18:43.545Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-15T01:18:43.767Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:18:43.771Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 20d2da0a-70cc-4987-b945-99be54a66c5d 74259
2021-05-15T01:18:43.771Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-05-15T01:18:43.771Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-15T01:18:43.772Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:18:43.772Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:43.774Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:43.774Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041523771,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:18:43.874Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:43.875Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:18:43.876Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:43.885Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:43.885Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:44.774Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-15T01:18:44.780Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-15T01:18:44.780Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 20d2da0a-70cc-4987-b945-99be54a66c5d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:44.780Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-05-15T01:18:44.781Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:44.781Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:44.996Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15922402878860864818/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-05-15T01:18:45.885Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||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-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||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-BasicVm-csar.csar
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:18:45.886Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:18:45.887Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:45.888Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ad348077-6a0b-4dfb-b417-3b6b00f462ec
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:18:45.889Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-15T01:18:45.890Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:95ecb3e7-73f4-4660-9c90-dba26f485b6d
Model Version:NULL
Model InvariantUuid:5382bd27-c5ad-46de-8a57-f41179bd6117
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:ce934aa4-e68b-4b94-adb7-c5b5a4bd81a4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c783957-ba8f-43c1-bb31-25e3641783ed
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:42c1cfbf-f4d1-4258-8af9-b1c354e9d655
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5de0d119-619e-4248-bdef-f29ac14404f3
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:2b7a52be-d19b-47ae-9ccb-e0d8e6a31527
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ad348077-6a0b-4dfb-b417-3b6b00f462ec
ModelInvariantUuid:02d92766-42d3-4c4e-b977-1c60f8b7d269
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:3ce9958e-7acb-4667-9720-26b60124e81c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:ef0374df-e232-465c-b120-3452d8a9039a
ModelInvariantUuid:8b777f8e-2905-4d97-af7f-aff08569c6b8
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:2773b658-9f65-48ab-a39f-5623b596aed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-15T01:18:45.896Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 9a93faca-b666-4487-9790-3c6208050479
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:18:45.900Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-05-15T01:18:45.900Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9a93faca-b666-4487-9790-3c6208050479
2021-05-15T01:18:45.900Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: daa45dd7-4ae0-4b4f-9d90-e510d49d35e5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-15T01:18:45.900Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:18:45.900Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-15T01:18:46.555Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:18:46.555Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json daa45dd7-4ae0-4b4f-9d90-e510d49d35e5 787
2021-05-15T01:18:46.556Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-05-15T01:18:46.556Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-15T01:18:46.556Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:18:46.556Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:46.558Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:46.558Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041526556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:18:46.659Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-15T01:18:46.660Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:18:46.660Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:46.670Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:46.670Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:47.559Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "5de0d119-619e-4248-bdef-f29ac14404f3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2b7a52be-d19b-47ae-9ccb-e0d8e6a31527",
"vfModuleModelCustomizationUUID": "d8a1e4a9-dc12-4160-893c-c82e09892239",
"isBase": true,
"artifacts": [
"37ed6a14-0429-4b95-b214-4067fe1b5d91",
"f0ef7027-175b-4a3d-9b8c-d59778a803f8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-15T01:18:47.563Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2b7a52be-d19b-47ae-9ccb-e0d8e6a31527
VfModuleModelInvariantUUID:5de0d119-619e-4248-bdef-f29ac14404f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
37ed6a14-0429-4b95-b214-4067fe1b5d91
,
f0ef7027-175b-4a3d-9b8c-d59778a803f8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-15T01:18:47.566Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "5de0d119-619e-4248-bdef-f29ac14404f3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2b7a52be-d19b-47ae-9ccb-e0d8e6a31527",
"vfModuleModelCustomizationUUID": "d8a1e4a9-dc12-4160-893c-c82e09892239",
"isBase": true,
"artifacts": [
"37ed6a14-0429-4b95-b214-4067fe1b5d91",
"f0ef7027-175b-4a3d-9b8c-d59778a803f8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-15T01:18:47.567Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2b7a52be-d19b-47ae-9ccb-e0d8e6a31527
VfModuleModelInvariantUUID:5de0d119-619e-4248-bdef-f29ac14404f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
37ed6a14-0429-4b95-b214-4067fe1b5d91
,
f0ef7027-175b-4a3d-9b8c-d59778a803f8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-15T01:18:47.567Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 37ed6a14-0429-4b95-b214-4067fe1b5d91 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-15T01:18:47.567Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:18:47.567Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-15T01:18:48.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-15T01:18:48.360Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-15T01:18:48.360Z||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 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:48.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:48.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c3bce04-be55-4e45-ab55-61c3b398350e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041511175,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041502818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "cds",
"timestamp": 1621041504557,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041504461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041502659,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041502818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "cds",
"timestamp": 1621041504557,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041504461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041502659,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041502818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "cds",
"timestamp": 1621041504557,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041504461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041502659,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041502818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "cds",
"timestamp": 1621041504557,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041504461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041502659,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "dcae-sch",
"timestamp": 1621041514747,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041502818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "cds",
"timestamp": 1621041504557,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041504461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041502659,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "dcae-sch",
"timestamp": 1621041514747,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041502818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "cds",
"timestamp": 1621041504557,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041504461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041502659,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "dcae-sch",
"timestamp": 1621041514747,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041502818,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "cds",
"timestamp": 1621041504557,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041504461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041502659,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "dcae-sch",
"timestamp": 1621041514747,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041518677,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "dcae-sch",
"timestamp": 1621041514747,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "cds",
"timestamp": 1621041519891,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041519987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041520084,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041518677,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "dcae-sch",
"timestamp": 1621041514747,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "cds",
"timestamp": 1621041520897,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:18:48.545Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afb48f0a-977a-4eac-8fde-af2ca6aa96c7
2021-05-15T01:18:48.546Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afb48f0a-977a-4eac-8fde-af2ca6aa96c7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:18:48.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041518677,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "dcae-sch",
"timestamp": 1621041514747,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041521681,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041522030,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "policy-id",
"timestamp": 1621041521446,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041518677,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "dcae-sch",
"timestamp": 1621041514747,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041512189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "cds",
"timestamp": 1621041521901,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041522867,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621041523033,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:18:48.559Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afb48f0a-977a-4eac-8fde-af2ca6aa96c7
2021-05-15T01:18:48.559Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afb48f0a-977a-4eac-8fde-af2ca6aa96c7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:18:48.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "policy-id",
"timestamp": 1621041521446,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041518677,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "dcae-sch",
"timestamp": 1621041514747,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041522818,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "cds",
"timestamp": 1621041521901,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041523771,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041523870,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-15T01:18:48.573Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afb48f0a-977a-4eac-8fde-af2ca6aa96c7
2021-05-15T01:18:48.573Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId afb48f0a-977a-4eac-8fde-af2ca6aa96c7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "policy-id",
"timestamp": 1621041521446,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041518677,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "dcae-sch",
"timestamp": 1621041514747,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041522818,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "cds",
"timestamp": 1621041521901,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041524873,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "policy-id",
"timestamp": 1621041521446,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041518677,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "dcae-sch",
"timestamp": 1621041514747,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041522818,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "cds",
"timestamp": 1621041521901,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "policy-id",
"timestamp": 1621041521446,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "dcae-sch",
"timestamp": 1621041514747,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041522818,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041525876,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "cds",
"timestamp": 1621041521901,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041526556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621041526944,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "policy-id",
"timestamp": 1621041521446,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "dcae-sch",
"timestamp": 1621041514747,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "ves-openapi-manager",
"timestamp": 1621041522818,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621041525876,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "05a73894-fd1e-4676-a0be-7ac61deecd55",
"consumerID": "cds",
"timestamp": 1621041521901,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-15T01:18:48.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:48.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-15T01:18:48.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "policy-id",
"timestamp": 1621041521446,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-15T01:18:48.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-15T01:18:51.851Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:18:51.851Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 37ed6a14-0429-4b95-b214-4067fe1b5d91 5033
2021-05-15T01:18:51.852Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-05-15T01:18:51.852Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-15T01:18:51.852Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:18:51.852Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:51.854Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:51.855Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041531852,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:18:51.955Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:51.955Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:18:51.956Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:51.965Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:51.965Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:52.855Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f0ef7027-175b-4a3d-9b8c-d59778a803f8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-15T01:18:52.856Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-15T01:18:52.856Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-15T01:18:54.959Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-15T01:18:54.959Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f0ef7027-175b-4a3d-9b8c-d59778a803f8 903
2021-05-15T01:18:54.960Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-05-15T01:18:54.960Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-15T01:18:54.960Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-15T01:18:54.960Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-15T01:18:54.962Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-15T01:18:54.963Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "afb48f0a-977a-4eac-8fde-af2ca6aa96c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621041534960,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-05-15T01:18:55.063Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-15T01:18:55.064Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-15T01:18:55.064Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5un3pTqBfXUXACBm) ...
2021-05-15T01:18:55.074Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-15T01:18:55.074Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-15T01:18:55.963Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 95ecb3e7-73f4-4660-9c90-dba26f485b6d
2021-05-15T01:18:55.964Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9a93faca-b666-4487-9790-3c6208050479 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-15T01:18:55.978Z|afb48f0a-977a-4eac-8fde-af2ca6aa96c7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery