By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-04-29T20:43:56.580Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-vvhwg with PID 14 (/app/app.jar started by so in /app)
2021-04-29T20:43:56.636Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-29T20:43:56.637Z||main|||||INFO|500||The following profiles are active: basic
2021-04-29T20:44:02.979Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-29T20:44:02.980Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-29T20:44:03.074Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-29T20:44:04.611Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-29T20:44:04.774Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-29T20:44:05.119Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-29T20:44:05.133Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-29T20:44:05.213Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-29T20:44:05.316Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-29T20:44:05.653Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-29T20:44:06.372Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-29T20:44:08.476Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-29T20:44:08.519Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-29T20:44:08.859Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-29T20:44:09.051Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-04-29T20:44:10.076Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-29T20:44:10.966Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-29T20:44:10.984Z||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$$967a592.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-04-29T20:44:10.985Z||main|||||WARN|500||The sdc end point is not alive
2021-04-29T20:44:13.121Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-04-29T20:44:15.324Z||main|||||WARN|500||---
2021-04-29T20:44:15.324Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-29T20:44:15.324Z||main|||||WARN|500||---
2021-04-29T20:44:15.691Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-29T20:44:18.755Z||main|||||INFO|500||Started Application in 24.148 seconds (JVM running for 25.197)
2021-04-29T20:44:18.756Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:44:18.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:44:18.769Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:44:18.801Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:44:18.872Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f0776163-1dd7-49a7-b25f-8297ebfc02ef url= /sdc/v1/artifactTypes
2021-04-29T20:44:18.873Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:44:19.976Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:44:19.981Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@283c46c0
2021-04-29T20:44:19.981Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:44:19.990Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:44:19.992Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:44:19.994Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:45:08.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:45:08.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:45:08.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:45:08.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:45:08.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5186310e-72ce-4e3f-a438-7307128de284 url= /sdc/v1/artifactTypes
2021-04-29T20:45:08.756Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:45:09.797Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:45:09.798Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ffd7cc7
2021-04-29T20:45:09.798Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:45:09.798Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:45:09.799Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:45:09.799Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:45:58.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:45:58.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:45:58.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:45:58.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:45:58.757Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4acf54f-7133-44e1-9dd3-0db43f7e4757 url= /sdc/v1/artifactTypes
2021-04-29T20:45:58.757Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:45:59.781Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:45:59.781Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5cfd05f7
2021-04-29T20:45:59.781Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:45:59.782Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:45:59.782Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:45:59.782Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:46:48.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:46:48.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:46:48.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:46:48.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:46:48.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2682289e-46a3-4f3f-b418-f135fe9341ec url= /sdc/v1/artifactTypes
2021-04-29T20:46:48.757Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:46:49.797Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:46:49.797Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@745528f9
2021-04-29T20:46:49.797Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:46:49.797Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:46:49.798Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:46:49.798Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:47:38.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:47:38.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:47:38.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:47:38.753Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:47:38.757Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 178d2288-4a8c-4282-9dbe-63fb6d028285 url= /sdc/v1/artifactTypes
2021-04-29T20:47:38.757Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:47:39.784Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:47:39.785Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a32d64b
2021-04-29T20:47:39.785Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:47:39.785Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:47:39.785Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:47:39.786Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:48:28.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:48:28.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:48:28.750Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:48:28.757Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:48:28.763Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= af5e9dd7-f564-4532-bd2c-5a03d769befa url= /sdc/v1/artifactTypes
2021-04-29T20:48:28.763Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:48:29.802Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:48:29.803Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40b2dc1c
2021-04-29T20:48:29.803Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:48:29.803Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:48:29.803Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:48:29.803Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:49:18.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:49:18.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:49:18.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:49:18.751Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:49:18.764Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f7a49bb-d7b9-451c-b663-89fcb2371cc6 url= /sdc/v1/artifactTypes
2021-04-29T20:49:18.764Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:49:19.786Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:49:19.786Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bc4e07d
2021-04-29T20:49:19.787Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:49:19.787Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:49:19.787Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:49:19.788Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:50:08.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:50:08.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:50:08.750Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:50:08.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:50:08.761Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cad6a07b-c9af-4bbe-9c83-23dbf8e4ce7e url= /sdc/v1/artifactTypes
2021-04-29T20:50:08.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:50:09.801Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:50:09.802Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e12c652
2021-04-29T20:50:09.802Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:50:09.802Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:50:09.802Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:50:09.803Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:50:58.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:50:58.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:50:58.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:50:58.753Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:50:58.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a560fbf-d9eb-41a4-bc8a-e570d778c437 url= /sdc/v1/artifactTypes
2021-04-29T20:50:58.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:50:59.781Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:50:59.782Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@227e61e5
2021-04-29T20:50:59.782Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:50:59.782Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:50:59.782Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:50:59.783Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:51:48.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:51:48.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:51:48.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:51:48.753Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:51:48.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 016f7b70-baf3-42bf-ab01-85560a00b809 url= /sdc/v1/artifactTypes
2021-04-29T20:51:48.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:51:49.797Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:51:49.798Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64673531
2021-04-29T20:51:49.798Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:51:49.799Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:51:49.799Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:51:49.799Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:52:38.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:52:38.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:52:38.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:52:38.751Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:52:38.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 82379dc3-164a-4575-a24f-257081e49121 url= /sdc/v1/artifactTypes
2021-04-29T20:52:38.756Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:52:39.780Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:52:39.781Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d926670
2021-04-29T20:52:39.781Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:52:39.781Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:52:39.781Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:52:39.782Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:53:28.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:53:28.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:53:28.750Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:53:28.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:53:28.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b9d237a4-3afb-4631-8a0a-82d711e276c8 url= /sdc/v1/artifactTypes
2021-04-29T20:53:28.756Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:53:29.765Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:53:29.765Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64815070
2021-04-29T20:53:29.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:53:29.766Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:53:29.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:53:29.766Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:54:16.317Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-29T20:54:16.518Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@56936c3b ((conn=2006) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-29T20:54:18.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:54:18.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:54:18.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:54:18.753Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:54:18.758Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1d49962b-e4e2-464f-9359-fed275320714 url= /sdc/v1/artifactTypes
2021-04-29T20:54:18.759Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:54:19.781Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:54:19.781Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64aabd0
2021-04-29T20:54:19.782Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:54:19.782Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:54:19.782Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:54:19.782Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:55:08.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:55:08.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:55:08.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:55:08.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:55:08.757Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c1bd588b-28ef-490b-a9dc-50468f604a46 url= /sdc/v1/artifactTypes
2021-04-29T20:55:08.758Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:55:09.801Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:55:09.801Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b675d7d
2021-04-29T20:55:09.802Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:55:09.802Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:55:09.802Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:55:09.802Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:55:58.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:55:58.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:55:58.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:55:58.751Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:55:58.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52b609d0-faf9-4ccd-9696-c8584dcc8d43 url= /sdc/v1/artifactTypes
2021-04-29T20:55:58.756Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:55:59.783Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:55:59.784Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63b82c89
2021-04-29T20:55:59.784Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:55:59.785Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:55:59.785Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:55:59.785Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:56:48.750Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:56:48.751Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:56:48.751Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:56:48.754Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:56:48.759Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 135311ae-e2c2-4c65-af91-1676fdba16c9 url= /sdc/v1/artifactTypes
2021-04-29T20:56:48.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:56:49.797Z||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.44.23] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-29T20:56:49.797Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76ddf886
2021-04-29T20:56:49.797Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:56:49.798Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:56:49.798Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:56:49.798Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-29T20:57:38.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:57:38.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:57:38.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:57:38.751Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:57:38.757Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b8511c12-16e9-468c-b36b-86e4d9654e36 url= /sdc/v1/artifactTypes
2021-04-29T20:57:38.758Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:57:39.782Z||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.44.23] 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 jdk.internal.reflect.GeneratedMethodAccessor130.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)
... 28 common frames omitted
2021-04-29T20:57:39.782Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2cf592bf
2021-04-29T20:57:39.783Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:57:39.783Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:57:39.783Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:57:39.784Z||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 jdk.internal.reflect.GeneratedMethodAccessor130.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)
... 11 common frames omitted
2021-04-29T20:58:28.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:58:28.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:58:28.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:58:28.751Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:58:28.755Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68fb0975-7e36-4d20-a69b-1f075aa48486 url= /sdc/v1/artifactTypes
2021-04-29T20:58:28.755Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:58:28.932Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T20:58:28.940Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-29T20:58:28.958Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T20:58:28.966Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T20:58:29.988Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-29T20:58:29.992Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)]
2021-04-29T20:58:29.992Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
2021-04-29T20:58:29.992Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-04-29T20:59:18.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:59:18.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:59:18.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:59:18.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:59:18.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db09d59f-4286-46ce-8f9f-1870893ab1b9 url= /sdc/v1/artifactTypes
2021-04-29T20:59:18.757Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:59:18.810Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T20:59:18.811Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-29T20:59:18.811Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T20:59:18.811Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-29T20:59:18.812Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T20:59:19.845Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-29T20:59:19.845Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)]
2021-04-29T20:59:19.845Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
2021-04-29T20:59:19.846Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-04-29T21:00:08.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T21:00:08.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T21:00:08.750Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T21:00:08.754Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T21:00:08.761Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4da57969-f3e7-4c7e-b4b3-b47b34258470 url= /sdc/v1/artifactTypes
2021-04-29T21:00:08.761Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T21:00:08.893Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T21:00:08.895Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-29T21:00:08.895Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T21:00:08.895Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-29T21:00:08.895Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T21:00:09.925Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-29T21:00:09.925Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)]
2021-04-29T21:00:09.926Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
2021-04-29T21:00:09.926Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-04-29T21:00:58.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T21:00:58.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T21:00:58.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T21:00:58.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T21:00:58.757Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93a66c91-41a8-42d9-9933-b0491977c06a url= /sdc/v1/artifactTypes
2021-04-29T21:00:58.757Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T21:00:58.808Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T21:00:58.810Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-29T21:00:58.810Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T21:00:58.811Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-29T21:00:58.811Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T21:00:59.845Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-29T21:00:59.845Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)]
2021-04-29T21:00:59.845Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
2021-04-29T21:00:59.845Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-04-29T21:01:48.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T21:01:48.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T21:01:48.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T21:01:48.753Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T21:01:48.759Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 815c2a80-b21f-42a4-83db-227efd12d155 url= /sdc/v1/artifactTypes
2021-04-29T21:01:48.759Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T21:01:48.805Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T21:01:48.806Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-29T21:01:48.806Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T21:01:48.807Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-29T21:01:48.807Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T21:01:49.829Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-29T21:01:49.830Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)]
2021-04-29T21:01:49.830Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
2021-04-29T21:01:49.830Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-04-29T21:02:38.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T21:02:38.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T21:02:38.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T21:02:38.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T21:02:38.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a13d33ba-9a8f-4c35-a29a-d89e47504723 url= /sdc/v1/artifactTypes
2021-04-29T21:02:38.757Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T21:02:38.804Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T21:02:38.805Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-29T21:02:38.805Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T21:02:38.805Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-29T21:02:38.806Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T21:02:39.845Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-29T21:02:39.845Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)]
2021-04-29T21:02:39.845Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
2021-04-29T21:02:39.845Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-04-29T21:03:28.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T21:03:28.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T21:03:28.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T21:03:28.753Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T21:03:28.758Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= be9ff48b-cda8-4bf6-828c-8d28baef787f url= /sdc/v1/artifactTypes
2021-04-29T21:03:28.758Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T21:03:28.808Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T21:03:28.809Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-29T21:03:28.809Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T21:03:28.810Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-29T21:03:28.810Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T21:03:28.845Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:03:28.866Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1da61e0f-b37e-456d-afe0-1efea77639a9 url= /sdc/v1/registerForDistribution
2021-04-29T21:03:28.884Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3390f6df
2021-04-29T21:03:28.885Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-04-29T21:03:28.885Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-04-29T21:03:28.894Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/x7cLLScelJgelnv3 will send credentials over a clear channel.
2021-04-29T21:03:28.894Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/x7cLLScelJgelnv3 (as x7cLLScelJgelnv3) ...
2021-04-29T21:03:28.918Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:03:28.919Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T21:03:28.920Z||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 jdk.internal.reflect.GeneratedMethodAccessor130.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)
... 11 common frames omitted
2021-04-29T21:04:18.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T21:04:18.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T21:04:18.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T21:04:18.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T21:04:18.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0165f377-e209-4add-955b-117b4182d1b9 url= /sdc/v1/artifactTypes
2021-04-29T21:04:18.756Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T21:04:18.799Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T21:04:18.800Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-29T21:04:18.800Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T21:04:18.801Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-04-29T21:04:18.801Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as x7cLLScelJgelnv3) ...
2021-04-29T21:04:18.835Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:04:18.838Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a0cd0133-9dcb-4aa3-88b5-22cb661703b2 url= /sdc/v1/registerForDistribution
2021-04-29T21:04:18.940Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a0cd0133-9dcb-4aa3-88b5-22cb661703b2 url= /sdc/v1/registerForDistribution
2021-04-29T21:04:18.940Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-29T21:04:18.951Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:04:18.952Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:04:18.952Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:04:18.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:04:18.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:04:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:04:18.959Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-29T21:04:29.205Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:04:29.262Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:05:18.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:05:18.951Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:05:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:05:18.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:05:18.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:05:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:05:28.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:05:28.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:06:18.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:06:18.951Z||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-04-29T21:06:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:06:18.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:06:18.955Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:06:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:06:28.514Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:06:28.515Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:07:18.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:07:18.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:07:18.952Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:07:18.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:07:18.954Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:07:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:07:28.514Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:07:28.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:08:18.951Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:08:18.951Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:08:18.952Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:08:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:08:18.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:08:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:08:28.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:08:28.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:09:18.951Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:09:18.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:09:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:09:18.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:09:18.955Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:09:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:09:28.506Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:09:28.506Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:10:18.951Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:10:18.952Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:10:18.953Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:10:18.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:10:18.956Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:10:18.956Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:10:28.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:10:28.507Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:11:18.951Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:11:18.952Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:11:18.952Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:11:18.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:11:18.955Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:11:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:11:28.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:11:28.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:12:18.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:12:18.951Z||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-04-29T21:12:18.952Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:12:18.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:12:18.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:12:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:12:28.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:12:28.499Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:13:18.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:13:18.951Z||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-04-29T21:13:18.952Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:13:18.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:13:18.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:13:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:13:28.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:13:28.506Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:14:18.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:14:18.951Z||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-04-29T21:14:18.952Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:14:18.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:14:18.954Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:14:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:14:28.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:14:28.503Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:15:18.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:15:18.951Z||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-04-29T21:15:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:15:18.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:15:18.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:15:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:15:28.499Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:15:28.500Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:16:18.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:16:18.951Z||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-04-29T21:16:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:16:18.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:16:18.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:16:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:16:28.500Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:16:28.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:17:18.950Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:17:18.951Z||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-04-29T21:17:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:17:18.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:17:18.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:17:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:17:28.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:17:28.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:18.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:18:18.951Z||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-04-29T21:18:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:18.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:18:18.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:18:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:19.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:19.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"034c4d5c-5df2-464d-bc04-983f032a0840","serviceName":"vFW 2021-04-29 21-15-44","serviceVersion":"1.0","serviceUUID":"4deae2c9-d8ad-4951-a572-403be5544f1e","serviceDescription":"catalog service description","serviceInvariantUUID":"59b147dd-2950-4a3c-ba98-f8ab84920ee2","resources":[{"resourceInstanceName":"vFW 7f3cd537-3e34 0","resourceName":"vFW 7f3cd537-3e34","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"479814a4-f024-48c6-8947-0719c05978c2","resourceInvariantUUID":"722bb2a4-cc7d-4849-a6dd-c799e5ce86c4","resourceCustomizationUUID":"20a60ed8-307a-4ac6-aeeb-4bdd07f3158c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml","artifactChecksum":"MzAwN2I3M2JhZjkzZjMzMDY2NTY3Y2RlYzhkNjljNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2a88db6-0033-49c5-83c4-a81dbe73c7f5","artifactVersion":"1"},{"artifactName":"vfw7f3cd5373e340_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json","artifactChecksum":"YjU5NTA3M2YzMzZkODdjMmM0ZDVmNDI4YzMxMWU2OGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"04752b7d-4088-4774-b2cc-4226d1599c38","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e22239e3-9860-4e48-a041-11e8e53095f1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml","artifactChecksum":"MTQ0ZDQ4ZTQxNzkxMDNjZDdjMTI0ZGI0MjRhMDdmMmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7eda5487-2f47-4a60-b63c-d211354e5e43","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f932845-b800-462d-9622-9dded25b6e6c","artifactVersion":"2","generatedFromUUID":"e22239e3-9860-4e48-a041-11e8e53095f1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210429211544-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml","artifactChecksum":"NDRlYWEyYjYzNTMzZjQxZmFmOWZiMTE2YTlhMDc1ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9816938d-f5a6-43c6-9f0e-068ef0fb6515","artifactVersion":"1"},{"artifactName":"service-Vfw20210429211544-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar","artifactChecksum":"YTZjZDE0YWNkNDk2ZDA5MTk4ZDVmZjJmNjYyZmVmZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf1ae5d0-0635-4eb5-90b3-b69b6b37ab3a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T21:18:19.593Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:19.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:19.601Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:19.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731070816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.617Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:19.617Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731069011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731075193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731068012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "aai-ml",
"timestamp": 1619731073778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731070816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731069011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731075193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731068012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "aai-ml",
"timestamp": 1619731073778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "policy-id",
"timestamp": 1619731078558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731070816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731069011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731075193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731068012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731079142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "aai-ml",
"timestamp": 1619731073778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "policy-id",
"timestamp": 1619731078558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731070816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731075193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731069011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731068012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731079142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "aai-ml",
"timestamp": 1619731073778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "policy-id",
"timestamp": 1619731078558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731070816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731075193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731069011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731068012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731079142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "aai-ml",
"timestamp": 1619731073778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "policy-id",
"timestamp": 1619731078558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731070816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731075193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731069011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731068012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "clamp",
"timestamp": 1619731082137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731079142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "aai-ml",
"timestamp": 1619731073778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "policy-id",
"timestamp": 1619731078558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731070816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731075193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731069011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731068012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731079142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "clamp",
"timestamp": 1619731082137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "aai-ml",
"timestamp": 1619731073778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "policy-id",
"timestamp": 1619731078558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731079142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "clamp",
"timestamp": 1619731082137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "policy-id",
"timestamp": 1619731078558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731085298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731085297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731085330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "aai-ml",
"timestamp": 1619731085580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731079142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "clamp",
"timestamp": 1619731082137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "dcae-sch",
"timestamp": 1619731085421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "policy-id",
"timestamp": 1619731086526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731086616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731086619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "clamp",
"timestamp": 1619731082137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "dcae-sch",
"timestamp": 1619731085421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731087333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "policy-id",
"timestamp": 1619731087533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "clamp",
"timestamp": 1619731082137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "dcae-sch",
"timestamp": 1619731085421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "policy-id",
"timestamp": 1619731088536,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:18:19.717Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-29T21:18:19.722Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:19.722Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:19.734Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:19.735Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 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-04-29T21:18:19.832Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:18:19.860Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:18:19.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "clamp",
"timestamp": 1619731082137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:18:19.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731088875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731088993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "dcae-sch",
"timestamp": 1619731085421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731089623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.886Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731089882,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:18:19.902Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:18:19.902Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-29T21:18:19.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731089998,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:18:19.919Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:18:19.920Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-29T21:18:19.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "dcae-sch",
"timestamp": 1619731085421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731090886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "DEPLOY_OK"
}
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731091001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "DEPLOY_OK"
}
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "dcae-sch",
"timestamp": 1619731085421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731091648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731091839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "dcae-sch",
"timestamp": 1619731085421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-29T21:18:19.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731092652,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:18:19.934Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:18:19.934Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:18:19.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731093107,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:18:19.947Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:18:19.947Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-29T21:18:19.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731094110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "DEPLOY_OK"
}
2021-04-29T21:18:19.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:20.623Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:20.623Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:20.624Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:20.624Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:18:20.725Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:20.725Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:20.726Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:20.741Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:20.741Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:21.625Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:21.625Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:21.627Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:21.631Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:18:21.727Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-29T21:18:21.728Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:21.728Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:21.738Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:21.739Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:18:22.631Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:22.633Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:22.636Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:22.636Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:22.736Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:22.737Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:22.737Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:22.750Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:22.750Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:23.637Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:23.637Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:23.640Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:23.640Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-29T21:18:23.740Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T21:18:23.740Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:23.740Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:23.752Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:23.752Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:24.640Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:24.642Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:24.645Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:24.645Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:18:24.745Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:24.746Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:24.746Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:24.759Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:24.760Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:18:25.645Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:25.646Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:25.648Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:25.649Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:18:25.749Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:25.750Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:25.750Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:25.764Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:25.765Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:26.650Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"serviceName": "vFW 2021-04-29 21-15-44",
"serviceVersion": "1.0",
"serviceUUID": "4deae2c9-d8ad-4951-a572-403be5544f1e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "59b147dd-2950-4a3c-ba98-f8ab84920ee2",
"resources": [
{
"resourceInstanceName": "vFW 7f3cd537-3e34 0",
"resourceCustomizationUUID": "20a60ed8-307a-4ac6-aeeb-4bdd07f3158c",
"resourceName": "vFW 7f3cd537-3e34",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "479814a4-f024-48c6-8947-0719c05978c2",
"resourceInvariantUUID": "722bb2a4-cc7d-4849-a6dd-c799e5ce86c4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7f3cd5373e340_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"artifactChecksum": "YjU5NTA3M2YzMzZkODdjMmM0ZDVmNDI4YzMxMWU2OGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "04752b7d-4088-4774-b2cc-4226d1599c38",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e22239e3-9860-4e48-a041-11e8e53095f1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3f932845-b800-462d-9622-9dded25b6e6c",
"generatedFromUUID": "e22239e3-9860-4e48-a041-11e8e53095f1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3f932845-b800-462d-9622-9dded25b6e6c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210429211544-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"artifactChecksum": "YTZjZDE0YWNkNDk2ZDA5MTk4ZDVmZjJmNjYyZmVmZGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cf1ae5d0-0635-4eb5-90b3-b69b6b37ab3a"
}
],
"workloadContext": "Production"
}
2021-04-29T21:18:26.651Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T21:18:26.651Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4deae2c9-d8ad-4951-a572-403be5544f1e ASDC
2021-04-29T21:18:26.740Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:034c4d5c-5df2-464d-bc04-983f032a0840
ServiceName:vFW 2021-04-29 21-15-44
ServiceVersion:1.0
ServiceUUID:4deae2c9-d8ad-4951-a572-403be5544f1e
ServiceInvariantUUID:59b147dd-2950-4a3c-ba98-f8ab84920ee2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210429211544-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar
ArtifactUUID:cf1ae5d0-0635-4eb5-90b3-b69b6b37ab3a
ArtifactChecksum:YTZjZDE0YWNkNDk2ZDA5MTk4ZDVmZjJmNjYyZmVmZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7f3cd537-3e34 0
ResourceCustomizationUUID:20a60ed8-307a-4ac6-aeeb-4bdd07f3158c
ResourceInvariantUUID:722bb2a4-cc7d-4849-a6dd-c799e5ce86c4
ResourceName:vFW 7f3cd537-3e34
ResourceType:VF
ResourceUUID:479814a4-f024-48c6-8947-0719c05978c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7f3cd5373e340_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json
ArtifactUUID:04752b7d-4088-4774-b2cc-4226d1599c38
ArtifactChecksum:YjU5NTA3M2YzMzZkODdjMmM0ZDVmNDI4YzMxMWU2OGE=
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/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml
ArtifactUUID:e22239e3-9860-4e48-a041-11e8e53095f1
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/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env
ArtifactUUID:3f932845-b800-462d-9622-9dded25b6e6c
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/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env
ArtifactUUID:3f932845-b800-462d-9622-9dded25b6e6c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-29T21:18:26.740Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4deae2c9-d8ad-4951-a572-403be5544f1e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T21:18:26.791Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:18:26.792Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:18:26.793Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:18:26.793Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cf1ae5d0-0635-4eb5-90b3-b69b6b37ab3a from URL: /sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:26.793Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:18:26.794Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:27.173Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:18:27.184Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar cf1ae5d0-0635-4eb5-90b3-b69b6b37ab3a 110257
2021-04-29T21:18:27.184Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar ASDC sendASDCNotification
2021-04-29T21:18:27.185Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:27.185Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:18:27.186Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:27.188Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:27.188Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731107184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:27.288Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:27.289Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:27.289Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:27.304Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:27.304Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:18:28.189Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:18:28.190Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:18:28.190Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: cf1ae5d0-0635-4eb5-90b3-b69b6b37ab3a, URL: /sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar to file: /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:28.190Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210429211544-csar.csar
2021-04-29T21:18:28.418Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:28.418Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:28.986Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18305649355820310734/Definitions/service-Vfw20210429211544-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-04-29T21:18:31.411Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T21:18:31.415Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7f3cd537-3e34 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7f3cd537-3e34 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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:18:31.425Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.431Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.435Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:31.435Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:18:31.436Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:18:31.438Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.438Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.438Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:31.438Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:18:31.438Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:18:31.439Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.439Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.442Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.442Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:31.442Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:31.442Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:31.442Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:18:31.446Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.446Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:31.446Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:31.446Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.446Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=04cdb95a-5d5d-46ab-a840-70c0b643a3c4
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=60787e90-c87c-4f53-9f35-bd61edbe017f
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dab73ec4-58f1-4170-9ed0-85a929a3002c
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-29 21-15-44
Description:catalog service description
Model UUID:4deae2c9-d8ad-4951-a572-403be5544f1e
Model Version:NULL
Model InvariantUuid:59b147dd-2950-4a3c-ba98-f8ab84920ee2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7f3cd537-3e34
Model UUID:26bb75cd-77e9-4e77-9ed8-c67e9e9d4327
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:722bb2a4-cc7d-4849-a6dd-c799e5ce86c4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:20a60ed8-307a-4ac6-aeeb-4bdd07f3158c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7023c7f9-bed1-4460-9063-eb58fffe93ab
ModelName:Vfw7f3cd5373e34..base_vfw..module-0
ModelUuid:24f836e6-1470-4bfc-a1bc-08e0c343bfe6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:04cdb95a-5d5d-46ab-a840-70c0b643a3c4
ModelInvariantUuid:f0ca2174-446e-432d-b2e1-cf93e3215bc1
ModelName:vFW 7f3cd537-3e34-nodes.vfwCvfc
ModelUuid:b8af48c0-b308-4661-88ba-a19662ed5143
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:68032fd9-9f2b-4e95-8f9c-fe1babf4655a
ModelInvariantUuid:7e82e5e4-4d5a-48d2-bfbc-d1e83598006a
ModelName:Vfw7f3cd5373e34.compute.nodes.heat.vfw
ModelUuid:29bce9ca-e92b-4a53-afed-dd9efe36d3fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:60787e90-c87c-4f53-9f35-bd61edbe017f
ModelInvariantUuid:babab7f0-68d3-4d5b-b3bc-d7fdf1bacd06
ModelName:vFW 7f3cd537-3e34-nodes.vsnCvfc
ModelUuid:1aeae943-fe41-47c9-89f3-ea5166e9cd09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:62dc423d-81ba-4fc4-baca-bd3ce6efbfee
ModelInvariantUuid:f61b4c0c-25d5-4ccb-a6e7-994c9bcd4096
ModelName:Vfw7f3cd5373e34.compute.nodes.heat.vsn
ModelUuid:8442510d-1855-463b-9726-b5810c84b652
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dab73ec4-58f1-4170-9ed0-85a929a3002c
ModelInvariantUuid:4c5a9663-a823-4839-86e0-bfecf94b4bd1
ModelName:vFW 7f3cd537-3e34-nodes.vpgCvfc
ModelUuid:862f6df4-b140-471b-a0b7-b1618b2c2a44
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ce8bcab5-28f2-4616-a25e-f70c5aeb53f8
ModelInvariantUuid:f9c39015-ee4c-4955-a94c-fa89b53aef80
ModelName:Vfw7f3cd5373e34.compute.nodes.heat.vpg
ModelUuid:b483a34d-24a4-44a1-8404-5a6c35ba176f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-29T21:18:31.467Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 479814a4-f024-48c6-8947-0719c05978c2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:18:31.560Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||vFW 7f3cd537-3e34 0
2021-04-29T21:18:31.565Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 479814a4-f024-48c6-8947-0719c05978c2
2021-04-29T21:18:31.565Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 04752b7d-4088-4774-b2cc-4226d1599c38 from URL: /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json
2021-04-29T21:18:31.565Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:18:31.565Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json
2021-04-29T21:18:32.075Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:18:32.075Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json 04752b7d-4088-4774-b2cc-4226d1599c38 785
2021-04-29T21:18:32.075Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json ASDC sendASDCNotification
2021-04-29T21:18:32.076Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json
2021-04-29T21:18:32.076Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:18:32.076Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:32.079Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:32.079Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731112075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:32.179Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:32.180Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:32.180Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:32.194Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:32.194Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:18:33.080Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7f3cd5373e34..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7023c7f9-bed1-4460-9063-eb58fffe93ab",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "24f836e6-1470-4bfc-a1bc-08e0c343bfe6",
"vfModuleModelCustomizationUUID": "0b82c80c-9b98-4dd6-b5b3-d8a292b8d382",
"isBase": true,
"artifacts": [
"e22239e3-9860-4e48-a041-11e8e53095f1",
"3f932845-b800-462d-9622-9dded25b6e6c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-29T21:18:33.099Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7f3cd5373e34..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:24f836e6-1470-4bfc-a1bc-08e0c343bfe6
VfModuleModelInvariantUUID:7023c7f9-bed1-4460-9063-eb58fffe93ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
e22239e3-9860-4e48-a041-11e8e53095f1
,
3f932845-b800-462d-9622-9dded25b6e6c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-29T21:18:33.101Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7f3cd5373e34..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7023c7f9-bed1-4460-9063-eb58fffe93ab",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "24f836e6-1470-4bfc-a1bc-08e0c343bfe6",
"vfModuleModelCustomizationUUID": "0b82c80c-9b98-4dd6-b5b3-d8a292b8d382",
"isBase": true,
"artifacts": [
"e22239e3-9860-4e48-a041-11e8e53095f1",
"3f932845-b800-462d-9622-9dded25b6e6c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-29T21:18:33.102Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7f3cd5373e34..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:24f836e6-1470-4bfc-a1bc-08e0c343bfe6
VfModuleModelInvariantUUID:7023c7f9-bed1-4460-9063-eb58fffe93ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
e22239e3-9860-4e48-a041-11e8e53095f1
,
3f932845-b800-462d-9622-9dded25b6e6c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-29T21:18:33.102Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e22239e3-9860-4e48-a041-11e8e53095f1 from URL: /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml
2021-04-29T21:18:33.102Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:18:33.102Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml
2021-04-29T21:18:33.672Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:18:33.673Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml e22239e3-9860-4e48-a041-11e8e53095f1 20368
2021-04-29T21:18:33.673Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-29T21:18:33.673Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml
2021-04-29T21:18:33.673Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:18:33.673Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:33.675Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:33.675Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731113673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:33.776Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T21:18:33.778Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:33.779Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:33.794Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:33.794Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:34.675Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f932845-b800-462d-9622-9dded25b6e6c from URL: /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env
2021-04-29T21:18:34.676Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:18:34.676Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env
2021-04-29T21:18:34.912Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:18:34.912Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env 3f932845-b800-462d-9622-9dded25b6e6c 2098
2021-04-29T21:18:34.912Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-29T21:18:34.912Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env
2021-04-29T21:18:34.913Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:18:34.913Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:34.915Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:34.915Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731114912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:18:35.015Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:35.015Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:35.016Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:35.029Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:35.029Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:35.916Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4deae2c9-d8ad-4951-a572-403be5544f1e
2021-04-29T21:18:35.916Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7f3cd537-3e34 0 479814a4-f024-48c6-8947-0719c05978c2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:18:35.959Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:35.959Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:35.960Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-04-29T21:18:35.960Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 20a60ed8-307a-4ac6-aeeb-4bdd07f3158c
2021-04-29T21:18:35.960Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20a60ed8-307a-4ac6-aeeb-4bdd07f3158c matches Tosca VF Customization UUID: 20a60ed8-307a-4ac6-aeeb-4bdd07f3158c
2021-04-29T21:18:35.960Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 20a60ed8-307a-4ac6-aeeb-4bdd07f3158c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-29T21:18:35.970Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:35.970Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:35.971Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 20a60ed8-307a-4ac6-aeeb-4bdd07f3158c: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-04-29T21:18:35.972Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d7629e0
2021-04-29T21:18:35.972Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:35.972Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:18:35.972Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0b82c80c-9b98-4dd6-b5b3-d8a292b8d382
2021-04-29T21:18:35.973Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0b82c80c-9b98-4dd6-b5b3-d8a292b8d382
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-29T21:18:35.982Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:35.983Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:35.983Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:35.983Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:35.983Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:35.983Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=04cdb95a-5d5d-46ab-a840-70c0b643a3c4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-29T21:18:35.995Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:35.995Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:35.995Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:35.996Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:35.996Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:35.996Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:35.996Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:35.996Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T21:18:35.996Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:35.998Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=60787e90-c87c-4f53-9f35-bd61edbe017f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-29T21:18:36.000Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:36.000Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:36.000Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:36.002Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:36.002Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:36.002Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:36.002Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:36.002Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T21:18:36.002Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dab73ec4-58f1-4170-9ed0-85a929a3002c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-29T21:18:36.005Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:36.006Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:36.006Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:36.006Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:36.006Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:36.006Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=20a60ed8-307a-4ac6-aeeb-4bdd07f3158c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:18:36.008Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:36.008Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:36.008Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4deae2c9-d8ad-4951-a572-403be5544f1e: vFW 7f3cd537-3e34
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-04-29 21-15-44
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:18:36.299Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7f3cd537-3e34 479814a4-f024-48c6-8947-0719c05978c2 1 ASDC deployResourceStructure
2021-04-29T21:18:36.299Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json ASDC sendASDCNotification
2021-04-29T21:18:36.299Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json
2021-04-29T21:18:36.299Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:18:36.300Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:36.301Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:36.301Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731116299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "DEPLOY_OK"
}
2021-04-29T21:18:36.402Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T21:18:36.402Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:36.402Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:36.414Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:36.415Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:18:37.303Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-29T21:18:37.303Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml
2021-04-29T21:18:37.304Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:18:37.304Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:37.306Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:37.307Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731117303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-29T21:18:37.407Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:37.407Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:37.407Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:37.420Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:37.421Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:38.307Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-29T21:18:38.308Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env
2021-04-29T21:18:38.308Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:18:38.308Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:38.310Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:38.310Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731118307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-29T21:18:38.411Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:38.411Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:38.411Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:38.427Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:38.427Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:39.311Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar ASDC sendASDCNotification
2021-04-29T21:18:39.312Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:39.312Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:18:39.312Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:39.314Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:39.314Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731119311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:18:39.414Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:39.415Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:18:39.415Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:39.430Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:18:39.431Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:40.315Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:18:40.332Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:18:40.336Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:18:40.336Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:18:40.336Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:19:10.336Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:19:10.347Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:19:10.350Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:19:10.351Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:19:10.351Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:19:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:19:18.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:19:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:19:19.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:19:19.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:19:19.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:19:19.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:19:40.351Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:19:40.363Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:19:40.365Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:19:40.365Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:19:40.365Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:20:10.366Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:20:10.376Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:20:10.379Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:20:10.379Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:20:10.379Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:20:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:20:18.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:20:18.956Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:20:19.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:20:19.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "aai-ml",
"timestamp": 1619731104256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "aai-ml",
"timestamp": 1619731105261,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:20:19.491Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:20:19.491Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731098950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "clamp",
"timestamp": 1619731106354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731107184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:20:19.501Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "clamp",
"timestamp": 1619731107424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:20:19.501Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "clamp",
"timestamp": 1619731108428,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:20:19.505Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:20:19.505Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:20:19.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731112075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731113673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731114912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:20:19.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731116299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
"status": "DEPLOY_OK"
}
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731117303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731118307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731119311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:40.379Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:20:40.388Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-04-29T21:20:40.397Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T21:21:10.397Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-29T21:21:10.405Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 034c4d5c-5df2-464d-bc04-983f032a0840 and serviceModelVersionId: 4deae2c9-d8ad-4951-a572-403be5544f1e
2021-04-29T21:21:10.405Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59b147dd-2950-4a3c-ba98-f8ab84920ee2
2021-04-29T21:21:17.944Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59b147dd-2950-4a3c-ba98-f8ab84920ee2/model-vers/model-ver/4deae2c9-d8ad-4951-a572-403be5544f1e?depth=0
2021-04-29T21:21:18.102Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T21:21:18.598Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59b147dd-2950-4a3c-ba98-f8ab84920ee2/model-vers/model-ver/4deae2c9-d8ad-4951-a572-403be5544f1e?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-04-29T21:21:18.603Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59b147dd-2950-4a3c-ba98-f8ab84920ee2/model-vers/model-ver/4deae2c9-d8ad-4951-a572-403be5544f1e?depth=0|INFO|500||Invoke
2021-04-29T21:21:18.751Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59b147dd-2950-4a3c-ba98-f8ab84920ee2/model-vers/model-ver/4deae2c9-d8ad-4951-a572-403be5544f1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-29T21:21:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:21:18.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:21:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:21:19.252Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59b147dd-2950-4a3c-ba98-f8ab84920ee2/model-vers/model-ver/4deae2c9-d8ad-4951-a572-403be5544f1e?depth=0|INFO|500||InvokeReturn
2021-04-29T21:21:19.252Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59b147dd-2950-4a3c-ba98-f8ab84920ee2/model-vers/model-ver/4deae2c9-d8ad-4951-a572-403be5544f1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210429-21:21:18:760-6368], vertex-id=[176312], Content-Length=[0], Date=[Thu, 29 Apr 2021 21:21:18 GMT], Content-Type=[application/json]}
2021-04-29T21:21:19.252Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T21:21:19.256Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T21:21:19.256Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-04-29T21:21:19.261Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-04-29T21:21:19.267Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 034c4d5c-5df2-464d-bc04-983f032a0840 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T21:21:19.268Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T21:21:19.268Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:21:19.270Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:21:19.270Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731279267,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:21:19.370Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:21:19.371Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:21:19.371Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:21:19.394Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:21:19.395Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:21:20.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:21:20.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:21:20.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731279267,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:21:20.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T21:21:20.284Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:21:20.284Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-04-29T21:21:20.285Z|034c4d5c-5df2-464d-bc04-983f032a0840|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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:21:30.503Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:21:30.504Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:21:30.504Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-04-29T21:21:30.505Z|034c4d5c-5df2-464d-bc04-983f032a0840|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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:21:40.082Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:21:40.083Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:21:40.083Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-04-29T21:21:40.083Z|034c4d5c-5df2-464d-bc04-983f032a0840|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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:21:49.624Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:22:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:22:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-04-29T21:22:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:22:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:22:18.955Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:22:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:22:28.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:22:28.519Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:23:18.950Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:23:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-04-29T21:23:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:23:18.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:23:18.954Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:23:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:23:28.498Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:23:28.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:24:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:24:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-04-29T21:24:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:24:18.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:24:18.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:24:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:24:28.495Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:24:28.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:25:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:25:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|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-04-29T21:25:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:18.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:25:18.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:25:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:19.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:25:19.585Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:25:19.586Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.586Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"549beeaf-882b-4bfd-bebc-e2f4d0d80fdb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c7aadf3a-e7aa-499e-8a44-cbed1d958ee8","serviceDescription":"service","serviceInvariantUUID":"d9a1ab0b-5c13-43ac-847a-6837874e2687","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"79166fb6-a998-496d-b161-6f37eede8755","resourceInvariantUUID":"1e831a00-aca5-4e5e-b034-655026660381","resourceCustomizationUUID":"891e9e68-018c-4d43-9ef4-b5e6ec39c02b","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"OWIyZjA1OGFiYjgzYWM5ZDY1YTUxYWIyZTllM2MxYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8313d86-9377-4ccb-93bc-3f7e18a7fb23","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGU0NTJlNmM2YzViMTZiYzQzODFjNDJjMDgyYTc5NDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6fddff76-c0ca-4f9f-8eba-0030a20b5a56","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T21:25:19.589Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:19.589Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:19.592Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:19.592Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "clamp",
"timestamp": 1619731472137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731469011,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731470816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731475193,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "clamp",
"timestamp": 1619731472137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731470816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731475193,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731469011,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "cds",
"timestamp": 1619731477646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "policy-id",
"timestamp": 1619731478559,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "cds",
"timestamp": 1619731477646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731479142,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "policy-id",
"timestamp": 1619731478559,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731479142,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "cds",
"timestamp": 1619731481657,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731479142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "policy-id",
"timestamp": 1619731482061,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "clamp",
"timestamp": 1619731482568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "cds",
"timestamp": 1619731482670,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:25:19.625Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
2021-04-29T21:25:19.626Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:25:19.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731479142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "policy-id",
"timestamp": 1619731483064,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "clamp",
"timestamp": 1619731483587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731479142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "policy-id",
"timestamp": 1619731484066,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:25:19.644Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
2021-04-29T21:25:19.644Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:25:19.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "clamp",
"timestamp": 1619731484590,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:25:19.656Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
2021-04-29T21:25:19.656Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731479142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731479142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "dcae-sch",
"timestamp": 1619731485417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731479142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "dcae-sch",
"timestamp": 1619731485417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731479142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "dcae-sch",
"timestamp": 1619731485417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731488012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731479142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "dcae-sch",
"timestamp": 1619731485417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731489011,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731488012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "dcae-sch",
"timestamp": 1619731485417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731489011,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "dcae-sch",
"timestamp": 1619731485417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731490816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731489011,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "dcae-sch",
"timestamp": 1619731485417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731492206,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731490816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731489011,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "dcae-sch",
"timestamp": 1619731485417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "cds",
"timestamp": 1619731492647,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731490816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731489011,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731493838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "dcae-sch",
"timestamp": 1619731485417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "cds",
"timestamp": 1619731492647,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "aai-ml",
"timestamp": 1619731493778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731490816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731489011,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731494842,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:25:19.673Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
2021-04-29T21:25:19.674Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "dcae-sch",
"timestamp": 1619731485417,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "cds",
"timestamp": 1619731492647,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "aai-ml",
"timestamp": 1619731493778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731490816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731489011,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731495193,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731488012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "cds",
"timestamp": 1619731492647,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731490816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731489011,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731495193,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731488012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "cds",
"timestamp": 1619731492647,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731490816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731495193,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731488012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "cds",
"timestamp": 1619731492647,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731490816,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731495193,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731488012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "policy-id",
"timestamp": 1619731498558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "cds",
"timestamp": 1619731492647,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "aai-ml",
"timestamp": 1619731499503,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731495193,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731488012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "policy-id",
"timestamp": 1619731498558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "cds",
"timestamp": 1619731492647,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731500820,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731495193,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731488012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "policy-id",
"timestamp": 1619731498558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731495193,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731488012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "cds",
"timestamp": 1619731502072,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "policy-id",
"timestamp": 1619731498558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731502151,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "clamp",
"timestamp": 1619731502137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731495193,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731488012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "cds",
"timestamp": 1619731503079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-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-04-29T21:25:19.692Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:25:19.693Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:25:19.693Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:25:19.697Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9aba8c60-89e8-4d99-bdde-8d996fd3babd
2021-04-29T21:25:19.698Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba8c60-89e8-4d99-bdde-8d996fd3babd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:25:19.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "policy-id",
"timestamp": 1619731498558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731503154,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
2021-04-29T21:25:19.705Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:25:19.706Z||pool-19-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=?
2021-04-29T21:25:19.709Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9aba8c60-89e8-4d99-bdde-8d996fd3babd
2021-04-29T21:25:19.709Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba8c60-89e8-4d99-bdde-8d996fd3babd and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "aai-ml",
"timestamp": 1619731503436,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "clamp",
"timestamp": 1619731502137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "policy-id",
"timestamp": 1619731498558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "aai-ml",
"timestamp": 1619731504439,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:25:19.721Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
2021-04-29T21:25:19.721Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:25:19.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731504557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "clamp",
"timestamp": 1619731502137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "policy-id",
"timestamp": 1619731498558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "aai-ml",
"timestamp": 1619731493778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "clamp",
"timestamp": 1619731502137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "policy-id",
"timestamp": 1619731498558,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731506424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "aai-ml",
"timestamp": 1619731493778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "clamp",
"timestamp": 1619731502137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731507429,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:25:19.733Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9aba8c60-89e8-4d99-bdde-8d996fd3babd
2021-04-29T21:25:19.733Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba8c60-89e8-4d99-bdde-8d996fd3babd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "aai-ml",
"timestamp": 1619731493778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "clamp",
"timestamp": 1619731502137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "aai-ml",
"timestamp": 1619731493778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "policy-id",
"timestamp": 1619731508498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "clamp",
"timestamp": 1619731502137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "aai-ml",
"timestamp": 1619731493778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "policy-id",
"timestamp": 1619731509502,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "clamp",
"timestamp": 1619731502137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "aai-ml",
"timestamp": 1619731493778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "policy-id",
"timestamp": 1619731510504,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:25:19.754Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9aba8c60-89e8-4d99-bdde-8d996fd3babd
2021-04-29T21:25:19.754Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba8c60-89e8-4d99-bdde-8d996fd3babd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:25:19.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "aai-ml",
"timestamp": 1619731493778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "aai-ml",
"timestamp": 1619731493778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "aai-ml",
"timestamp": 1619731514076,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:20.592Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:20.594Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:20.597Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:20.597Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:25:20.697Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:20.698Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:25:20.698Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:20.712Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:25:20.712Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:25:21.598Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c7aadf3a-e7aa-499e-8a44-cbed1d958ee8",
"serviceDescription": "service",
"serviceInvariantUUID": "d9a1ab0b-5c13-43ac-847a-6837874e2687",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "891e9e68-018c-4d43-9ef4-b5e6ec39c02b",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "79166fb6-a998-496d-b161-6f37eede8755",
"resourceInvariantUUID": "1e831a00-aca5-4e5e-b034-655026660381",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZGU0NTJlNmM2YzViMTZiYzQzODFjNDJjMDgyYTc5NDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6fddff76-c0ca-4f9f-8eba-0030a20b5a56"
}
],
"workloadContext": "Production"
}
2021-04-29T21:25:21.598Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T21:25:21.598Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7aadf3a-e7aa-499e-8a44-cbed1d958ee8 ASDC
2021-04-29T21:25:21.599Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c7aadf3a-e7aa-499e-8a44-cbed1d958ee8
ServiceInvariantUUID:d9a1ab0b-5c13-43ac-847a-6837874e2687
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:6fddff76-c0ca-4f9f-8eba-0030a20b5a56
ArtifactChecksum:ZGU0NTJlNmM2YzViMTZiYzQzODFjNDJjMDgyYTc5NDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:891e9e68-018c-4d43-9ef4-b5e6ec39c02b
ResourceInvariantUUID:1e831a00-aca5-4e5e-b034-655026660381
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:79166fb6-a998-496d-b161-6f37eede8755
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-29T21:25:21.599Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7aadf3a-e7aa-499e-8a44-cbed1d958ee8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T21:25:21.624Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:25:21.624Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:25:21.624Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:25:21.624Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6fddff76-c0ca-4f9f-8eba-0030a20b5a56 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-29T21:25:21.625Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:25:21.625Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-29T21:25:22.059Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:25:22.060Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6fddff76-c0ca-4f9f-8eba-0030a20b5a56 52217
2021-04-29T21:25:22.061Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-29T21:25:22.061Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-29T21:25:22.061Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:25:22.061Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:22.063Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:22.063Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731522061,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:25:22.163Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:22.163Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:25:22.163Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:22.175Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:25:22.175Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:25:23.063Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:25:23.064Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:25:23.064Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6fddff76-c0ca-4f9f-8eba-0030a20b5a56, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.065Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-29T21:25:23.065Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.065Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.173Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11674611876257680993/Definitions/service-BasicNetwork-template.yml
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.631Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c7aadf3a-e7aa-499e-8a44-cbed1d958ee8
Model Version:NULL
Model InvariantUuid:d9a1ab0b-5c13-43ac-847a-6837874e2687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1e831a00-aca5-4e5e-b034-655026660381
Model UUID:3ad3f6aa-bba1-42ac-aa46-abf003a76837
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:891e9e68-018c-4d43-9ef4-b5e6ec39c02b
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-29T21:25:23.637Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 79166fb6-a998-496d-b161-6f37eede8755
2021-04-29T21:25:23.637Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||No resources found for Service: c7aadf3a-e7aa-499e-8a44-cbed1d958ee8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:25:23.640Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||
2021-04-29T21:25:23.640Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-29T21:25:23.641Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c7aadf3a-e7aa-499e-8a44-cbed1d958ee8
2021-04-29T21:25:23.641Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c7aadf3a-e7aa-499e-8a44-cbed1d958ee8
2021-04-29T21:25:23.641Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-29T21:25:23.641Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:25:23.648Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.648Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.648Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.649Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.649Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c7aadf3a-e7aa-499e-8a44-cbed1d958ee8: Generic NeutronNet
2021-04-29T21:25:23.649Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.649Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.649Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.649Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-04-29T21:25:23.679Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.679Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.679Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.679Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.679Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:25:23.680Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.680Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-29T21:25:23.735Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-29T21:25:23.736Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-29T21:25:23.736Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.736Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:25:23.739Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:23.743Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:23.743Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731523736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:25:23.844Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:23.845Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:25:23.845Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:23.857Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:25:23.858Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:25:24.744Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:25:24.754Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|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-04-29T21:25:24.764Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T21:25:54.765Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-29T21:25:54.769Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb and serviceModelVersionId: c7aadf3a-e7aa-499e-8a44-cbed1d958ee8
2021-04-29T21:25:54.769Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9a1ab0b-5c13-43ac-847a-6837874e2687
2021-04-29T21:25:54.771Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9a1ab0b-5c13-43ac-847a-6837874e2687/model-vers/model-ver/c7aadf3a-e7aa-499e-8a44-cbed1d958ee8?depth=0
2021-04-29T21:25:54.776Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T21:25:54.812Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a1ab0b-5c13-43ac-847a-6837874e2687/model-vers/model-ver/c7aadf3a-e7aa-499e-8a44-cbed1d958ee8?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-04-29T21:25:54.813Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a1ab0b-5c13-43ac-847a-6837874e2687/model-vers/model-ver/c7aadf3a-e7aa-499e-8a44-cbed1d958ee8?depth=0|INFO|500||Invoke
2021-04-29T21:25:54.835Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a1ab0b-5c13-43ac-847a-6837874e2687/model-vers/model-ver/c7aadf3a-e7aa-499e-8a44-cbed1d958ee8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-29T21:25:54.918Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a1ab0b-5c13-43ac-847a-6837874e2687/model-vers/model-ver/c7aadf3a-e7aa-499e-8a44-cbed1d958ee8?depth=0|INFO|500||InvokeReturn
2021-04-29T21:25:54.918Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a1ab0b-5c13-43ac-847a-6837874e2687/model-vers/model-ver/c7aadf3a-e7aa-499e-8a44-cbed1d958ee8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210429-21:25:54:842-95128], vertex-id=[172240], Content-Length=[0], Date=[Thu, 29 Apr 2021 21:25:54 GMT], Content-Type=[application/json]}
2021-04-29T21:25:54.918Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T21:25:54.918Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T21:25:54.919Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|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-04-29T21:25:54.922Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|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-04-29T21:25:54.922Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T21:25:54.922Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T21:25:54.922Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:54.924Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:54.924Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731554922,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:25:55.024Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:55.025Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:25:55.025Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:55.041Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:25:55.042Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T21:25:55.932Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T21:25:55.932Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9aba8c60-89e8-4d99-bdde-8d996fd3babd","serviceName":"Demo_pNF_rI6CFRXqjJeBCsf6iZfy","serviceVersion":"1.0","serviceUUID":"9f648864-9721-429b-bae5-d20b8d83b544","serviceDescription":"catalog service description","serviceInvariantUUID":"ad5c07e3-3c27-4f60-9155-5c3fd4cbc849","resources":[{"resourceInstanceName":"pNF bdba25e0-5f9d 0","resourceName":"pNF bdba25e0-5f9d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"229b6953-4642-406d-881d-ca3332e0a3a2","resourceInvariantUUID":"cbb3922f-0514-4d0e-81bd-33e195298e47","resourceCustomizationUUID":"31748d9d-5123-44d8-a623-12703a47f675","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml","artifactChecksum":"YjUwNWYzOTc5Njg5NmY1MDNiOGI2MWQwMjVkYmUyMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ba25096-d2ff-4ec3-b42b-7c7206b57505","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar","artifactChecksum":"YzE4ZmM4MTgzMmFhMjBjOGIyMzUzZWJlYzNiYzM5MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cab22199-7626-4bfe-afef-2c7992a1112a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ff44b360-7266-4770-89fb-6c2a97617783","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDE1ZjM1ZDJlMzdmY2VhZGE5N2E4ZTM1YWQxYmU3YjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e7857652-942c-4f80-a859-41aa4d2df659","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f037e264-6f77-4b01-8af6-7f03ffd4ba75","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"09f61e2c-6a4f-4cb0-983f-f7bf5fd4b51d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml","artifactChecksum":"MTIwY2MzODI0NzQwOTYyM2MwNzZkODVhZTY4ZWExYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f06a3e9e-481e-44c1-bd64-1c1777105fcd","artifactVersion":"1"},{"artifactName":"service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar","artifactChecksum":"NDllOTFiM2ZhMDhkMDZmNTkzMDdlODUzNDI5OWY5Yjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50ea16ef-f0d2-4b95-aa00-4ccc981fa027","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T21:25:55.933Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:55.933Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:55.934Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:55.934Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:56.035Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:56.035Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:25:56.035Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:56.047Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:25:56.048Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:25:56.935Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:56.936Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:56.939Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:56.939Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:57.039Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:57.041Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:25:57.041Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:57.053Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:25:57.054Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:25:57.940Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:57.941Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:57.942Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:57.943Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:58.043Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:58.043Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:25:58.043Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:58.054Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:25:58.055Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:25:58.943Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:58.944Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:58.946Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:58.946Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:25:59.046Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T21:25:59.047Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:25:59.047Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:59.060Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:25:59.060Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:25:59.947Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:59.948Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:59.950Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:59.950Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:26:00.050Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:26:00.051Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:26:00.051Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:00.064Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:26:00.064Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:26:00.950Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:26:00.951Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:26:00.952Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:26:00.952Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:26:01.053Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T21:26:01.053Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:26:01.053Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:01.066Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:26:01.067Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:26:01.953Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:26:01.953Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:26:01.955Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:26:01.955Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:26:02.055Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:26:02.056Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:26:02.056Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:02.070Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:26:02.071Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:26:02.956Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:26:02.956Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:26:02.958Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:26:02.958Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:26:03.058Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:26:03.059Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:26:03.059Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:03.077Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:26:03.077Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:26:03.959Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"serviceName": "Demo_pNF_rI6CFRXqjJeBCsf6iZfy",
"serviceVersion": "1.0",
"serviceUUID": "9f648864-9721-429b-bae5-d20b8d83b544",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ad5c07e3-3c27-4f60-9155-5c3fd4cbc849",
"resources": [
{
"resourceInstanceName": "pNF bdba25e0-5f9d 0",
"resourceCustomizationUUID": "31748d9d-5123-44d8-a623-12703a47f675",
"resourceName": "pNF bdba25e0-5f9d",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "229b6953-4642-406d-881d-ca3332e0a3a2",
"resourceInvariantUUID": "cbb3922f-0514-4d0e-81bd-33e195298e47",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"artifactChecksum": "NDllOTFiM2ZhMDhkMDZmNTkzMDdlODUzNDI5OWY5Yjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "50ea16ef-f0d2-4b95-aa00-4ccc981fa027"
}
],
"workloadContext": "Production"
}
2021-04-29T21:26:03.959Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T21:26:03.959Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9f648864-9721-429b-bae5-d20b8d83b544 ASDC
2021-04-29T21:26:03.960Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9aba8c60-89e8-4d99-bdde-8d996fd3babd
ServiceName:Demo_pNF_rI6CFRXqjJeBCsf6iZfy
ServiceVersion:1.0
ServiceUUID:9f648864-9721-429b-bae5-d20b8d83b544
ServiceInvariantUUID:ad5c07e3-3c27-4f60-9155-5c3fd4cbc849
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
ArtifactUUID:50ea16ef-f0d2-4b95-aa00-4ccc981fa027
ArtifactChecksum:NDllOTFiM2ZhMDhkMDZmNTkzMDdlODUzNDI5OWY5Yjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bdba25e0-5f9d 0
ResourceCustomizationUUID:31748d9d-5123-44d8-a623-12703a47f675
ResourceInvariantUUID:cbb3922f-0514-4d0e-81bd-33e195298e47
ResourceName:pNF bdba25e0-5f9d
ResourceType:PNF
ResourceUUID:229b6953-4642-406d-881d-ca3332e0a3a2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-29T21:26:03.960Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f648864-9721-429b-bae5-d20b8d83b544 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T21:26:03.984Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:26:03.985Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:26:03.985Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:26:03.985Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 50ea16ef-f0d2-4b95-aa00-4ccc981fa027 from URL: /sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:03.985Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:26:03.985Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:04.556Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:26:04.560Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar 50ea16ef-f0d2-4b95-aa00-4ccc981fa027 83321
2021-04-29T21:26:04.560Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar ASDC sendASDCNotification
2021-04-29T21:26:04.560Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:04.560Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:26:04.560Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:26:04.562Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:26:04.562Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731564560,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:26:04.662Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:26:04.663Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:26:04.663Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:04.675Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:26:04.676Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:26:05.562Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:26:05.563Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:26:05.564Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 50ea16ef-f0d2-4b95-aa00-4ccc981fa027, URL: /sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar to file: /app/ASDC/1/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:05.564Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:05.565Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:05.565Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:05.694Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14967637449819068460/Definitions/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml
2021-04-29T21:26:06.584Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bdba25e0-5f9d 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-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|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-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|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-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|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-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|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-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|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-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bdba25e0-5f9d 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|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-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Node template pNF bdba25e0-5f9d 0 is matching search criteria
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bdba25e0-5f9d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Node template pNF bdba25e0-5f9d 0 is matching search criteria
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bdba25e0-5f9d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_rI6CFRXqjJeBCsf6iZfy
Description:catalog service description
Model UUID:9f648864-9721-429b-bae5-d20b8d83b544
Model Version:NULL
Model InvariantUuid:ad5c07e3-3c27-4f60-9155-5c3fd4cbc849
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-29T21:26:06.592Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 229b6953-4642-406d-881d-ca3332e0a3a2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:26:06.595Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||pNF bdba25e0-5f9d 0
2021-04-29T21:26:06.595Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 229b6953-4642-406d-881d-ca3332e0a3a2
2021-04-29T21:26:06.595Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 9f648864-9721-429b-bae5-d20b8d83b544
2021-04-29T21:26:06.595Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9f648864-9721-429b-bae5-d20b8d83b544
2021-04-29T21:26:06.596Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bdba25e0-5f9d 0 229b6953-4642-406d-881d-ca3332e0a3a2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:26:06.600Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:26:06.601Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.601Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9f648864-9721-429b-bae5-d20b8d83b544: pNF bdba25e0-5f9d
2021-04-29T21:26:06.601Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Processing PNF resource: 229b6953-4642-406d-881d-ca3332e0a3a2
2021-04-29T21:26:06.601Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:26:06.601Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.601Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Resource customization UUID: 31748d9d-5123-44d8-a623-12703a47f675 is the same as notified resource customizationUUID: 31748d9d-5123-44d8-a623-12703a47f675
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-04-29T21:26:06.646Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bdba25e0-5f9d 229b6953-4642-406d-881d-ca3332e0a3a2 0 ASDC deployResourceStructure
2021-04-29T21:26:06.646Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar ASDC sendASDCNotification
2021-04-29T21:26:06.646Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.647Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:26:06.647Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:26:06.649Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:26:06.649Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731566646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:26:06.749Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:26:06.750Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:26:06.750Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:06.761Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:26:06.762Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:26:07.650Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:26:07.661Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:26:07.663Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:26:07.663Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:26:07.663Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:26:18.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:26:18.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:26:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:19.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:26:19.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:26:19.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:26:19.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-29T21:26:37.664Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:26:37.672Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:26:37.675Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:26:37.676Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:26:37.676Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:27:07.676Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:27:07.692Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:27:07.694Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:27:07.695Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:27:07.695Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:27:18.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:27:18.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:27:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:27:18.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:27:18.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:18.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "aai-ml",
"timestamp": 1619731519736,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:27:18.988Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:18.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:18.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:27:18.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-29T21:27:18.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:18.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "aai-ml",
"timestamp": 1619731520739,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:27:18.992Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9aba8c60-89e8-4d99-bdde-8d996fd3babd
2021-04-29T21:27:18.992Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba8c60-89e8-4d99-bdde-8d996fd3babd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:27:18.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:18.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "clamp",
"timestamp": 1619731520985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:27:18.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:18.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "clamp",
"timestamp": 1619731522001,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731522061,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "clamp",
"timestamp": 1619731523004,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:27:19.005Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9aba8c60-89e8-4d99-bdde-8d996fd3babd
2021-04-29T21:27:19.005Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba8c60-89e8-4d99-bdde-8d996fd3babd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:27:19.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731523736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:27:19.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:19.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731554922,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731518950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731564560,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731566646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:37.695Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:27:37.704Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:27:37.707Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:27:37.707Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:27:37.707Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-29T21:27:37.707Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|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-04-29T21:27:37.712Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T21:28:07.712Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-29T21:28:07.717Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd and serviceModelVersionId: 9f648864-9721-429b-bae5-d20b8d83b544
2021-04-29T21:28:07.717Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad5c07e3-3c27-4f60-9155-5c3fd4cbc849
2021-04-29T21:28:07.718Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad5c07e3-3c27-4f60-9155-5c3fd4cbc849/model-vers/model-ver/9f648864-9721-429b-bae5-d20b8d83b544?depth=0
2021-04-29T21:28:07.724Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T21:28:07.756Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad5c07e3-3c27-4f60-9155-5c3fd4cbc849/model-vers/model-ver/9f648864-9721-429b-bae5-d20b8d83b544?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-04-29T21:28:07.757Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad5c07e3-3c27-4f60-9155-5c3fd4cbc849/model-vers/model-ver/9f648864-9721-429b-bae5-d20b8d83b544?depth=0|INFO|500||Invoke
2021-04-29T21:28:07.773Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad5c07e3-3c27-4f60-9155-5c3fd4cbc849/model-vers/model-ver/9f648864-9721-429b-bae5-d20b8d83b544?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-29T21:28:08.076Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad5c07e3-3c27-4f60-9155-5c3fd4cbc849/model-vers/model-ver/9f648864-9721-429b-bae5-d20b8d83b544?depth=0|INFO|500||InvokeReturn
2021-04-29T21:28:08.076Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad5c07e3-3c27-4f60-9155-5c3fd4cbc849/model-vers/model-ver/9f648864-9721-429b-bae5-d20b8d83b544?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210429-21:28:07:782-57643], vertex-id=[221320], Content-Length=[0], Date=[Thu, 29 Apr 2021 21:28:07 GMT], Content-Type=[application/json]}
2021-04-29T21:28:08.077Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T21:28:08.077Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T21:28:08.077Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|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-04-29T21:28:08.080Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|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-04-29T21:28:08.081Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9aba8c60-89e8-4d99-bdde-8d996fd3babd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T21:28:08.081Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T21:28:08.081Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:08.083Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:08.083Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731688081,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:28:08.183Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:08.184Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:08.184Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:08.201Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:08.202Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T21:28:09.092Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:28:09.093Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|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-04-29T21:28:09.093Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:13.389Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:13.391Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T21:28:13.391Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"13e8883b-f41b-4c44-a93d-d4a5cd1fb939","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9e950832-aadc-49e9-8702-8e594be12b37","serviceDescription":"service","serviceInvariantUUID":"99afb9f3-577f-4da8-8e1b-616289eb2b66","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"177285eb-e0a2-4792-bbab-f77fcad2ea2f","resourceInvariantUUID":"5dad9261-af19-4447-9906-839f34cb8d93","resourceCustomizationUUID":"d140c7e4-ded5-4777-94d3-d0d17230df89","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NzZiNTEyMDYxNjViODBlZDhjMzZiMmJkZTdmNjAwNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d01f82b8-ca51-45d6-81d2-fd5364ca0058","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eedd0c1c-da00-4b18-97ff-71eb8b7fd171","artifactVersion":"2","generatedFromUUID":"bb642675-ae72-4660-bc38-f91398cad8c1"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bb642675-ae72-4660-bc38-f91398cad8c1","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"OTFmNjY5YTQ1NGJmZGM4ODlkMWUzNGZiNGMwZDU0Mzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b74becaa-b684-4251-bdcd-72869d7cf644","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bc9eb5d9-12e0-4c29-8503-62218b6307a8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6757b83c-0e24-4f2c-a193-023ba2a09867","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"97db611e-01be-49ae-81f7-7b28805ea5f2","artifactVersion":"2","generatedFromUUID":"bc9eb5d9-12e0-4c29-8503-62218b6307a8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2NlZjExZmVlM2Y5Yjc1NWIyMGFkODZmOTMxYmEzYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"824797c8-0129-4d4b-9ea9-50f6387115ae","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmYzNWZmYjA4MzJlNzAxN2YxYjJmNmYzMzBjMWVlMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"109fc485-eb2f-4df1-88fc-7e55d83709bf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T21:28:13.393Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:13.393Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:13.394Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:13.394Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731689092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:13.494Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:13.495Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:13.495Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:13.507Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:13.508Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:14.395Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:14.396Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:14.398Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:14.398Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731689092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-04-29T21:28:14.498Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:14.499Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:14.499Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:14.512Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:14.512Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:15.398Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:15.399Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:15.401Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:15.401Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731689092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-04-29T21:28:15.501Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:15.503Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:15.503Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:15.515Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:15.516Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:16.402Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:16.403Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:16.404Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:16.405Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731689092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:28:16.505Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:16.506Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:16.506Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:16.519Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:16.520Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:17.405Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:17.407Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:17.409Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:17.409Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731689092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:28:17.509Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:17.510Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:17.511Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:17.524Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:17.525Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:28:18.410Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:18.410Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:18.412Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:18.412Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731689092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.512Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:18.513Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:18.513Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:18.524Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:18.525Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:28:18.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:28:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:18.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:18.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "clamp",
"timestamp": 1619731592137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "cds",
"timestamp": 1619731597646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731595193,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731590816,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731599142,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "policy-id",
"timestamp": 1619731598558,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "clamp",
"timestamp": 1619731592137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "cds",
"timestamp": 1619731597646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731595193,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731590816,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731599142,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "policy-id",
"timestamp": 1619731598558,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "clamp",
"timestamp": 1619731592137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731590816,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731595193,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "cds",
"timestamp": 1619731597646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731599142,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "policy-id",
"timestamp": 1619731598558,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "clamp",
"timestamp": 1619731592137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731590816,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "cds",
"timestamp": 1619731597646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731595193,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731599142,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "policy-id",
"timestamp": 1619731598558,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "clamp",
"timestamp": 1619731592137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731595193,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "cds",
"timestamp": 1619731597646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731590816,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731599142,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "policy-id",
"timestamp": 1619731598558,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "clamp",
"timestamp": 1619731592137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731590816,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731595193,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "cds",
"timestamp": 1619731597646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731599142,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "policy-id",
"timestamp": 1619731598558,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731595193,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731590816,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "cds",
"timestamp": 1619731597646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "clamp",
"timestamp": 1619731592137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731599142,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "policy-id",
"timestamp": 1619731598558,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "dcae-sch",
"timestamp": 1619731605417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731590816,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731595193,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "clamp",
"timestamp": 1619731592137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "cds",
"timestamp": 1619731597646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731599142,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "policy-id",
"timestamp": 1619731598558,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "dcae-sch",
"timestamp": 1619731605417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731595193,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731590816,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "clamp",
"timestamp": 1619731592137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "cds",
"timestamp": 1619731597646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731599142,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "policy-id",
"timestamp": 1619731598558,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "dcae-sch",
"timestamp": 1619731605417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731608012,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "dcae-sch",
"timestamp": 1619731605417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731609011,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731608012,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731610002,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731610005,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "dcae-sch",
"timestamp": 1619731605417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "cds",
"timestamp": 1619731610176,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "policy-id",
"timestamp": 1619731610201,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731610273,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731609011,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731608012,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "dcae-sch",
"timestamp": 1619731605417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "cds",
"timestamp": 1619731611182,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:28:19.010Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.010Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:28:19.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "policy-id",
"timestamp": 1619731611204,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:28:19.016Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731609011,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731608012,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "dcae-sch",
"timestamp": 1619731605417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "policy-id",
"timestamp": 1619731612206,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:28:19.020Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.020Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731612371,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731612381,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731612489,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731609011,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731608012,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "dcae-sch",
"timestamp": 1619731605417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731609011,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731608012,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "clamp",
"timestamp": 1619731613673,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "dcae-sch",
"timestamp": 1619731605417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731614100,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731614099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731614099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "aai-ml",
"timestamp": 1619731613778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731609011,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731608012,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "clamp",
"timestamp": 1619731614690,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "aai-ml",
"timestamp": 1619731613778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731615598,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731609011,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731615671,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731608012,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731615678,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.030Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "clamp",
"timestamp": 1619731615693,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:28:19.034Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.034Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:28:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "aai-ml",
"timestamp": 1619731613778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731616601,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:28:19.046Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.046Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-29T21:28:19.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731609011,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731608012,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731616679,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:28:19.055Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.055Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-29T21:28:19.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731616722,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:28:19.063Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.063Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-29T21:28:19.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "aai-ml",
"timestamp": 1619731613778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731617604,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731609011,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731617682,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731617725,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "aai-ml",
"timestamp": 1619731613778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "cds",
"timestamp": 1619731612646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731618608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "policy-id",
"timestamp": 1619731618558,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731618687,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "aai-ml",
"timestamp": 1619731613778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "cds",
"timestamp": 1619731612646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731618608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "policy-id",
"timestamp": 1619731618558,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731619142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731618687,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "aai-ml",
"timestamp": 1619731613778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731620548,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "cds",
"timestamp": 1619731612646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731618608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "policy-id",
"timestamp": 1619731618558,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731619142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731618687,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "aai-ml",
"timestamp": 1619731613778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "cds",
"timestamp": 1619731612646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "policy-id",
"timestamp": 1619731618558,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731618608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731619142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731618687,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "aai-ml",
"timestamp": 1619731613778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "cds",
"timestamp": 1619731612646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731618608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "clamp",
"timestamp": 1619731622137,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "policy-id",
"timestamp": 1619731618558,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731619142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731618687,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731622827,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "cds",
"timestamp": 1619731612646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731618608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "clamp",
"timestamp": 1619731622137,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "policy-id",
"timestamp": 1619731618558,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731619142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731618687,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731623831,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:28:19.080Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.080Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:28:19.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "aai-ml",
"timestamp": 1619731624045,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "cds",
"timestamp": 1619731612646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731618608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "clamp",
"timestamp": 1619731622137,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "policy-id",
"timestamp": 1619731618558,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731619142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731618687,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "clamp",
"timestamp": 1619731622137,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731619142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "dcae-sch",
"timestamp": 1619731625417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731626046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "cds",
"timestamp": 1619731626084,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "policy-id",
"timestamp": 1619731626099,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731626126,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "clamp",
"timestamp": 1619731622137,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "dcae-sch",
"timestamp": 1619731625417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "cds",
"timestamp": 1619731627090,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:28:19.099Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24bfa04a-e95b-49d2-8b27-5cd95c20896e
2021-04-29T21:28:19.099Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24bfa04a-e95b-49d2-8b27-5cd95c20896e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:28:19.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "policy-id",
"timestamp": 1619731627103,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:28:19.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731627194,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731627573,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "clamp",
"timestamp": 1619731622137,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731627793,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "dcae-sch",
"timestamp": 1619731625417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "policy-id",
"timestamp": 1619731628105,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:28:19.111Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24bfa04a-e95b-49d2-8b27-5cd95c20896e
2021-04-29T21:28:19.112Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24bfa04a-e95b-49d2-8b27-5cd95c20896e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "cds",
"timestamp": 1619731628094,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "clamp",
"timestamp": 1619731622137,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "dcae-sch",
"timestamp": 1619731625417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "cds",
"timestamp": 1619731628094,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731629011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731629971,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "dcae-sch",
"timestamp": 1619731625417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731630201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "cds",
"timestamp": 1619731628094,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731630282,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731629011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "dcae-sch",
"timestamp": 1619731625417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731631203,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:28:19.124Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24bfa04a-e95b-49d2-8b27-5cd95c20896e
2021-04-29T21:28:19.124Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24bfa04a-e95b-49d2-8b27-5cd95c20896e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-29T21:28:19.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "cds",
"timestamp": 1619731628094,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731631289,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:28:19.132Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24bfa04a-e95b-49d2-8b27-5cd95c20896e
2021-04-29T21:28:19.132Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24bfa04a-e95b-49d2-8b27-5cd95c20896e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-29T21:28:19.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731629011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "dcae-sch",
"timestamp": 1619731625417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731632206,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "cds",
"timestamp": 1619731628094,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731632294,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731632392,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731629011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "aai-ml",
"timestamp": 1619731632672,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "dcae-sch",
"timestamp": 1619731625417,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731633208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "cds",
"timestamp": 1619731628094,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731633412,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:28:19.144Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24bfa04a-e95b-49d2-8b27-5cd95c20896e
2021-04-29T21:28:19.144Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24bfa04a-e95b-49d2-8b27-5cd95c20896e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-29T21:28:19.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731629011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "aai-ml",
"timestamp": 1619731633676,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:28:19.152Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.152Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:28:19.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "dcae-sch",
"timestamp": 1619731625417,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731633208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "cds",
"timestamp": 1619731628094,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731634414,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731629011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "dcae-sch",
"timestamp": 1619731625417,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731635193,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731633208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "cds",
"timestamp": 1619731628094,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731619142,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731629011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "dcae-sch",
"timestamp": 1619731625417,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731635193,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731633208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731619142,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731629011,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "dcae-sch",
"timestamp": 1619731625417,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "cds",
"timestamp": 1619731637154,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731635193,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731633208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731619142,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731629011,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "clamp",
"timestamp": 1619731637975,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "dcae-sch",
"timestamp": 1619731625417,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619731635193,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619731633208,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619731619142,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "policy-id",
"timestamp": 1619731638558,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619731638012,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1619731629011,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-29T21:28:19.412Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:19.414Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:19.415Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:19.416Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731689092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-04-29T21:28:19.516Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:19.516Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:19.517Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:19.528Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:19.528Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:20.416Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:20.417Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:20.418Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:20.419Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731689092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-29T21:28:20.519Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:20.520Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:20.520Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:20.533Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:20.533Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:21.419Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:21.420Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:21.421Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:21.421Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731689092,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-29T21:28:21.522Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T21:28:21.522Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:21.523Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:21.533Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:21.534Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:22.422Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "9e950832-aadc-49e9-8702-8e594be12b37",
"serviceDescription": "service",
"serviceInvariantUUID": "99afb9f3-577f-4da8-8e1b-616289eb2b66",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "d140c7e4-ded5-4777-94d3-d0d17230df89",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "177285eb-e0a2-4792-bbab-f77fcad2ea2f",
"resourceInvariantUUID": "5dad9261-af19-4447-9906-839f34cb8d93",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eedd0c1c-da00-4b18-97ff-71eb8b7fd171",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bb642675-ae72-4660-bc38-f91398cad8c1",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "OTFmNjY5YTQ1NGJmZGM4ODlkMWUzNGZiNGMwZDU0Mzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b74becaa-b684-4251-bdcd-72869d7cf644",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bc9eb5d9-12e0-4c29-8503-62218b6307a8",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "97db611e-01be-49ae-81f7-7b28805ea5f2",
"generatedFromUUID": "bc9eb5d9-12e0-4c29-8503-62218b6307a8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "97db611e-01be-49ae-81f7-7b28805ea5f2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ZmYzNWZmYjA4MzJlNzAxN2YxYjJmNmYzMzBjMWVlMzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "109fc485-eb2f-4df1-88fc-7e55d83709bf"
}
],
"workloadContext": "Production"
}
2021-04-29T21:28:22.423Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T21:28:22.423Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9e950832-aadc-49e9-8702-8e594be12b37 ASDC
2021-04-29T21:28:22.423Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:13e8883b-f41b-4c44-a93d-d4a5cd1fb939
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9e950832-aadc-49e9-8702-8e594be12b37
ServiceInvariantUUID:99afb9f3-577f-4da8-8e1b-616289eb2b66
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:109fc485-eb2f-4df1-88fc-7e55d83709bf
ArtifactChecksum:ZmYzNWZmYjA4MzJlNzAxN2YxYjJmNmYzMzBjMWVlMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d140c7e4-ded5-4777-94d3-d0d17230df89
ResourceInvariantUUID:5dad9261-af19-4447-9906-839f34cb8d93
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:177285eb-e0a2-4792-bbab-f77fcad2ea2f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:eedd0c1c-da00-4b18-97ff-71eb8b7fd171
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:bb642675-ae72-4660-bc38-f91398cad8c1
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:b74becaa-b684-4251-bdcd-72869d7cf644
ArtifactChecksum:OTFmNjY5YTQ1NGJmZGM4ODlkMWUzNGZiNGMwZDU0Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:bc9eb5d9-12e0-4c29-8503-62218b6307a8
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:97db611e-01be-49ae-81f7-7b28805ea5f2
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:97db611e-01be-49ae-81f7-7b28805ea5f2
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-29T21:28:22.423Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e950832-aadc-49e9-8702-8e594be12b37 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T21:28:22.449Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:28:22.450Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:28:22.450Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:28:22.450Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 109fc485-eb2f-4df1-88fc-7e55d83709bf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-29T21:28:22.450Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:28:22.451Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-29T21:28:23.057Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:28:23.060Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 109fc485-eb2f-4df1-88fc-7e55d83709bf 71166
2021-04-29T21:28:23.060Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-29T21:28:23.061Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-29T21:28:23.061Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:28:23.061Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:23.062Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:23.063Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731703060,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:23.163Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:23.163Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:23.164Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:23.177Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:23.177Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:24.063Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:28:24.064Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:28:24.064Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 109fc485-eb2f-4df1-88fc-7e55d83709bf, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T21:28:24.064Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-29T21:28:24.065Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T21:28:24.065Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T21:28:24.199Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2928162452279420810/Definitions/service-BasicCnf-template.yml
2021-04-29T21:28:25.079Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T21:28:25.079Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:28:25.079Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|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-BasicCnf-csar.csar
2021-04-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2021-04-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:25.083Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:28:25.083Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:25.083Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:25.083Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:28:25.083Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d63c3551-e729-493a-8e3d-007c41d0d066
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:25.085Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.085Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:25.085Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.085Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:25.085Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.085Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9e950832-aadc-49e9-8702-8e594be12b37
Model Version:NULL
Model InvariantUuid:99afb9f3-577f-4da8-8e1b-616289eb2b66
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:3d9281e0-4a5f-4ee1-8128-69b11dc84f97
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5dad9261-af19-4447-9906-839f34cb8d93
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d140c7e4-ded5-4777-94d3-d0d17230df89
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4651b14f-62bd-4893-abd5-91f25f20c658
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:9c4e084e-adfc-4d87-8e13-1e905766437c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d63c3551-e729-493a-8e3d-007c41d0d066
ModelInvariantUuid:f2533826-ec3c-4c74-affe-9be5688a09f4
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7604ab9d-d518-4c35-a21d-370a84e8124e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:25e791f5-28a2-48d8-93a4-e72058cbfd18
ModelInvariantUuid:79abe2d7-e3ba-49d0-acd8-b85162aaf133
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:84e65451-1959-4ceb-9e8d-b7f79d8eef39
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-29T21:28:25.091Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 177285eb-e0a2-4792-bbab-f77fcad2ea2f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:28:25.095Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||basic_cnf 0
2021-04-29T21:28:25.095Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 177285eb-e0a2-4792-bbab-f77fcad2ea2f
2021-04-29T21:28:25.095Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eedd0c1c-da00-4b18-97ff-71eb8b7fd171 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-29T21:28:25.095Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:28:25.095Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-29T21:28:25.292Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:28:25.292Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env eedd0c1c-da00-4b18-97ff-71eb8b7fd171 12
2021-04-29T21:28:25.293Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-04-29T21:28:25.293Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-29T21:28:25.293Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:28:25.293Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:25.296Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:25.296Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731705293,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:25.396Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:25.397Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:25.397Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:25.409Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:25.409Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:26.296Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bb642675-ae72-4660-bc38-f91398cad8c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-29T21:28:26.300Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:28:26.300Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-29T21:28:26.539Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:28:26.540Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz bb642675-ae72-4660-bc38-f91398cad8c1 2688
2021-04-29T21:28:26.540Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-04-29T21:28:26.540Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-29T21:28:26.540Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:28:26.540Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:26.542Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:26.542Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731706540,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:26.642Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:26.643Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:26.643Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:26.654Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:26.655Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:27.544Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b74becaa-b684-4251-bdcd-72869d7cf644 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-29T21:28:27.544Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:28:27.545Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-29T21:28:28.608Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:28:28.608Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b74becaa-b684-4251-bdcd-72869d7cf644 828
2021-04-29T21:28:28.608Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-04-29T21:28:28.609Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-29T21:28:28.609Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:28:28.609Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:28.611Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:28.612Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731708608,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:28.712Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:28.713Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:28.713Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:28.729Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:28.730Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:29.617Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "4651b14f-62bd-4893-abd5-91f25f20c658",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9c4e084e-adfc-4d87-8e13-1e905766437c",
"vfModuleModelCustomizationUUID": "29508206-fe81-406a-ab39-1237c0cbfa0b",
"isBase": true,
"artifacts": [
"bc9eb5d9-12e0-4c29-8503-62218b6307a8",
"bb642675-ae72-4660-bc38-f91398cad8c1",
"97db611e-01be-49ae-81f7-7b28805ea5f2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-29T21:28:29.624Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c4e084e-adfc-4d87-8e13-1e905766437c
VfModuleModelInvariantUUID:4651b14f-62bd-4893-abd5-91f25f20c658
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc9eb5d9-12e0-4c29-8503-62218b6307a8
,
bb642675-ae72-4660-bc38-f91398cad8c1
,
97db611e-01be-49ae-81f7-7b28805ea5f2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-29T21:28:29.626Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "4651b14f-62bd-4893-abd5-91f25f20c658",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9c4e084e-adfc-4d87-8e13-1e905766437c",
"vfModuleModelCustomizationUUID": "29508206-fe81-406a-ab39-1237c0cbfa0b",
"isBase": true,
"artifacts": [
"bc9eb5d9-12e0-4c29-8503-62218b6307a8",
"bb642675-ae72-4660-bc38-f91398cad8c1",
"97db611e-01be-49ae-81f7-7b28805ea5f2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-29T21:28:29.626Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c4e084e-adfc-4d87-8e13-1e905766437c
VfModuleModelInvariantUUID:4651b14f-62bd-4893-abd5-91f25f20c658
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc9eb5d9-12e0-4c29-8503-62218b6307a8
,
bb642675-ae72-4660-bc38-f91398cad8c1
,
97db611e-01be-49ae-81f7-7b28805ea5f2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-29T21:28:29.626Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bc9eb5d9-12e0-4c29-8503-62218b6307a8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-29T21:28:29.626Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:28:29.626Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-29T21:28:30.811Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:28:30.811Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bc9eb5d9-12e0-4c29-8503-62218b6307a8 1164
2021-04-29T21:28:30.811Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-04-29T21:28:30.811Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-29T21:28:30.811Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:28:30.811Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:30.814Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:30.815Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731710811,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:30.913Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-29T21:28:30.914Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:28:30.914Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:30.926Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:30.927Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:31.815Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 97db611e-01be-49ae-81f7-7b28805ea5f2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-29T21:28:31.816Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:28:31.816Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-29T21:28:32.395Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:28:32.396Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 97db611e-01be-49ae-81f7-7b28805ea5f2 200
2021-04-29T21:28:32.396Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-04-29T21:28:32.396Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-29T21:28:32.396Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:28:32.396Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:32.398Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:32.398Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619731712396,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-04-29T21:28:32.498Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:32.499Z||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-04-29T21:28:32.499Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:32.510Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-29T21:28:32.511Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:28:33.398Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9e950832-aadc-49e9-8702-8e594be12b37
2021-04-29T21:28:33.399Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 177285eb-e0a2-4792-bbab-f77fcad2ea2f 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=?
2021-04-29T21:28:33.412Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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 heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:28:33.427Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:33.428Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.428Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-04-29T21:28:33.428Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d140c7e4-ded5-4777-94d3-d0d17230df89
2021-04-29T21:28:33.428Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d140c7e4-ded5-4777-94d3-d0d17230df89 matches Tosca VF Customization UUID: d140c7e4-ded5-4777-94d3-d0d17230df89
2021-04-29T21:28:33.428Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d140c7e4-ded5-4777-94d3-d0d17230df89 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-29T21:28:33.430Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:33.430Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.431Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d140c7e4-ded5-4777-94d3-d0d17230df89: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-04-29T21:28:33.431Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58643089
2021-04-29T21:28:33.431Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:33.431Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:28:33.431Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 29508206-fe81-406a-ab39-1237c0cbfa0b
2021-04-29T21:28:33.431Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 29508206-fe81-406a-ab39-1237c0cbfa0b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-29T21:28:33.433Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:33.434Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:33.434Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:28:33.434Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:33.434Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:33.434Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:28:33.435Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:33.435Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-29T21:28:33.435Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-29T21:28:33.435Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d63c3551-e729-493a-8e3d-007c41d0d066
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-29T21:28:33.437Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:33.437Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:33.437Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:28:33.438Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:33.438Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:33.438Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d140c7e4-ded5-4777-94d3-d0d17230df89
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:28:33.440Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:33.440Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.440Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9e950832-aadc-49e9-8702-8e594be12b37: basic_cnf
2021-04-29T21:28:33.440Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:33.440Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.440Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery