By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-05-21T23:27:06.314Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-s2cvq with PID 14 (/app/app.jar started by so in /app)
2021-05-21T23:27:06.322Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-21T23:27:06.323Z||main|||||INFO|500||The following profiles are active: basic
2021-05-21T23:27:13.706Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-21T23:27:13.707Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-21T23:27:13.796Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-21T23:27:15.401Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-21T23:27:15.577Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-21T23:27:15.924Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-21T23:27:15.932Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-21T23:27:16.048Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-21T23:27:16.186Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-21T23:27:16.598Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-21T23:27:17.584Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-21T23:27:19.465Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-21T23:27:19.504Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-21T23:27:19.921Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-21T23:27:20.170Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-05-21T23:27:21.373Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-21T23:27:22.315Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-21T23:27:22.343Z||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$$799d2960.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-05-21T23:27:22.344Z||main|||||WARN|500||The sdc end point is not alive
2021-05-21T23:27:24.610Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-05-21T23:27:26.940Z||main|||||WARN|500||---
2021-05-21T23:27:26.940Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-21T23:27:26.941Z||main|||||WARN|500||---
2021-05-21T23:27:27.257Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-21T23:27:30.509Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-21T23:27:30.511Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-21T23:27:30.511Z||main|||||INFO|500||Started Application in 26.137 seconds (JVM running for 27.273)
2021-05-21T23:27:30.524Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-21T23:27:30.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-21T23:27:30.618Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a14cd78-3f0d-4a3d-b88d-78b429417daa url= /sdc/v1/artifactTypes
2021-05-21T23:27:30.619Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-21T23:27:31.720Z||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.50.175] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-21T23:27:31.725Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41dbc934
2021-05-21T23:27:31.726Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21T23:27:31.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-21T23:27:31.735Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-21T23:27:31.737Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-21T23:28:20.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-21T23:28:20.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-21T23:28:20.504Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-21T23:28:20.507Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-21T23:28:20.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52c5870b-3f44-4eef-b601-d6a1c7b8d1db url= /sdc/v1/artifactTypes
2021-05-21T23:28:20.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-21T23:28:21.543Z||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.50.175] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-21T23:28:21.544Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44f0c4c8
2021-05-21T23:28:21.544Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21T23:28:21.544Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-21T23:28:21.544Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-21T23:28:21.544Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-21T23:29:10.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-21T23:29:10.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-21T23:29:10.504Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-21T23:29:10.507Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-21T23:29:10.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eeb6f962-7021-4096-8e80-e9ba565235ec url= /sdc/v1/artifactTypes
2021-05-21T23:29:10.512Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-21T23:29:11.529Z||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.50.175] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-21T23:29:11.530Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53686217
2021-05-21T23:29:11.530Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21T23:29:11.530Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-21T23:29:11.531Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-21T23:29:11.531Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-21T23:30:00.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-21T23:30:00.503Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-21T23:30:00.504Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-21T23:30:00.506Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-21T23:30:00.511Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 83312e74-36cf-49bf-b88d-d1550566294a url= /sdc/v1/artifactTypes
2021-05-21T23:30:00.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-21T23:30:01.549Z||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.50.175] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-21T23:30:01.550Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1548b1fc
2021-05-21T23:30:01.550Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21T23:30:01.550Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-21T23:30:01.551Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-21T23:30:01.551Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-21T23:30:50.508Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-21T23:30:50.510Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-21T23:30:50.510Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-21T23:30:50.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-21T23:30:50.523Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6a2f52fa-7c9b-47c9-b5f7-498c177723f7 url= /sdc/v1/artifactTypes
2021-05-21T23:30:50.523Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-21T23:30:51.561Z||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.50.175] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-21T23:30:51.562Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c8af1ed
2021-05-21T23:30:51.562Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21T23:30:51.562Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-21T23:30:51.563Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-21T23:30:51.563Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-21T23:31:40.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-21T23:31:40.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-21T23:31:40.504Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-21T23:31:40.509Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-21T23:31:40.515Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1eaf264e-ce36-4460-a60f-1f8335e1891f url= /sdc/v1/artifactTypes
2021-05-21T23:31:40.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-21T23:31:41.544Z||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.50.175] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-21T23:31:41.544Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69e714b6
2021-05-21T23:31:41.545Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21T23:31:41.545Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-21T23:31:41.546Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-21T23:31:41.546Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-21T23:32:30.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-21T23:32:30.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-21T23:32:30.504Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-21T23:32:30.509Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-21T23:32:30.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a8dfc114-b574-42c7-93c5-909c4888e80b url= /sdc/v1/artifactTypes
2021-05-21T23:32:30.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-21T23:32:31.561Z||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.50.175] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-21T23:32:31.562Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6666d75b
2021-05-21T23:32:31.562Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21T23:32:31.562Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-21T23:32:31.563Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-21T23:32:31.563Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-21T23:33:20.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-21T23:33:20.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-21T23:33:20.504Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-21T23:33:20.509Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-21T23:33:20.514Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4d22e2e-50a4-4752-8b84-bbbcf58975b1 url= /sdc/v1/artifactTypes
2021-05-21T23:33:20.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-21T23:33:21.544Z||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.50.175] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-21T23:33:21.544Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d5b36c7
2021-05-21T23:33:21.545Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21T23:33:21.545Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-21T23:33:21.545Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-21T23:33:21.545Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-21T23:34:10.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-21T23:34:10.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-21T23:34:10.504Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-21T23:34:10.508Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-21T23:34:10.514Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4509be91-5fa1-4ab5-a730-78c9231fd975 url= /sdc/v1/artifactTypes
2021-05-21T23:34:10.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-21T23:34:11.560Z||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.50.175] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-21T23:34:11.561Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9eaeda2
2021-05-21T23:34:11.561Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21T23:34:11.561Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-21T23:34:11.562Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-21T23:34:11.562Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-21T23:35:00.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-21T23:35:00.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-21T23:35:00.504Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-21T23:35:00.508Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-21T23:35:00.514Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2ced0f12-59ce-4f23-82be-6d0e5563b39e url= /sdc/v1/artifactTypes
2021-05-21T23:35:00.514Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-21T23:35:01.544Z||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.50.175] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-21T23:35:01.544Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71d12cd0
2021-05-21T23:35:01.544Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21T23:35:01.544Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-21T23:35:01.545Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-21T23:35:01.545Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-21T23:35:50.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-21T23:35:50.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-21T23:35:50.504Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-21T23:35:50.507Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-21T23:35:50.513Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0b5f6153-8134-43b5-9d0e-b002aa1aff8b url= /sdc/v1/artifactTypes
2021-05-21T23:35:50.513Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-21T23:35:51.528Z||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.50.175] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-21T23:35:51.528Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45fe3aae
2021-05-21T23:35:51.529Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-21T23:35:51.529Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-21T23:35:51.529Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-21T23:35:51.529Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-21T23:36:40.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-21T23:36:40.504Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-21T23:36:40.504Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-21T23:36:40.507Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-21T23:36:40.513Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 907a2a2f-1069-43eb-9187-e928292c0914 url= /sdc/v1/artifactTypes
2021-05-21T23:36:40.513Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-21T23:36:40.954Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-21T23:36:40.962Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-05-21T23:36:40.992Z||scheduling-1|||||DEBUG|500||create keys
2021-05-21T23:36:41.000Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-21T23:36:41.040Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:36:41.061Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= be8eafc1-67f7-4be5-b713-97ea4dae8072 url= /sdc/v1/registerForDistribution
2021-05-21T23:36:41.198Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= be8eafc1-67f7-4be5-b713-97ea4dae8072 url= /sdc/v1/registerForDistribution
2021-05-21T23:36:41.198Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-21T23:36:41.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:36:41.209Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:36:41.211Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-21T23:36:41.214Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:36:41.214Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:36:41.214Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:36:41.215Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:36:51.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:36:51.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:37:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:37:41.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:37:41.206Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:37:41.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:37:41.208Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:37:41.209Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:37:41.384Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-21T23:37:50.767Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:37:50.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:38:41.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:38:41.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:38:41.206Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:38:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:38:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:38:41.209Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:38:50.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:38:50.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:39:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:39:41.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:39:41.206Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:39:41.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:39:41.208Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:39:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:39:50.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:39:50.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:40:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:40:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:40:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:40:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:40:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:40:41.209Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:40:50.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:40:50.767Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:41:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:41:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:41:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:41:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:41:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:41:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:41:50.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:41:50.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:42:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:42:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:42:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:42:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:42:41.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:42:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:42:50.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:42:50.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:43:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:43:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:43:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:43:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:43:41.209Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:43:41.209Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:43:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:43:50.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:44:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:44:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:44:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:44:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:44:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:44:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:44:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:44:50.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:45:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:45:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:45:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:45:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:45:41.209Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:45:41.209Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:45:50.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:45:50.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:46:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:46:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:46:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:46:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:46:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:46:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:46:50.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:46:50.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:47:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:47:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:47:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:47:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:47:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:47:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:47:50.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:47:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:48:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:48:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:48:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:48:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:48:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:48:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:48:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:48:50.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:49:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:49:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:49:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:49:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:49:41.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:49:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:49:50.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:49:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:50:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:50:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:50:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:50:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:50:41.208Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:50:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:50:50.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:50:50.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:51:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:51:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:51:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:51:41.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:51:41.208Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:51:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:51:50.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:51:50.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:52:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:52:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:52:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:52:41.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:52:41.207Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:52:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:52:50.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:52:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:53:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:53:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:53:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:53:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:53:41.207Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:53:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:53:50.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:53:50.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:54:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:54:41.208Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:54:41.209Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:54:41.209Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:54:41.209Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:54:41.209Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:54:50.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:54:50.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:55:41.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:55:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:55:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:55:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:55:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:55:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:55:50.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:55:50.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:56:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:56:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:56:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:56:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:56:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:56:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:56:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:56:50.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:57:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:57:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:57:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:57:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:57:41.208Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:57:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:57:50.775Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:57:50.776Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:58:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:58:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:58:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:58:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:58:41.207Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:58:41.208Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:58:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:58:50.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:59:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:59:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:59:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:59:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-21T23:59:41.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-21T23:59:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-21T23:59:50.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-21T23:59:50.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:00:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:00:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:00:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:00:41.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:00:41.209Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:00:41.209Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:00:50.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:00:50.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:01:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:01:41.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:01:41.208Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:01:41.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:01:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:01:41.208Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:01:50.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:01:50.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:02:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:02:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:02:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:02:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:02:41.207Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:02:41.207Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:02:50.747Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:02:50.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:03:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:03:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:03:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:03:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:03:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:03:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:03:50.752Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:03:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:04:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:04:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:04:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:04:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:04:41.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:04:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:04:50.750Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:04:50.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:05:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:05:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:05:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:05:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:05:41.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:05:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:05:50.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:05:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:06:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:06:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:06:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:06:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:06:41.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:06:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:06:50.756Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:06:50.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:07:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:07:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:07:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:07:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:07:41.207Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:07:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:07:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:07:50.753Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:08:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:08:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:08:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:08:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:08:41.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:08:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:08:50.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:08:50.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:09:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:09:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:09:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:09:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:09:41.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:09:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:09:50.754Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:09:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:10:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:10:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:10:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:10:41.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:10:41.207Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:10:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:10:50.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:10:50.752Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:11:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:11:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:11:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:11:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:11:41.207Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:11:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:11:50.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:11:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:12:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:12:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:12:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:12:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:12:41.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:12:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:12:50.753Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:12:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:13:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:13:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:13:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:13:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:13:41.207Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:13:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:13:50.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:13:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:14:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:14:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:14:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:14:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:14:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:14:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:14:50.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:14:50.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:15:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:15:41.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:15:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:15:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:15:41.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:15:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:15:50.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:15:50.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:16:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:16:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:16:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:16:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:16:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:16:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:16:50.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:16:50.750Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:17:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:17:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:17:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:17:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:17:41.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:17:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:17:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:17:50.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:18:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:18:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:18:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:18:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:18:41.207Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:18:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:18:50.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:18:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:19:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:19:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:19:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:19:41.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:19:41.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:19:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:19:50.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:19:50.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:20:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:20:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:20:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:20:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:20:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:20:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:20:50.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:20:50.750Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:21:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:21:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:21:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:21:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:21:41.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:21:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:21:50.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:21:50.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:22:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:22:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:22:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:22:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:22:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:22:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:22:50.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:22:50.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:23:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:23:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:23:41.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:23:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:23:41.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:23:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:23:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:23:50.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:24:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:24:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:24:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:24:41.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:24:41.208Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:24:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:24:50.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:24:50.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:25:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:25:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:25:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:25:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:25:41.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:25:41.208Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:25:50.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:25:50.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:26:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:26:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:26:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:26:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:26:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:26:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:26:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:26:50.754Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:27:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:27:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:27:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:27:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:27:41.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:27:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:27:50.754Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:27:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:28:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:28:41.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:28:41.206Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:28:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:28:41.209Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:28:41.209Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:28:50.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:28:50.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:29:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:29:41.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:29:41.206Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:29:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:29:41.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:29:41.208Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:29:50.748Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:29:50.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:30:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:30:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:30:41.205Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:30:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:30:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:30:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:30:50.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:30:50.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:31:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:31:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:31:41.206Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:31:41.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:31:41.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:31:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:31:50.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:31:50.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:32:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:32:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:32:41.205Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:32:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:32:41.208Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:32:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:32:50.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:32:50.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:33:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:33:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:33:41.205Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:33:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:33:41.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:33:41.208Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:33:50.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:33:50.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:34:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:34:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:34:41.205Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:34:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:34:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:34:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:34:50.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:34:50.755Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:35:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:35:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:35:41.205Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:35:41.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:35:41.207Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:35:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:35:50.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:35:50.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:36:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:36:41.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:36:41.205Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:36:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:36:41.207Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:36:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:36:50.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:36:50.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:37:41.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:37:41.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:37:41.206Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:37:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:37:41.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:37:41.208Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:37:50.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:37:50.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:38:41.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:38:41.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:38:41.207Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:38:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:38:41.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:38:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:38:50.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:38:50.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:39:41.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:39:41.206Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:39:41.206Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:39:41.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:39:41.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:39:41.210Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:39:50.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:39:50.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:40:41.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:40:41.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:40:41.205Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:40:41.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:40:41.207Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:40:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:40:50.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:40:50.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:41:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:41:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:41:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:41:41.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:41:41.208Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:41:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:41:50.750Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:41:50.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:42:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:42:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:42:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:42:41.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:42:41.207Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:42:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:42:50.749Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:42:50.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:41.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:43:41.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:43:41.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:43:41.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:43:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:41.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:41.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:41.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"799b72c2-cd7f-49e6-a45e-c89ef6d594d7","serviceName":"vFW 2021-05-22 00-40-23","serviceVersion":"1.0","serviceUUID":"33e0555f-3294-4ba5-ad2e-f5422c2aa31c","serviceDescription":"catalog service description","serviceInvariantUUID":"63b66bb7-95ca-47b9-be1d-0a820073e7ab","resources":[{"resourceInstanceName":"vFW 55d908ca-be29 0","resourceName":"vFW 55d908ca-be29","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e4ca632-fdf9-4954-a9b7-583ac1b2355d","resourceInvariantUUID":"67749e33-5bb1-491e-b84d-033fe36b7c53","resourceCustomizationUUID":"ab2044ad-e160-4073-b1e7-b59ecb49ed50","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml","artifactChecksum":"YWMyMmNmZjdlNmNiOGQxNzQ2NmQzOGVmYTYxMDFlMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93dcad07-a397-4f68-9883-810acd1772e9","artifactVersion":"1"},{"artifactName":"vfw55d908cabe290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json","artifactChecksum":"NDU2YTc3ZTZiNDU5NTEwMDAxMjQ2ODNiNWMyYTA1ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0702d81-aea5-4fe9-a81f-183919dc9395","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8e178a1d-a9bd-4462-b35c-79ec98cc2c31","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml","artifactChecksum":"NjAxNTg5NjE3Yjc5YmM2ZDY3Y2I1ZDUwZjNmZjcxYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2bf73c2-eeb7-4221-83d5-0c1169da824d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a54d193a-d1b2-4320-b6e1-95217da39a4d","artifactVersion":"2","generatedFromUUID":"8e178a1d-a9bd-4462-b35c-79ec98cc2c31"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210522004023-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml","artifactChecksum":"ZmQxM2VmYmM4MTFjYTI3ZTQ3MmYxMjE0NDJkZTgzMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dc8954b-3226-4853-a63f-f278e524158b","artifactVersion":"1"},{"artifactName":"service-Vfw20210522004023-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar","artifactChecksum":"Mjk5NGU2MGQ0YWFhYWFkOWEzMzkwNzdmYmE0MWM3ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3dab2e4-7e0f-4735-8058-319ef05de7c0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-22T00:43:41.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644171645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.843Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:43:41.847Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:43:41.855Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:43:41.855Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "dcae-sch",
"timestamp": 1621644178214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "cds",
"timestamp": 1621644176106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644176678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644171645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "dcae-sch",
"timestamp": 1621644178214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "cds",
"timestamp": 1621644176106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644176678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644171645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "dcae-sch",
"timestamp": 1621644178214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "cds",
"timestamp": 1621644176106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644176678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644181047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "policy-id",
"timestamp": 1621644181163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644181445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644171645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "dcae-sch",
"timestamp": 1621644178214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "cds",
"timestamp": 1621644176106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644176678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644181047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "policy-id",
"timestamp": 1621644181163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644181445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644171645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "dcae-sch",
"timestamp": 1621644178214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "cds",
"timestamp": 1621644176106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644176678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644181047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "policy-id",
"timestamp": 1621644181163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644181445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644171645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "dcae-sch",
"timestamp": 1621644178214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "cds",
"timestamp": 1621644176106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644176678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644181047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "policy-id",
"timestamp": 1621644181163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644181445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644171645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "dcae-sch",
"timestamp": 1621644178214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "cds",
"timestamp": 1621644176106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644176678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644181047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "policy-id",
"timestamp": 1621644181163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644181445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644185673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644181047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "policy-id",
"timestamp": 1621644181163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644181445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644185673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "aai-ml",
"timestamp": 1621644186723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "clamp",
"timestamp": 1621644186776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "cds",
"timestamp": 1621644187665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644187709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644181047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "policy-id",
"timestamp": 1621644181163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644181445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644185673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "aai-ml",
"timestamp": 1621644186723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "clamp",
"timestamp": 1621644186776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "NOTIFIED"
}
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:41.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "cds",
"timestamp": 1621644188684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:43:41.956Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-05-22T00:43:41.971Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:43:41.971Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:41.983Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:41.983Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:43:42.048Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7
2021-05-22T00:43:42.064Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644185673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:42.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "aai-ml",
"timestamp": 1621644186723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:42.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "clamp",
"timestamp": 1621644186776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:42.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644189536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "policy-id",
"timestamp": 1621644189548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644189757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644189833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644185673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "aai-ml",
"timestamp": 1621644186723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "clamp",
"timestamp": 1621644186776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "policy-id",
"timestamp": 1621644190554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644191079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644185673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "aai-ml",
"timestamp": 1621644186723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "clamp",
"timestamp": 1621644186776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:42.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644191533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:42.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "policy-id",
"timestamp": 1621644191557,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:43:42.106Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7
2021-05-22T00:43:42.106Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:43:42.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644185673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:43:42.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "aai-ml",
"timestamp": 1621644186723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:42.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "clamp",
"timestamp": 1621644186776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:42.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644193351,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:43:42.121Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7
2021-05-22T00:43:42.121Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-22T00:43:42.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "aai-ml",
"timestamp": 1621644186723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:43:42.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644193422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:42.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "clamp",
"timestamp": 1621644186776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:43:42.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644194141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:42.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644194356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "DEPLOY_OK"
}
2021-05-22T00:43:42.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644194426,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:43:42.138Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7
2021-05-22T00:43:42.138Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-22T00:43:42.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644194828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:43:42.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "aai-ml",
"timestamp": 1621644194916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:42.145Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644195429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "DEPLOY_OK"
}
2021-05-22T00:43:42.145Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644195734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:42.145Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644195832,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:43:42.149Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7
2021-05-22T00:43:42.150Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:43:42.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644196901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:42.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644197909,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:43:42.163Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7
2021-05-22T00:43:42.163Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-22T00:43:42.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644198915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "DEPLOY_OK"
}
2021-05-22T00:43:42.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "clamp",
"timestamp": 1621644203048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:42.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "clamp",
"timestamp": 1621644205054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:43:42.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "clamp",
"timestamp": 1621644206058,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:43:42.176Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7
2021-05-22T00:43:42.176Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:43:42.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "aai-ml",
"timestamp": 1621644212350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:43:42.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:43:42.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:43:42.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "aai-ml",
"timestamp": 1621644213355,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:43:42.193Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 799b72c2-cd7f-49e6-a45e-c89ef6d594d7
2021-05-22T00:43:42.193Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:43:42.861Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:43:42.861Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:43:42.863Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:43:42.863Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "NOTIFIED"
}
2021-05-22T00:43:42.964Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-22T00:43:42.965Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:43:42.965Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:42.976Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:42.977Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:43:43.864Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:43:43.865Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:43:43.867Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:43:43.867Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-22T00:43:43.967Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:43:43.968Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:43:43.969Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:43.981Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:43.982Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-22T00:43:44.867Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:43:44.868Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:43:44.870Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:43:44.870Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:44.970Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:43:44.971Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:43:44.972Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:44.984Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:44.985Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:43:45.871Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:43:45.872Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:43:45.874Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:43:45.874Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-22T00:43:45.974Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-22T00:43:45.975Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:43:45.976Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:45.987Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:45.987Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:43:46.875Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:43:46.876Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:43:46.878Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:43:46.878Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:43:46.979Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:43:46.979Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:43:46.979Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:46.990Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:46.991Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:43:47.879Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:43:47.880Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:43:47.882Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:43:47.883Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:43:47.983Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:43:47.984Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:43:47.984Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:47.995Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:47.995Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-22T00:43:48.885Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"serviceName": "vFW 2021-05-22 00-40-23",
"serviceVersion": "1.0",
"serviceUUID": "33e0555f-3294-4ba5-ad2e-f5422c2aa31c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "63b66bb7-95ca-47b9-be1d-0a820073e7ab",
"resources": [
{
"resourceInstanceName": "vFW 55d908ca-be29 0",
"resourceCustomizationUUID": "ab2044ad-e160-4073-b1e7-b59ecb49ed50",
"resourceName": "vFW 55d908ca-be29",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7e4ca632-fdf9-4954-a9b7-583ac1b2355d",
"resourceInvariantUUID": "67749e33-5bb1-491e-b84d-033fe36b7c53",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw55d908cabe290_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"artifactChecksum": "NDU2YTc3ZTZiNDU5NTEwMDAxMjQ2ODNiNWMyYTA1ZDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e0702d81-aea5-4fe9-a81f-183919dc9395",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8e178a1d-a9bd-4462-b35c-79ec98cc2c31",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a54d193a-d1b2-4320-b6e1-95217da39a4d",
"generatedFromUUID": "8e178a1d-a9bd-4462-b35c-79ec98cc2c31"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a54d193a-d1b2-4320-b6e1-95217da39a4d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210522004023-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"artifactChecksum": "Mjk5NGU2MGQ0YWFhYWFkOWEzMzkwNzdmYmE0MWM3ZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c3dab2e4-7e0f-4735-8058-319ef05de7c0"
}
],
"workloadContext": "Production"
}
2021-05-22T00:43:48.886Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-22T00:43:48.886Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 33e0555f-3294-4ba5-ad2e-f5422c2aa31c ASDC
2021-05-22T00:43:48.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:799b72c2-cd7f-49e6-a45e-c89ef6d594d7
ServiceName:vFW 2021-05-22 00-40-23
ServiceVersion:1.0
ServiceUUID:33e0555f-3294-4ba5-ad2e-f5422c2aa31c
ServiceInvariantUUID:63b66bb7-95ca-47b9-be1d-0a820073e7ab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210522004023-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar
ArtifactUUID:c3dab2e4-7e0f-4735-8058-319ef05de7c0
ArtifactChecksum:Mjk5NGU2MGQ0YWFhYWFkOWEzMzkwNzdmYmE0MWM3ZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 55d908ca-be29 0
ResourceCustomizationUUID:ab2044ad-e160-4073-b1e7-b59ecb49ed50
ResourceInvariantUUID:67749e33-5bb1-491e-b84d-033fe36b7c53
ResourceName:vFW 55d908ca-be29
ResourceType:VF
ResourceUUID:7e4ca632-fdf9-4954-a9b7-583ac1b2355d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw55d908cabe290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json
ArtifactUUID:e0702d81-aea5-4fe9-a81f-183919dc9395
ArtifactChecksum:NDU2YTc3ZTZiNDU5NTEwMDAxMjQ2ODNiNWMyYTA1ZDE=
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/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml
ArtifactUUID:8e178a1d-a9bd-4462-b35c-79ec98cc2c31
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/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env
ArtifactUUID:a54d193a-d1b2-4320-b6e1-95217da39a4d
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/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env
ArtifactUUID:a54d193a-d1b2-4320-b6e1-95217da39a4d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-22T00:43:48.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 33e0555f-3294-4ba5-ad2e-f5422c2aa31c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-22T00:43:49.027Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-22T00:43:49.028Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-22T00:43:49.028Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-22T00:43:49.029Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c3dab2e4-7e0f-4735-8058-319ef05de7c0 from URL: /sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar
2021-05-22T00:43:49.029Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-22T00:43:49.030Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar
2021-05-22T00:43:49.646Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-22T00:43:49.664Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar c3dab2e4-7e0f-4735-8058-319ef05de7c0 110047
2021-05-22T00:43:49.665Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar ASDC sendASDCNotification
2021-05-22T00:43:49.665Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar
2021-05-22T00:43:49.666Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-22T00:43:49.666Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:43:49.668Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:43:49.668Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644229664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:49.768Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:43:49.770Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:43:49.770Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:49.782Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:49.782Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-22T00:43:50.668Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-22T00:43:50.670Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-22T00:43:50.670Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c3dab2e4-7e0f-4735-8058-319ef05de7c0, URL: /sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar to file: /app/ASDC/1/service-Vfw20210522004023-csar.csar
2021-05-22T00:43:50.671Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210522004023-csar.csar
2021-05-22T00:43:50.809Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210522004023-csar.csar
2021-05-22T00:43:50.809Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210522004023-csar.csar
2021-05-22T00:43:51.426Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6339532239272161464/Definitions/service-Vfw20210522004023-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-05-22T00:43:53.951Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-22T00:43:53.954Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-22T00:43:53.954Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.954Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||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-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||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-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||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-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 55d908ca-be29 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||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-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||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-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||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-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||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-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 55d908ca-be29 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-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||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-Vfw20210522004023-csar.csar
2021-05-22T00:43:53.955Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-22T00:43:53.960Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.968Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:53.971Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria
2021-05-22T00:43:53.971Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-22T00:43:53.972Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-22T00:43:53.973Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.973Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:53.973Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria
2021-05-22T00:43:53.973Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-22T00:43:53.973Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-22T00:43:53.974Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.974Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:53.976Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.976Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria
2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-22T00:43:53.977Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.978Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria
2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria
2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:43:53.979Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria
2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria
2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:53.980Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=423a9db3-ab50-4ffe-9315-70703e32a94d
2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria
2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:53.981Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a9af3ef9-499e-46ee-8a23-732d7e08a4ec
2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria
2021-05-22T00:43:53.982Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3d6551d2-6b4c-4fa5-8711-8b7df7b7f49a
2021-05-22T00:43:53.983Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:53.984Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-22 00-40-23
Description:catalog service description
Model UUID:33e0555f-3294-4ba5-ad2e-f5422c2aa31c
Model Version:NULL
Model InvariantUuid:63b66bb7-95ca-47b9-be1d-0a820073e7ab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 55d908ca-be29
Model UUID:e3b67e1a-464e-474c-a920-b828e4c2357a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:67749e33-5bb1-491e-b84d-033fe36b7c53
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ab2044ad-e160-4073-b1e7-b59ecb49ed50
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e1e9fc07-06c9-4366-9e0c-1b68e4bc59cc
ModelName:Vfw55d908caBe29..base_vfw..module-0
ModelUuid:0d941899-89a2-4bf8-9f77-0dc3f495ebbd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:423a9db3-ab50-4ffe-9315-70703e32a94d
ModelInvariantUuid:1eae4255-c17e-4e67-b00a-1883c26dc874
ModelName:vFW 55d908ca-be29-nodes.vfwCvfc
ModelUuid:4f828280-9baa-4c81-afc3-fcb2a40444e9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:68a53595-99f1-4e13-822d-720f49e0adca
ModelInvariantUuid:49988b32-c04a-4edb-8396-d80545e021b3
ModelName:Vfw55d908caBe29.compute.nodes.heat.vfw
ModelUuid:b213139e-62f1-420b-9f8d-9687fbb73780
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a9af3ef9-499e-46ee-8a23-732d7e08a4ec
ModelInvariantUuid:e8f0be54-491d-4b82-a3e0-3744b933a3db
ModelName:vFW 55d908ca-be29-nodes.vsnCvfc
ModelUuid:06b38f8f-93ac-4f57-8182-d0f08444a5a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e594581c-e678-4617-8acb-d6da84d59832
ModelInvariantUuid:c92f27c3-ca71-4d51-aa47-f62a621c8fcf
ModelName:Vfw55d908caBe29.compute.nodes.heat.vsn
ModelUuid:7873c5ab-5aee-410e-b74e-209266fad4a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3d6551d2-6b4c-4fa5-8711-8b7df7b7f49a
ModelInvariantUuid:002cfd78-9f0d-4d00-a855-1f471d3a2b8a
ModelName:vFW 55d908ca-be29-nodes.vpgCvfc
ModelUuid:f36977c2-bac1-406a-ac49-4ad30a663602
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:62370d30-6412-44df-950b-310902d2b00e
ModelInvariantUuid:8cc162fb-a066-4e16-8690-4f25296160bd
ModelName:Vfw55d908caBe29.compute.nodes.heat.vpg
ModelUuid:5ce79939-76b9-4231-9ee4-eb6b19d1dda8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-22T00:43:53.994Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7e4ca632-fdf9-4954-a9b7-583ac1b2355d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-22T00:43:54.103Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||vFW 55d908ca-be29 0
2021-05-22T00:43:54.109Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7e4ca632-fdf9-4954-a9b7-583ac1b2355d
2021-05-22T00:43:54.109Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e0702d81-aea5-4fe9-a81f-183919dc9395 from URL: /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json
2021-05-22T00:43:54.109Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-22T00:43:54.109Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json
2021-05-22T00:43:54.734Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-22T00:43:54.735Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json e0702d81-aea5-4fe9-a81f-183919dc9395 785
2021-05-22T00:43:54.735Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json ASDC sendASDCNotification
2021-05-22T00:43:54.735Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json
2021-05-22T00:43:54.735Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-22T00:43:54.736Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:43:54.738Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:43:54.738Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644234735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:54.838Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:43:54.839Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:43:54.840Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:54.851Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:54.852Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:43:55.740Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw55d908caBe29..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e1e9fc07-06c9-4366-9e0c-1b68e4bc59cc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0d941899-89a2-4bf8-9f77-0dc3f495ebbd",
"vfModuleModelCustomizationUUID": "3fe6396c-4166-4e9d-a49f-6ff059c850d2",
"isBase": true,
"artifacts": [
"8e178a1d-a9bd-4462-b35c-79ec98cc2c31",
"a54d193a-d1b2-4320-b6e1-95217da39a4d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-22T00:43:55.761Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw55d908caBe29..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d941899-89a2-4bf8-9f77-0dc3f495ebbd
VfModuleModelInvariantUUID:e1e9fc07-06c9-4366-9e0c-1b68e4bc59cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e178a1d-a9bd-4462-b35c-79ec98cc2c31
,
a54d193a-d1b2-4320-b6e1-95217da39a4d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-22T00:43:55.764Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw55d908caBe29..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e1e9fc07-06c9-4366-9e0c-1b68e4bc59cc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0d941899-89a2-4bf8-9f77-0dc3f495ebbd",
"vfModuleModelCustomizationUUID": "3fe6396c-4166-4e9d-a49f-6ff059c850d2",
"isBase": true,
"artifacts": [
"8e178a1d-a9bd-4462-b35c-79ec98cc2c31",
"a54d193a-d1b2-4320-b6e1-95217da39a4d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-22T00:43:55.764Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw55d908caBe29..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d941899-89a2-4bf8-9f77-0dc3f495ebbd
VfModuleModelInvariantUUID:e1e9fc07-06c9-4366-9e0c-1b68e4bc59cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e178a1d-a9bd-4462-b35c-79ec98cc2c31
,
a54d193a-d1b2-4320-b6e1-95217da39a4d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-22T00:43:55.764Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8e178a1d-a9bd-4462-b35c-79ec98cc2c31 from URL: /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml
2021-05-22T00:43:55.764Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-22T00:43:55.764Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml
2021-05-22T00:43:56.231Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-22T00:43:56.232Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml 8e178a1d-a9bd-4462-b35c-79ec98cc2c31 20368
2021-05-22T00:43:56.233Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-22T00:43:56.233Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml
2021-05-22T00:43:56.233Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-22T00:43:56.233Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:43:56.235Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:43:56.236Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644236233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:56.336Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:43:56.336Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:43:56.337Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:56.347Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:56.348Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:43:57.236Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a54d193a-d1b2-4320-b6e1-95217da39a4d from URL: /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env
2021-05-22T00:43:57.237Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-22T00:43:57.237Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env
2021-05-22T00:43:57.413Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-22T00:43:57.413Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env a54d193a-d1b2-4320-b6e1-95217da39a4d 2098
2021-05-22T00:43:57.413Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-22T00:43:57.414Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env
2021-05-22T00:43:57.414Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-22T00:43:57.414Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:43:57.415Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:43:57.415Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644237413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:43:57.516Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-22T00:43:57.517Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:43:57.517Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:57.529Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:57.530Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-22T00:43:58.416Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 33e0555f-3294-4ba5-ad2e-f5422c2aa31c
2021-05-22T00:43:58.417Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 55d908ca-be29 0 7e4ca632-fdf9-4954-a9b7-583ac1b2355d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-22T00:43:58.462Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.462Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:58.463Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-05-22T00:43:58.463Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ab2044ad-e160-4073-b1e7-b59ecb49ed50
2021-05-22T00:43:58.463Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab2044ad-e160-4073-b1e7-b59ecb49ed50 matches Tosca VF Customization UUID: ab2044ad-e160-4073-b1e7-b59ecb49ed50
2021-05-22T00:43:58.463Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ab2044ad-e160-4073-b1e7-b59ecb49ed50 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-22T00:43:58.471Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.472Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:58.473Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ab2044ad-e160-4073-b1e7-b59ecb49ed50: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-05-22T00:43:58.474Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24354076
2021-05-22T00:43:58.474Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.474Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-22T00:43:58.475Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3fe6396c-4166-4e9d-a49f-6ff059c850d2
2021-05-22T00:43:58.476Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3fe6396c-4166-4e9d-a49f-6ff059c850d2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-22T00:43:58.482Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.483Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria
2021-05-22T00:43:58.483Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:43:58.484Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.484Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria
2021-05-22T00:43:58.484Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:43:58.484Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.485Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria
2021-05-22T00:43:58.485Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-22T00:43:58.485Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-22T00:43:58.485Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-22T00:43:58.485Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-22T00:43:58.486Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-22T00:43:58.486Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-22T00:43:58.486Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:58.486Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-22T00:43:58.486Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:58.487Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-22T00:43:58.487Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-22T00:43:58.487Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=423a9db3-ab50-4ffe-9315-70703e32a94d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-22T00:43:58.498Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.498Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria
2021-05-22T00:43:58.498Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:43:58.499Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.499Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria
2021-05-22T00:43:58.499Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-22T00:43:58.499Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-22T00:43:58.499Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-22T00:43:58.500Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:58.500Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-22T00:43:58.500Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-22T00:43:58.500Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-22T00:43:58.500Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-22T00:43:58.500Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-22T00:43:58.501Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:58.501Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-22T00:43:58.501Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-22T00:43:58.501Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a9af3ef9-499e-46ee-8a23-732d7e08a4ec
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-22T00:43:58.504Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.504Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria
2021-05-22T00:43:58.505Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:43:58.508Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.508Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is not matching search criteria
2021-05-22T00:43:58.508Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-22T00:43:58.509Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-22T00:43:58.509Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-22T00:43:58.509Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:58.509Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-22T00:43:58.509Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-22T00:43:58.510Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-22T00:43:58.510Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-22T00:43:58.510Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-22T00:43:58.510Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-22T00:43:58.510Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-22T00:43:58.510Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-22T00:43:58.511Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3d6551d2-6b4c-4fa5-8711-8b7df7b7f49a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-22T00:43:58.514Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.514Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria
2021-05-22T00:43:58.514Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:43:58.515Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.515Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 55d908ca-be29 0 is matching search criteria
2021-05-22T00:43:58.515Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 55d908ca-be29 0] matching following query criteria: sdcType=VF, customizationUUID=ab2044ad-e160-4073-b1e7-b59ecb49ed50
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-22T00:43:58.518Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.518Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:58.518Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 33e0555f-3294-4ba5-ad2e-f5422c2aa31c: vFW 55d908ca-be29
2021-05-22T00:43:58.518Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:58.519Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:43:58.520Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-22 00-40-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:43:58.520Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-05-22 00-40-23
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:43:58.813Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 55d908ca-be29 7e4ca632-fdf9-4954-a9b7-583ac1b2355d 1 ASDC deployResourceStructure
2021-05-22T00:43:58.814Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json ASDC sendASDCNotification
2021-05-22T00:43:58.814Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json
2021-05-22T00:43:58.814Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-22T00:43:58.814Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:43:58.816Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:43:58.816Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644238814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "DEPLOY_OK"
}
2021-05-22T00:43:58.916Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:43:58.917Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:43:58.917Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:58.928Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:58.929Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:43:59.817Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-22T00:43:59.817Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml
2021-05-22T00:43:59.818Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-22T00:43:59.818Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:43:59.820Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:43:59.820Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644239817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-22T00:43:59.920Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:43:59.921Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:43:59.921Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:43:59.933Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:43:59.934Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:44:00.821Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-22T00:44:00.821Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env
2021-05-22T00:44:00.822Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-22T00:44:00.822Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:44:00.823Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:44:00.823Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644240821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-22T00:44:00.924Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:44:00.925Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:44:00.925Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:00.939Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:00.940Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:44:01.824Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar ASDC sendASDCNotification
2021-05-22T00:44:01.825Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar
2021-05-22T00:44:01.825Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-22T00:44:01.826Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:44:01.827Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:44:01.828Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644241824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:44:01.928Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:44:01.929Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:44:01.929Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:01.939Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:01.939Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-22T00:44:02.828Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 799b72c2-cd7f-49e6-a45e-c89ef6d594d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:44:02.844Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 799b72c2-cd7f-49e6-a45e-c89ef6d594d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:44:02.848Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:44:02.849Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:44:02.849Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:44:02.849Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:44:02.853Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-22T00:44:32.853Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-22T00:44:32.861Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and serviceModelVersionId: 33e0555f-3294-4ba5-ad2e-f5422c2aa31c
2021-05-22T00:44:32.862Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63b66bb7-95ca-47b9-be1d-0a820073e7ab
2021-05-22T00:44:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:44:41.208Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:44:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:41.331Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:41.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:44:41.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:44:41.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:44:44.811Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63b66bb7-95ca-47b9-be1d-0a820073e7ab/model-vers/model-ver/33e0555f-3294-4ba5-ad2e-f5422c2aa31c?depth=0
2021-05-22T00:44:44.919Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-05-22T00:44:45.633Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63b66bb7-95ca-47b9-be1d-0a820073e7ab/model-vers/model-ver/33e0555f-3294-4ba5-ad2e-f5422c2aa31c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-22T00:44:45.638Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63b66bb7-95ca-47b9-be1d-0a820073e7ab/model-vers/model-ver/33e0555f-3294-4ba5-ad2e-f5422c2aa31c?depth=0|INFO|500||Invoke
2021-05-22T00:44:45.801Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63b66bb7-95ca-47b9-be1d-0a820073e7ab/model-vers/model-ver/33e0555f-3294-4ba5-ad2e-f5422c2aa31c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-22T00:44:46.251Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63b66bb7-95ca-47b9-be1d-0a820073e7ab/model-vers/model-ver/33e0555f-3294-4ba5-ad2e-f5422c2aa31c?depth=0|INFO|500||InvokeReturn
2021-05-22T00:44:46.252Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/63b66bb7-95ca-47b9-be1d-0a820073e7ab/model-vers/model-ver/33e0555f-3294-4ba5-ad2e-f5422c2aa31c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210522-00:44:45:806-23068], vertex-id=[209008], Content-Length=[0], Date=[Sat, 22 May 2021 00:44:45 GMT], Content-Type=[application/json]}
2021-05-22T00:44:46.252Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-05-22T00:44:46.255Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-22T00:44:46.255Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-22T00:44:46.259Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-22T00:44:46.260Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 799b72c2-cd7f-49e6-a45e-c89ef6d594d7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-22T00:44:46.262Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-22T00:44:46.262Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:44:46.264Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:44:46.265Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644286260,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-22T00:44:46.365Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:44:46.366Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:44:46.366Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:46.378Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:46.378Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-22T00:44:47.277Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:44:47.278Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:44:47.278Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:47.901Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:47.902Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-22T00:44:47.902Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"84e3c49d-d40d-42b1-bc74-8ff02cff17bd","serviceName":"basic_onboard_QrcrZp","serviceVersion":"1.0","serviceUUID":"5f0a1653-96fd-4ec8-bb24-949719ce1807","serviceDescription":"service","serviceInvariantUUID":"2d7bf3e2-0364-495e-807e-f9a22e2b4613","resources":[{"resourceInstanceName":"basic_onboard_QrcrZp 0","resourceName":"basic_onboard_QrcrZp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b901c860-b625-4166-b0a3-79820206aed4","resourceInvariantUUID":"3b7474fc-be44-4bd7-bf07-5d1d873f7ba8","resourceCustomizationUUID":"3642a343-ef3e-4154-8e81-0f13b57f306a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml","artifactChecksum":"MmYwMzg2MDhjZDIyNTUyYjJhNzY2ZTc1Yjg1OWU3Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"393bdab0-96fb-412e-b26f-e1b3138e4c32","artifactVersion":"1"},{"artifactName":"basic_onboard_qrcrzp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json","artifactChecksum":"OGQ5OTRjZjU1ZWYxNGE0NGVlNzNlMWNkMTY1NDg5ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45ebd39c-d74e-4dfc-988b-92f2ddcc2fe5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3d05c36d-888e-45af-a74a-b82eb1302342","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"29e43e24-c421-46e4-9c10-6433b9737519","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"038da379-ee96-4e79-a38b-e4e58760196c","artifactVersion":"2","generatedFromUUID":"3d05c36d-888e-45af-a74a-b82eb1302342"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQrcrzp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml","artifactChecksum":"MGNiMmY2NDgyZmIyMzJiMWQzMzYzMmQ1YzBkZDU5N2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6638b8b7-8637-49c0-b6aa-a7ac82997c77","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQrcrzp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar","artifactChecksum":"OTA0MDUyMWE1NTk4ZmU2MjJmNTliMGZhN2I4MjU5ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b876210a-9c55-457b-96f7-826f1747de70","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-22T00:44:47.907Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:44:47.908Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:44:47.910Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:44:47.910Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:44:48.010Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:44:48.012Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:44:48.012Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:48.023Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:48.024Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:44:48.910Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:44:48.911Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:44:48.913Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:44:48.913Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "NOTIFIED"
}
2021-05-22T00:44:49.013Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:44:49.014Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:44:49.014Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:49.024Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:49.025Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:44:49.914Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:44:49.915Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:44:49.917Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:44:49.917Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-22T00:44:50.017Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:44:50.018Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:44:50.018Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:50.030Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:50.030Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:44:50.917Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:44:50.918Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:44:50.921Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:44:50.921Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:44:51.022Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-22T00:44:51.023Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:44:51.023Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:51.035Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:51.035Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-22T00:44:51.922Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:44:51.923Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:44:51.925Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:44:51.925Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-22T00:44:52.025Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:44:52.026Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:44:52.026Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:52.039Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:52.040Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:44:52.926Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:44:52.927Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:44:52.929Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:44:52.930Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:44:53.030Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:44:53.031Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:44:53.031Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:53.043Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:53.043Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-22T00:44:53.930Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:44:53.932Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:44:53.934Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:44:53.934Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:44:54.034Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:44:54.035Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:44:54.036Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:54.048Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:54.049Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-22T00:44:54.935Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"serviceName": "basic_onboard_QrcrZp",
"serviceVersion": "1.0",
"serviceUUID": "5f0a1653-96fd-4ec8-bb24-949719ce1807",
"serviceDescription": "service",
"serviceInvariantUUID": "2d7bf3e2-0364-495e-807e-f9a22e2b4613",
"resources": [
{
"resourceInstanceName": "basic_onboard_QrcrZp 0",
"resourceCustomizationUUID": "3642a343-ef3e-4154-8e81-0f13b57f306a",
"resourceName": "basic_onboard_QrcrZp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b901c860-b625-4166-b0a3-79820206aed4",
"resourceInvariantUUID": "3b7474fc-be44-4bd7-bf07-5d1d873f7ba8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qrcrzp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"artifactChecksum": "OGQ5OTRjZjU1ZWYxNGE0NGVlNzNlMWNkMTY1NDg5ZjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "45ebd39c-d74e-4dfc-988b-92f2ddcc2fe5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3d05c36d-888e-45af-a74a-b82eb1302342",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "038da379-ee96-4e79-a38b-e4e58760196c",
"generatedFromUUID": "3d05c36d-888e-45af-a74a-b82eb1302342"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "038da379-ee96-4e79-a38b-e4e58760196c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQrcrzp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"artifactChecksum": "OTA0MDUyMWE1NTk4ZmU2MjJmNTliMGZhN2I4MjU5ODk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b876210a-9c55-457b-96f7-826f1747de70"
}
],
"workloadContext": "Production"
}
2021-05-22T00:44:54.936Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-22T00:44:54.936Z|799b72c2-cd7f-49e6-a45e-c89ef6d594d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5f0a1653-96fd-4ec8-bb24-949719ce1807 ASDC
2021-05-22T00:44:54.936Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:84e3c49d-d40d-42b1-bc74-8ff02cff17bd
ServiceName:basic_onboard_QrcrZp
ServiceVersion:1.0
ServiceUUID:5f0a1653-96fd-4ec8-bb24-949719ce1807
ServiceInvariantUUID:2d7bf3e2-0364-495e-807e-f9a22e2b4613
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQrcrzp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar
ArtifactUUID:b876210a-9c55-457b-96f7-826f1747de70
ArtifactChecksum:OTA0MDUyMWE1NTk4ZmU2MjJmNTliMGZhN2I4MjU5ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QrcrZp 0
ResourceCustomizationUUID:3642a343-ef3e-4154-8e81-0f13b57f306a
ResourceInvariantUUID:3b7474fc-be44-4bd7-bf07-5d1d873f7ba8
ResourceName:basic_onboard_QrcrZp
ResourceType:VF
ResourceUUID:b901c860-b625-4166-b0a3-79820206aed4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qrcrzp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json
ArtifactUUID:45ebd39c-d74e-4dfc-988b-92f2ddcc2fe5
ArtifactChecksum:OGQ5OTRjZjU1ZWYxNGE0NGVlNzNlMWNkMTY1NDg5ZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3d05c36d-888e-45af-a74a-b82eb1302342
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env
ArtifactUUID:038da379-ee96-4e79-a38b-e4e58760196c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env
ArtifactUUID:038da379-ee96-4e79-a38b-e4e58760196c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-22T00:44:54.937Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f0a1653-96fd-4ec8-bb24-949719ce1807 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:44:54.964Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-22T00:44:54.965Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-22T00:44:54.965Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-22T00:44:54.966Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b876210a-9c55-457b-96f7-826f1747de70 from URL: /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:54.966Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-22T00:44:54.966Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:55.354Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-22T00:44:55.359Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar b876210a-9c55-457b-96f7-826f1747de70 74808
2021-05-22T00:44:55.359Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar ASDC sendASDCNotification
2021-05-22T00:44:55.359Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:55.360Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-22T00:44:55.360Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:44:55.362Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:44:55.362Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644295359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:44:55.463Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-22T00:44:55.464Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:44:55.464Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:55.475Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:55.475Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:44:56.363Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-22T00:44:56.365Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-22T00:44:56.365Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b876210a-9c55-457b-96f7-826f1747de70, URL: /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar to file: /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:56.365Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:56.366Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:56.366Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:56.506Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11811468163152841846/Definitions/service-BasicOnboardQrcrzp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-05-22T00:44:57.970Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-22T00:44:57.970Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||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-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||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-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||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-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:57.971Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QrcrZp 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-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||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-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QrcrZp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||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-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:44:57.972Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria
2021-05-22T00:44:57.973Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-22T00:44:57.973Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-22T00:44:57.973Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:44:57.973Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:44:57.973Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria
2021-05-22T00:44:57.974Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-22T00:44:57.974Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-22T00:44:57.974Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:44:57.974Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:44:57.974Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is not matching search criteria
2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-22T00:44:57.975Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:44:57.976Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-22T00:44:57.976Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:44:57.976Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria
2021-05-22T00:44:57.976Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:44:57.977Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:44:57.977Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria
2021-05-22T00:44:57.977Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:44:57.977Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:44:57.977Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria
2021-05-22T00:44:57.978Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:44:57.978Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:44:57.978Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is not matching search criteria
2021-05-22T00:44:57.978Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-22T00:44:57.979Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-22T00:44:57.979Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d36f856c-5fef-45c9-85db-6432cc8bedd6
2021-05-22T00:44:57.979Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:44:57.979Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:44:57.979Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:44:57.980Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:44:57.980Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:44:57.980Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:44:57.980Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:44:57.980Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:44:57.980Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_QrcrZp
Description:service
Model UUID:5f0a1653-96fd-4ec8-bb24-949719ce1807
Model Version:NULL
Model InvariantUuid:2d7bf3e2-0364-495e-807e-f9a22e2b4613
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_QrcrZp
Model UUID:2345f014-394f-43ea-9a56-1e73194c22d6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3b7474fc-be44-4bd7-bf07-5d1d873f7ba8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3642a343-ef3e-4154-8e81-0f13b57f306a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fd9e0be1-9cfc-4ea9-9141-2e62d2904541
ModelName:BasicOnboardQrcrzp..base_ubuntu18..module-0
ModelUuid:0397e037-0f2a-419c-b17a-fecb1afa539f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d36f856c-5fef-45c9-85db-6432cc8bedd6
ModelInvariantUuid:d991640f-e45f-4f11-b9c9-a1461ca23c67
ModelName:basic_onboard_QrcrZp-nodes.ubuntu18Cvfc
ModelUuid:5821f76e-bf47-430e-9ce6-9b3a1c875c78
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d90d779a-e370-4a0b-b3db-4f87f7799246
ModelInvariantUuid:781335e8-40f4-436f-9244-d2195bd76fba
ModelName:BasicOnboardQrcrzp.compute.nodes.heat.ubuntu18
ModelUuid:1780d397-d6ee-4110-8401-643ce5c83698
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-22T00:44:57.987Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b901c860-b625-4166-b0a3-79820206aed4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-22T00:44:57.990Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||basic_onboard_QrcrZp 0
2021-05-22T00:44:57.991Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b901c860-b625-4166-b0a3-79820206aed4
2021-05-22T00:44:57.991Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 45ebd39c-d74e-4dfc-988b-92f2ddcc2fe5 from URL: /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json
2021-05-22T00:44:57.991Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-22T00:44:57.991Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json
2021-05-22T00:44:58.125Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-22T00:44:58.125Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json 45ebd39c-d74e-4dfc-988b-92f2ddcc2fe5 798
2021-05-22T00:44:58.125Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json ASDC sendASDCNotification
2021-05-22T00:44:58.126Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json
2021-05-22T00:44:58.126Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-22T00:44:58.126Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:44:58.129Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:44:58.129Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644298125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:44:58.229Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-22T00:44:58.230Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:44:58.230Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:58.242Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:58.243Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:44:59.130Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQrcrzp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fd9e0be1-9cfc-4ea9-9141-2e62d2904541",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0397e037-0f2a-419c-b17a-fecb1afa539f",
"vfModuleModelCustomizationUUID": "988d364b-232c-4a2e-8bee-72d160269f81",
"isBase": true,
"artifacts": [
"3d05c36d-888e-45af-a74a-b82eb1302342",
"038da379-ee96-4e79-a38b-e4e58760196c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-22T00:44:59.135Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQrcrzp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0397e037-0f2a-419c-b17a-fecb1afa539f
VfModuleModelInvariantUUID:fd9e0be1-9cfc-4ea9-9141-2e62d2904541
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d05c36d-888e-45af-a74a-b82eb1302342
,
038da379-ee96-4e79-a38b-e4e58760196c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-22T00:44:59.138Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQrcrzp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fd9e0be1-9cfc-4ea9-9141-2e62d2904541",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0397e037-0f2a-419c-b17a-fecb1afa539f",
"vfModuleModelCustomizationUUID": "988d364b-232c-4a2e-8bee-72d160269f81",
"isBase": true,
"artifacts": [
"3d05c36d-888e-45af-a74a-b82eb1302342",
"038da379-ee96-4e79-a38b-e4e58760196c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-22T00:44:59.138Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQrcrzp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0397e037-0f2a-419c-b17a-fecb1afa539f
VfModuleModelInvariantUUID:fd9e0be1-9cfc-4ea9-9141-2e62d2904541
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d05c36d-888e-45af-a74a-b82eb1302342
,
038da379-ee96-4e79-a38b-e4e58760196c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-22T00:44:59.139Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3d05c36d-888e-45af-a74a-b82eb1302342 from URL: /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml
2021-05-22T00:44:59.139Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-22T00:44:59.139Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml
2021-05-22T00:44:59.270Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-22T00:44:59.270Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml 3d05c36d-888e-45af-a74a-b82eb1302342 5033
2021-05-22T00:44:59.271Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-22T00:44:59.271Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml
2021-05-22T00:44:59.271Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-22T00:44:59.271Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:44:59.273Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:44:59.273Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644299271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:44:59.373Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-22T00:44:59.374Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:44:59.374Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:44:59.386Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:44:59.386Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-22T00:45:00.274Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 038da379-ee96-4e79-a38b-e4e58760196c from URL: /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env
2021-05-22T00:45:00.274Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-22T00:45:00.275Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env
2021-05-22T00:45:00.549Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-22T00:45:00.550Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env 038da379-ee96-4e79-a38b-e4e58760196c 909
2021-05-22T00:45:00.550Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-22T00:45:00.550Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env
2021-05-22T00:45:00.550Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-22T00:45:00.551Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:45:00.552Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:45:00.553Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644300550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:00.653Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:45:00.654Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:45:00.654Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:45:00.665Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:45:00.665Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:45:01.553Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5f0a1653-96fd-4ec8-bb24-949719ce1807
2021-05-22T00:45:01.554Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QrcrZp 0 b901c860-b625-4166-b0a3-79820206aed4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-22T00:45:01.572Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.572Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:45:01.573Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-05-22T00:45:01.573Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 3642a343-ef3e-4154-8e81-0f13b57f306a
2021-05-22T00:45:01.573Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3642a343-ef3e-4154-8e81-0f13b57f306a matches Tosca VF Customization UUID: 3642a343-ef3e-4154-8e81-0f13b57f306a
2021-05-22T00:45:01.573Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 3642a343-ef3e-4154-8e81-0f13b57f306a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-22T00:45:01.576Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.577Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:45:01.578Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 3642a343-ef3e-4154-8e81-0f13b57f306a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-05-22T00:45:01.578Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fe3e49
2021-05-22T00:45:01.578Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.578Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-22T00:45:01.579Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 988d364b-232c-4a2e-8bee-72d160269f81
2021-05-22T00:45:01.579Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 988d364b-232c-4a2e-8bee-72d160269f81
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-22T00:45:01.581Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.581Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria
2021-05-22T00:45:01.582Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:45:01.582Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.582Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria
2021-05-22T00:45:01.582Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:45:01.582Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.583Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is not matching search criteria
2021-05-22T00:45:01.583Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-22T00:45:01.583Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-22T00:45:01.583Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d36f856c-5fef-45c9-85db-6432cc8bedd6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-22T00:45:01.585Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.585Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria
2021-05-22T00:45:01.585Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-22T00:45:01.586Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.586Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QrcrZp 0 is matching search criteria
2021-05-22T00:45:01.586Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QrcrZp 0] matching following query criteria: sdcType=VF, customizationUUID=3642a343-ef3e-4154-8e81-0f13b57f306a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-22T00:45:01.588Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.588Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:45:01.589Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5f0a1653-96fd-4ec8-bb24-949719ce1807: basic_onboard_QrcrZp
2021-05-22T00:45:01.589Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.589Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:45:01.589Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.590Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:45:01.590Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.590Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:45:01.590Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.591Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:45:01.591Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:45:01.591Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QrcrZp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:45:01.591Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_QrcrZp
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:45:01.671Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QrcrZp b901c860-b625-4166-b0a3-79820206aed4 1 ASDC deployResourceStructure
2021-05-22T00:45:01.671Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json ASDC sendASDCNotification
2021-05-22T00:45:01.671Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json
2021-05-22T00:45:01.672Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-22T00:45:01.672Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:45:01.674Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:45:01.675Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644301671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:01.775Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:45:01.776Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:45:01.776Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:45:01.788Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:45:01.788Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-22T00:45:02.675Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-22T00:45:02.676Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml
2021-05-22T00:45:02.676Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-22T00:45:02.676Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:45:02.678Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:45:02.678Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644302675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:02.779Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:45:02.780Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:45:02.780Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:45:02.792Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:45:02.793Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:45:03.679Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-22T00:45:03.680Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env
2021-05-22T00:45:03.680Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-22T00:45:03.680Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:45:03.683Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:45:03.683Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644303679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:03.783Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:45:03.784Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:45:03.784Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:45:03.796Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:45:03.796Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:45:04.684Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar ASDC sendASDCNotification
2021-05-22T00:45:04.684Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar
2021-05-22T00:45:04.684Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-22T00:45:04.684Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:45:04.686Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:45:04.686Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644304683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:04.786Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:45:04.787Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:45:04.788Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:45:04.799Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:45:04.799Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-22T00:45:05.686Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:45:05.696Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:45:05.698Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-22T00:45:05.698Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-22T00:45:05.699Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-22T00:45:35.699Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:45:35.710Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:45:35.712Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-22T00:45:35.712Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-22T00:45:35.712Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-22T00:45:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:45:41.208Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:45:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:45:41.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:45:41.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644221445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644225673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "dcae-sch",
"timestamp": 1621644218214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "cds",
"timestamp": 1621644221106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "policy-id",
"timestamp": 1621644221163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644221204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644221445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644225673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "dcae-sch",
"timestamp": 1621644218214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "cds",
"timestamp": 1621644221106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "policy-id",
"timestamp": 1621644221163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644229664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644221445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644225673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "dcae-sch",
"timestamp": 1621644218214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "cds",
"timestamp": 1621644221106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "policy-id",
"timestamp": 1621644221163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644221445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644225673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "dcae-sch",
"timestamp": 1621644218214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "cds",
"timestamp": 1621644221106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "policy-id",
"timestamp": 1621644221163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644221445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644225673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "dcae-sch",
"timestamp": 1621644218214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "cds",
"timestamp": 1621644221106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "policy-id",
"timestamp": 1621644221163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644231645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644221445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644225673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "dcae-sch",
"timestamp": 1621644218214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "cds",
"timestamp": 1621644221106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "policy-id",
"timestamp": 1621644221163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644231645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644221445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644225673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "dcae-sch",
"timestamp": 1621644218214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "cds",
"timestamp": 1621644221106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "policy-id",
"timestamp": 1621644221163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644231645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644234735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644231645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644235325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644235441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "cds",
"timestamp": 1621644235451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "policy-id",
"timestamp": 1621644235441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644236233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644231645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "cds",
"timestamp": 1621644236457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:45:41.261Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
2021-05-22T00:45:41.262Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:45:41.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "policy-id",
"timestamp": 1621644236444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:41.270Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644236738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644236782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644231645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644236678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644237413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "policy-id",
"timestamp": 1621644237446,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:45:41.277Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
2021-05-22T00:45:41.278Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:45:41.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644237868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644237907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644231645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644236678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644238814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/vfw55d908cabe290_modules.json",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644238872,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:45:41.292Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
2021-05-22T00:45:41.293Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-22T00:45:41.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644238913,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:45:41.306Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
2021-05-22T00:45:41.306Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-22T00:45:41.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644236678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644239817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:41.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644239875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:41.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644239917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:41.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644236678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644240821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/resourceInstances/vfw55d908cabe290/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:41.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644236678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644241047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644241824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210522004023/1.0/artifacts/service-Vfw20210522004023-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:41.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644236678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644241047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644236678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644241047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644241047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644244755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644241047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644246424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644241047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "aai-ml",
"timestamp": 1621644246723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "clamp",
"timestamp": 1621644246776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644241047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644248030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "aai-ml",
"timestamp": 1621644246723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "clamp",
"timestamp": 1621644246776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644249127,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:45:41.323Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
2021-05-22T00:45:41.324Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-22T00:45:41.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644249242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "aai-ml",
"timestamp": 1621644246723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "clamp",
"timestamp": 1621644246776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644250130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:41.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "aai-ml",
"timestamp": 1621644246723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "clamp",
"timestamp": 1621644246776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "aai-ml",
"timestamp": 1621644246723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "clamp",
"timestamp": 1621644246776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644251449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:41.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "aai-ml",
"timestamp": 1621644246723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "clamp",
"timestamp": 1621644246776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:45:41.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644252453,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:45:41.337Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
2021-05-22T00:45:41.337Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:45:41.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "aai-ml",
"timestamp": 1621644246723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "clamp",
"timestamp": 1621644246776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:45:41.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:45:41.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "aai-ml",
"timestamp": 1621644254741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "clamp",
"timestamp": 1621644258086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:45:41.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "clamp",
"timestamp": 1621644259185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:41.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "aai-ml",
"timestamp": 1621644260187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:45:41.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:45:41.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "clamp",
"timestamp": 1621644260189,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:45:41.352Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
2021-05-22T00:45:41.352Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:45:41.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:45:41.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "aai-ml",
"timestamp": 1621644261191,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:45:41.366Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
2021-05-22T00:45:41.367Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:46:05.712Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:46:05.728Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:46:05.731Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:46:05.732Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:46:05.738Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-22T00:46:35.738Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-22T00:46:35.746Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and serviceModelVersionId: 5f0a1653-96fd-4ec8-bb24-949719ce1807
2021-05-22T00:46:35.746Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d7bf3e2-0364-495e-807e-f9a22e2b4613
2021-05-22T00:46:35.746Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d7bf3e2-0364-495e-807e-f9a22e2b4613/model-vers/model-ver/5f0a1653-96fd-4ec8-bb24-949719ce1807?depth=0
2021-05-22T00:46:35.751Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-05-22T00:46:35.786Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d7bf3e2-0364-495e-807e-f9a22e2b4613/model-vers/model-ver/5f0a1653-96fd-4ec8-bb24-949719ce1807?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-22T00:46:35.787Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d7bf3e2-0364-495e-807e-f9a22e2b4613/model-vers/model-ver/5f0a1653-96fd-4ec8-bb24-949719ce1807?depth=0|INFO|500||Invoke
2021-05-22T00:46:35.809Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d7bf3e2-0364-495e-807e-f9a22e2b4613/model-vers/model-ver/5f0a1653-96fd-4ec8-bb24-949719ce1807?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-22T00:46:35.959Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d7bf3e2-0364-495e-807e-f9a22e2b4613/model-vers/model-ver/5f0a1653-96fd-4ec8-bb24-949719ce1807?depth=0|INFO|500||InvokeReturn
2021-05-22T00:46:35.960Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d7bf3e2-0364-495e-807e-f9a22e2b4613/model-vers/model-ver/5f0a1653-96fd-4ec8-bb24-949719ce1807?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210522-00:46:35:814-57950], vertex-id=[172232], Content-Length=[0], Date=[Sat, 22 May 2021 00:46:35 GMT], Content-Type=[application/json]}
2021-05-22T00:46:35.960Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-05-22T00:46:35.960Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-22T00:46:35.960Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-22T00:46:35.966Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-22T00:46:35.966Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84e3c49d-d40d-42b1-bc74-8ff02cff17bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-22T00:46:35.966Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-22T00:46:35.967Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:46:35.969Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:46:35.969Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644395966,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-22T00:46:36.069Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:46:36.070Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:46:36.070Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:46:36.083Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:46:36.084Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-22T00:46:36.982Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:46:36.982Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:46:36.983Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:46:41.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:46:41.208Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:46:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:46:41.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:46:41.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "799b72c2-cd7f-49e6-a45e-c89ef6d594d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644286260,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-22T00:46:41.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:46:41.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:46:41.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:46:41.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "NOTIFIED"
}
2021-05-22T00:46:41.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:46:41.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-22T00:46:41.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:46:41.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:46:41.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:46:41.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-22T00:46:41.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:46:41.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:46:41.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:46:41.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644287277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:46:41.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-05-22T00:46:41.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644295359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:46:41.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:46:41.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644298125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:46:41.239Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:46:41.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644299271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:46:41.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:46:41.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644300550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:46:41.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:46:41.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644301671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/basic_onboard_qrcrzp0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-22T00:46:41.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:46:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644302675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-22T00:46:41.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:46:41.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644303679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/resourceInstances/basic_onboard_qrcrzp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-22T00:46:41.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:46:41.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-22T00:46:41.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644304683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQrcrzp/1.0/artifacts/service-BasicOnboardQrcrzp-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:46:41.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:46:46.524Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:46:46.525Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:46:46.525Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:46:46.525Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:46:56.064Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:47:41.204Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:47:41.205Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:47:41.206Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:47:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:47:41.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:47:41.208Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:47:41.730Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:47:41.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-22T00:47:41.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84e3c49d-d40d-42b1-bc74-8ff02cff17bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644395966,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-22T00:47:41.732Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:47:50.756Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:48:41.204Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:48:41.205Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:48:41.205Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:48:41.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:48:41.207Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:48:41.207Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:48:50.752Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:48:50.752Z|84e3c49d-d40d-42b1-bc74-8ff02cff17bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:49:41.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:49:41.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:49:41.205Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:49:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:49:41.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:49:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:49:50.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:49:50.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:50:41.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:50:41.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:50:41.205Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:50:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:50:41.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:50:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:50:50.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:50:50.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:51:41.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:51:41.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:51:41.205Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:51:41.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:51:41.207Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:51:41.207Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:51:50.747Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:51:50.747Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:52:41.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:52:41.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:52:41.205Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:52:41.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:52:41.208Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:52:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:52:50.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:52:50.772Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:53:41.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:53:41.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:53:41.205Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:53:41.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:53:41.207Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:53:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:53:41.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:53:41.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"39c5e262-cafa-4762-b92f-c440c5023de0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3","serviceDescription":"service","serviceInvariantUUID":"ea936cb8-dc15-4f7f-b1ea-55a31566e0f8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e7f94f9b-8803-42db-8c05-646a802305ce","resourceInvariantUUID":"d07ad084-002f-4b43-950f-f7d57fe567cb","resourceCustomizationUUID":"2630d842-055c-4676-bdce-7d3b50c7b698","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":"ZGZhNTQyMzA0YTc4ODk5YTAyZGZjNzU0Y2JhZjIzMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"482146db-3e54-4533-a62a-d40a4b0116af","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDdmYmIzNzQ4ZDdjMGU5ZDQzMTZlNDcyODMwNzE4MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f1d1407-9946-4682-91f8-9ab5222086a5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-22T00:53:41.837Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:53:41.837Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:53:41.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:53:41.840Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:53:41.840Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644821204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:53:41.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644796678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:53:41.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644801445,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:53:41.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "dcae-sch",
"timestamp": 1621644798214,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:53:41.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "policy-id",
"timestamp": 1621644801163,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:53:41.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644801445,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:53:41.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644796678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:53:41.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "dcae-sch",
"timestamp": 1621644798214,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:53:41.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "policy-id",
"timestamp": 1621644801163,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:53:41.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644805673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:53:41.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "cds",
"timestamp": 1621644806106,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:53:41.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "policy-id",
"timestamp": 1621644807241,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:53:41.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644805673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:53:41.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "cds",
"timestamp": 1621644806106,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:53:41.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "policy-id",
"timestamp": 1621644808245,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:53:41.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "policy-id",
"timestamp": 1621644809247,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:53:41.858Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39c5e262-cafa-4762-b92f-c440c5023de0
2021-05-22T00:53:41.858Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c5e262-cafa-4762-b92f-c440c5023de0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:53:41.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "cds",
"timestamp": 1621644809660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:53:41.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:53:41.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "cds",
"timestamp": 1621644810667,
"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=?
2021-05-22T00:53:41.871Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39c5e262-cafa-4762-b92f-c440c5023de0
2021-05-22T00:53:41.871Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c5e262-cafa-4762-b92f-c440c5023de0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:53:41.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644811047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:53:41.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644811645,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:53:41.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644811047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:53:41.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644811645,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:53:41.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644814450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:53:41.880Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:53:41.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644816008,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:53:41.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:53:41.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644817013,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:53:41.886Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39c5e262-cafa-4762-b92f-c440c5023de0
2021-05-22T00:53:41.886Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c5e262-cafa-4762-b92f-c440c5023de0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:53:41.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "aai-ml",
"timestamp": 1621644816723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:53:41.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "clamp",
"timestamp": 1621644816776,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:53:41.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "aai-ml",
"timestamp": 1621644816723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:53:41.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "clamp",
"timestamp": 1621644816776,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:53:41.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-22T00:53:41.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-22T00:53:41.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "aai-ml",
"timestamp": 1621644819663,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:53:41.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:53:41.940Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:53:41.940Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:53:41.941Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:53:41.951Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:53:41.952Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:53:42.840Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:53:42.842Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:53:42.843Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:53:42.844Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644821204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:53:42.944Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:53:42.945Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:53:42.945Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:53:42.955Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:53:42.956Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:53:43.845Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3",
"serviceDescription": "service",
"serviceInvariantUUID": "ea936cb8-dc15-4f7f-b1ea-55a31566e0f8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "2630d842-055c-4676-bdce-7d3b50c7b698",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e7f94f9b-8803-42db-8c05-646a802305ce",
"resourceInvariantUUID": "d07ad084-002f-4b43-950f-f7d57fe567cb",
"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": "NDdmYmIzNzQ4ZDdjMGU5ZDQzMTZlNDcyODMwNzE4MWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7f1d1407-9946-4682-91f8-9ab5222086a5"
}
],
"workloadContext": "Production"
}
2021-05-22T00:53:43.845Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-22T00:53:43.846Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3 ASDC
2021-05-22T00:53:43.847Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:39c5e262-cafa-4762-b92f-c440c5023de0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3
ServiceInvariantUUID:ea936cb8-dc15-4f7f-b1ea-55a31566e0f8
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:7f1d1407-9946-4682-91f8-9ab5222086a5
ArtifactChecksum:NDdmYmIzNzQ4ZDdjMGU5ZDQzMTZlNDcyODMwNzE4MWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2630d842-055c-4676-bdce-7d3b50c7b698
ResourceInvariantUUID:d07ad084-002f-4b43-950f-f7d57fe567cb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e7f94f9b-8803-42db-8c05-646a802305ce
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-22T00:53:43.847Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-22T00:53:43.878Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-22T00:53:43.879Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-22T00:53:43.879Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-22T00:53:43.879Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7f1d1407-9946-4682-91f8-9ab5222086a5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-22T00:53:43.879Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-22T00:53:43.879Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-22T00:53:44.173Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-22T00:53:44.176Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7f1d1407-9946-4682-91f8-9ab5222086a5 52220
2021-05-22T00:53:44.177Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-22T00:53:44.177Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-22T00:53:44.177Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-22T00:53:44.177Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:53:44.179Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:53:44.179Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644824177,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:53:44.279Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:53:44.280Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:53:44.280Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:53:44.292Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:53:44.292Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-22T00:53:45.179Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-22T00:53:45.180Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-22T00:53:45.181Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7f1d1407-9946-4682-91f8-9ab5222086a5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-22T00:53:45.181Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-22T00:53:45.182Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-22T00:53:45.182Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-22T00:53:45.257Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP329383617209368985/Definitions/service-BasicNetwork-template.yml
2021-05-22T00:53:45.593Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-22T00:53:45.594Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-22T00:53:45.594Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-22T00:53:45.594Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-22T00:53:45.594Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-22T00:53:45.594Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-22T00:53:45.594Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.595Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-22T00:53:45.596Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-22T00:53:45.597Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-22T00:53:45.597Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.597Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:53:45.597Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.597Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:53:45.598Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3
Model Version:NULL
Model InvariantUuid:ea936cb8-dc15-4f7f-b1ea-55a31566e0f8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d07ad084-002f-4b43-950f-f7d57fe567cb
Model UUID:b6e2ab08-0dcd-4344-90dd-a435b6cf0d8d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:2630d842-055c-4676-bdce-7d3b50c7b698
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-22T00:53:45.605Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: e7f94f9b-8803-42db-8c05-646a802305ce
2021-05-22T00:53:45.605Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||No resources found for Service: 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-22T00:53:45.610Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||
2021-05-22T00:53:45.610Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-22T00:53:45.610Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3
2021-05-22T00:53:45.611Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3
2021-05-22T00:53:45.611Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-22T00:53:45.611Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-22T00:53:45.618Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.618Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:53:45.618Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.619Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:53:45.619Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3: Generic NeutronNet
2021-05-22T00:53:45.619Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.619Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:53:45.620Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.620Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-05-22T00:53:45.657Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.658Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:53:45.658Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.658Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:53:45.658Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:53:45.658Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:53:45.659Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-22T00:53:45.710Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-22T00:53:45.711Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-22T00:53:45.711Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-22T00:53:45.711Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-22T00:53:45.711Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:53:45.713Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:53:45.713Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644825711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:53:45.813Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:53:45.814Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:53:45.814Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:53:45.828Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:53:45.828Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:53:46.714Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:53:46.725Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:53:46.728Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-22T00:53:46.728Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-22T00:53:46.728Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-22T00:54:16.729Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:54:16.740Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:54:16.742Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-22T00:54:16.742Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-22T00:54:16.742Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-22T00:54:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:54:41.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:54:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:54:41.332Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:54:41.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:54:41.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644821204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:54:41.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:54:46.742Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:54:46.754Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:54:46.756Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-22T00:54:46.757Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-22T00:54:46.757Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-22T00:55:16.757Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:55:16.771Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:55:16.774Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-22T00:55:16.774Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-22T00:55:16.775Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-22T00:55:41.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:55:41.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:55:41.208Z||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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:55:41.736Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:55:41.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "clamp",
"timestamp": 1621644822134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:55:41.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "aai-ml",
"timestamp": 1621644822529,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:55:41.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644821204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:55:41.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "aai-ml",
"timestamp": 1621644823532,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:55:41.745Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39c5e262-cafa-4762-b92f-c440c5023de0
2021-05-22T00:55:41.745Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c5e262-cafa-4762-b92f-c440c5023de0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:55:41.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "clamp",
"timestamp": 1621644824143,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:55:41.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644824177,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:55:41.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "clamp",
"timestamp": 1621644825146,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:55:41.758Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39c5e262-cafa-4762-b92f-c440c5023de0
2021-05-22T00:55:41.758Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c5e262-cafa-4762-b92f-c440c5023de0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:55:41.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644825711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:55:41.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644841445,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644841047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "cds",
"timestamp": 1621644836106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644836678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "dcae-sch",
"timestamp": 1621644838215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "policy-id",
"timestamp": 1621644841163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644841445,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644836678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "cds",
"timestamp": 1621644836106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644841047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "dcae-sch",
"timestamp": 1621644838215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "policy-id",
"timestamp": 1621644841163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644841445,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644836678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "cds",
"timestamp": 1621644836106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "dcae-sch",
"timestamp": 1621644838215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644841047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "policy-id",
"timestamp": 1621644841163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644845673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644836678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644841445,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644841047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "dcae-sch",
"timestamp": 1621644838215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "cds",
"timestamp": 1621644836106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "policy-id",
"timestamp": 1621644841163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644845673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "aai-ml",
"timestamp": 1621644846723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "clamp",
"timestamp": 1621644846776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644841445,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644836678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "cds",
"timestamp": 1621644836106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644841047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "dcae-sch",
"timestamp": 1621644838215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "policy-id",
"timestamp": 1621644841163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644845673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "aai-ml",
"timestamp": 1621644846723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "clamp",
"timestamp": 1621644846776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644841445,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644836678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "dcae-sch",
"timestamp": 1621644838215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "cds",
"timestamp": 1621644836106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644841047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "policy-id",
"timestamp": 1621644841163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644845673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "aai-ml",
"timestamp": 1621644846723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "clamp",
"timestamp": 1621644846776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644841445,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644836678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "cds",
"timestamp": 1621644836106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "dcae-sch",
"timestamp": 1621644838215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "policy-id",
"timestamp": 1621644841163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644841047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644845673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "aai-ml",
"timestamp": 1621644846723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "clamp",
"timestamp": 1621644846776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621644841445,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621644836678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "dcae-sch",
"timestamp": 1621644838215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "cds",
"timestamp": 1621644836106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644841047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "policy-id",
"timestamp": 1621644841163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644845673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "aai-ml",
"timestamp": 1621644846723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "clamp",
"timestamp": 1621644846776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644851645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644845673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "aai-ml",
"timestamp": 1621644846723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "clamp",
"timestamp": 1621644846776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "policy-id",
"timestamp": 1621644852545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644852636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "cds",
"timestamp": 1621644852652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644851645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621644845673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "aai-ml",
"timestamp": 1621644846723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "clamp",
"timestamp": 1621644846776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "policy-id",
"timestamp": 1621644853548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:55:41.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "cds",
"timestamp": 1621644853658,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:55:41.795Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26a976f5-a984-401c-bd1a-91b530a56b77
2021-05-22T00:55:41.795Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26a976f5-a984-401c-bd1a-91b530a56b77 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:55:41.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644851645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "aai-ml",
"timestamp": 1621644846723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:55:41.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644854385,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:55:41.803Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "clamp",
"timestamp": 1621644846776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:55:41.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "policy-id",
"timestamp": 1621644854551,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:55:41.808Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26a976f5-a984-401c-bd1a-91b530a56b77
2021-05-22T00:55:41.809Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26a976f5-a984-401c-bd1a-91b530a56b77 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:55:41.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644851645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621644855388,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:55:41.821Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26a976f5-a984-401c-bd1a-91b530a56b77
2021-05-22T00:55:41.821Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26a976f5-a984-401c-bd1a-91b530a56b77 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:55:41.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "aai-ml",
"timestamp": 1621644855944,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:55:41.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644851645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644851645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-05-22T00:55:41.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "clamp",
"timestamp": 1621644858176,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:55:41.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644851645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "clamp",
"timestamp": 1621644859232,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:55:41.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644851645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:55:41.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "aai-ml",
"timestamp": 1621644859458,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-22T00:55:41.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "clamp",
"timestamp": 1621644860234,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:55:41.835Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 26a976f5-a984-401c-bd1a-91b530a56b77
2021-05-22T00:55:41.835Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26a976f5-a984-401c-bd1a-91b530a56b77 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:55:41.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "aai-ml",
"timestamp": 1621644860461,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:55:41.851Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 26a976f5-a984-401c-bd1a-91b530a56b77
2021-05-22T00:55:41.851Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26a976f5-a984-401c-bd1a-91b530a56b77 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:55:41.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644860459,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:55:41.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644861652,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-05-22T00:55:41.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-22T00:55:41.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-05-22T00:55:41.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "ves-openapi-manager",
"timestamp": 1621644862656,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:55:41.867Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 26a976f5-a984-401c-bd1a-91b530a56b77
2021-05-22T00:55:41.867Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26a976f5-a984-401c-bd1a-91b530a56b77 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-22T00:55:46.775Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:55:46.784Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:55:46.787Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:55:46.788Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:55:46.788Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:55:46.788Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-22T00:55:46.788Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-22T00:55:46.792Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-22T00:56:16.792Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39c5e262-cafa-4762-b92f-c440c5023de0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-22T00:56:16.797Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39c5e262-cafa-4762-b92f-c440c5023de0 and serviceModelVersionId: 0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3
2021-05-22T00:56:16.797Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea936cb8-dc15-4f7f-b1ea-55a31566e0f8
2021-05-22T00:56:16.798Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea936cb8-dc15-4f7f-b1ea-55a31566e0f8/model-vers/model-ver/0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3?depth=0
2021-05-22T00:56:16.801Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-22T00:56:16.834Z|39c5e262-cafa-4762-b92f-c440c5023de0|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/ea936cb8-dc15-4f7f-b1ea-55a31566e0f8/model-vers/model-ver/0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-22T00:56:16.835Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea936cb8-dc15-4f7f-b1ea-55a31566e0f8/model-vers/model-ver/0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3?depth=0|INFO|500||Invoke
2021-05-22T00:56:16.856Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea936cb8-dc15-4f7f-b1ea-55a31566e0f8/model-vers/model-ver/0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-22T00:56:17.067Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea936cb8-dc15-4f7f-b1ea-55a31566e0f8/model-vers/model-ver/0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3?depth=0|INFO|500||InvokeReturn
2021-05-22T00:56:17.067Z|39c5e262-cafa-4762-b92f-c440c5023de0|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/ea936cb8-dc15-4f7f-b1ea-55a31566e0f8/model-vers/model-ver/0690c8ff-2efa-4214-9ef1-dc8c4c3f27b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210522-00:56:16:859-80212], vertex-id=[405720], Content-Length=[0], Date=[Sat, 22 May 2021 00:56:16 GMT], Content-Type=[application/json]}
2021-05-22T00:56:17.067Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-05-22T00:56:17.067Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-22T00:56:17.067Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-22T00:56:17.073Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-22T00:56:17.073Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39c5e262-cafa-4762-b92f-c440c5023de0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-22T00:56:17.073Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-22T00:56:17.074Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:56:17.075Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:56:17.075Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39c5e262-cafa-4762-b92f-c440c5023de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644977073,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-22T00:56:17.176Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:56:17.176Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:56:17.176Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:56:17.193Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:56:17.193Z||pool-39-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-05-22T00:56:18.092Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-22T00:56:18.092Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-22T00:56:18.092Z|39c5e262-cafa-4762-b92f-c440c5023de0|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 RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:56:22.392Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:56:22.393Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-22T00:56:22.393Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"26a976f5-a984-401c-bd1a-91b530a56b77","serviceName":"Demo_pNF_UHPvPdhbpHk2X5nQlPVW","serviceVersion":"1.0","serviceUUID":"b945dda7-3583-4804-9ece-d07cfaa00876","serviceDescription":"catalog service description","serviceInvariantUUID":"ba607cc2-f2d6-4e9c-85ad-2df7168ddf65","resources":[{"resourceInstanceName":"pNF 96542f6a-4f08 0","resourceName":"pNF 96542f6a-4f08","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"17e5fa1b-1a9f-4f93-b97b-55dc7073f826","resourceInvariantUUID":"8e173990-e39f-40e5-a442-5e872d4701d7","resourceCustomizationUUID":"a6d07f2d-1d80-46b9-8cc5-1748917def2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml","artifactChecksum":"ODlhZmE0Yjk5MDIxYTZjNjcyNzZjMWE4ZTViMTkxNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"541adc96-18de-48b0-b683-17f8024b67bc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar","artifactChecksum":"MTFjZTI3MGQ1OGYwYWQ1OGM5ZWU5Y2Q3ZDFlZTAyNjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1e7f578-72cf-4027-ad53-ba29c8151a9e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0446afbe-47da-4e3a-82d2-bb848b407857","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml","artifactChecksum":"ODFkZTgyZTg1YWI3NDhiZTY3NjE0YWMyYTNiOTM4OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ae339713-a9f2-49c2-89d0-f42a99d7a276","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81e3ff0f-fd44-4398-a4e5-4b9eb1312b70","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9e42712-ded0-4c46-85a4-03c000bd7799","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml","artifactChecksum":"NTI0MWI2MzM0YTgyNWRmMjQ1ODIyNDRkNDQ2ZmZlYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"656a6c76-d7ac-49d0-9bde-c4c80ac7209f","artifactVersion":"1"},{"artifactName":"service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar","artifactChecksum":"ZTc3Njg0NGYzNWRkYWQ0ZTIwYTk4ZGFlZWE0M2ZhMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6d846d6-0b3e-446a-9d26-8e7c1d7b9517","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-22T00:56:22.395Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:56:22.395Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:56:22.397Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:56:22.397Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644978091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:56:22.497Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:56:22.498Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:56:22.498Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:56:22.509Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:56:22.509Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:56:23.398Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:56:23.399Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:56:23.400Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:56:23.401Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644978091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:56:23.501Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:56:23.501Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:56:23.501Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:56:23.510Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:56:23.511Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:56:24.401Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:56:24.402Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:56:24.404Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:56:24.404Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644978091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:56:24.504Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:56:24.505Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:56:24.505Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:56:24.518Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:56:24.518Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:56:25.405Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:56:25.405Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:56:25.407Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:56:25.407Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644978091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:56:25.507Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:56:25.508Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:56:25.508Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:56:25.520Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:56:25.521Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:56:26.407Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:56:26.408Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:56:26.410Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:56:26.410Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644978091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:56:26.510Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:56:26.511Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:56:26.511Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:56:26.523Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:56:26.524Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:56:27.410Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:56:27.411Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:56:27.413Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:56:27.413Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644978091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/resourceInstances/pnf96542f6a4f080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:56:27.513Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-22T00:56:27.514Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:56:27.515Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:56:27.526Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:56:27.527Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:56:28.414Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:56:28.414Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:56:28.416Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:56:28.416Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644978091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-22T00:56:28.516Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:56:28.517Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:56:28.517Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:56:28.528Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:56:28.528Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:56:29.416Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-22T00:56:29.417Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:56:29.419Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:56:29.419Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644978091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "NOTIFIED"
}
2021-05-22T00:56:29.519Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:56:29.520Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:56:29.520Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:56:29.530Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:56:29.530Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:56:30.420Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"serviceName": "Demo_pNF_UHPvPdhbpHk2X5nQlPVW",
"serviceVersion": "1.0",
"serviceUUID": "b945dda7-3583-4804-9ece-d07cfaa00876",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ba607cc2-f2d6-4e9c-85ad-2df7168ddf65",
"resources": [
{
"resourceInstanceName": "pNF 96542f6a-4f08 0",
"resourceCustomizationUUID": "a6d07f2d-1d80-46b9-8cc5-1748917def2a",
"resourceName": "pNF 96542f6a-4f08",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "17e5fa1b-1a9f-4f93-b97b-55dc7073f826",
"resourceInvariantUUID": "8e173990-e39f-40e5-a442-5e872d4701d7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"artifactChecksum": "ZTc3Njg0NGYzNWRkYWQ0ZTIwYTk4ZGFlZWE0M2ZhMmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d6d846d6-0b3e-446a-9d26-8e7c1d7b9517"
}
],
"workloadContext": "Production"
}
2021-05-22T00:56:30.420Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-22T00:56:30.421Z|39c5e262-cafa-4762-b92f-c440c5023de0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b945dda7-3583-4804-9ece-d07cfaa00876 ASDC
2021-05-22T00:56:30.421Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:26a976f5-a984-401c-bd1a-91b530a56b77
ServiceName:Demo_pNF_UHPvPdhbpHk2X5nQlPVW
ServiceVersion:1.0
ServiceUUID:b945dda7-3583-4804-9ece-d07cfaa00876
ServiceInvariantUUID:ba607cc2-f2d6-4e9c-85ad-2df7168ddf65
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
ArtifactUUID:d6d846d6-0b3e-446a-9d26-8e7c1d7b9517
ArtifactChecksum:ZTc3Njg0NGYzNWRkYWQ0ZTIwYTk4ZGFlZWE0M2ZhMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 96542f6a-4f08 0
ResourceCustomizationUUID:a6d07f2d-1d80-46b9-8cc5-1748917def2a
ResourceInvariantUUID:8e173990-e39f-40e5-a442-5e872d4701d7
ResourceName:pNF 96542f6a-4f08
ResourceType:PNF
ResourceUUID:17e5fa1b-1a9f-4f93-b97b-55dc7073f826
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-22T00:56:30.421Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b945dda7-3583-4804-9ece-d07cfaa00876 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-22T00:56:30.451Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-22T00:56:30.451Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-22T00:56:30.451Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-22T00:56:30.451Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6d846d6-0b3e-446a-9d26-8e7c1d7b9517 from URL: /sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:30.452Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-22T00:56:30.452Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:31.158Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-22T00:56:31.164Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar d6d846d6-0b3e-446a-9d26-8e7c1d7b9517 83320
2021-05-22T00:56:31.164Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar ASDC sendASDCNotification
2021-05-22T00:56:31.164Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:31.165Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-22T00:56:31.165Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-22T00:56:31.167Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-22T00:56:31.167Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "26a976f5-a984-401c-bd1a-91b530a56b77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621644991164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-22T00:56:31.267Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-22T00:56:31.267Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-22T00:56:31.268Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RwJEwtgYVYeEs8Lh) ...
2021-05-22T00:56:31.280Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-22T00:56:31.280Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-22T00:56:32.167Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-22T00:56:32.168Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-22T00:56:32.168Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d6d846d6-0b3e-446a-9d26-8e7c1d7b9517, URL: /sdc/v1/catalog/services/DemoPnfUhpvpdhbphk2x5nqlpvw/1.0/artifacts/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar to file: /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:32.169Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:32.169Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:32.169Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:32.333Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1638562591470249906/Definitions/service-DemoPnfUhpvpdhbphk2x5nqlpvw-template.yml
2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 96542f6a-4f08 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 96542f6a-4f08 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-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|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-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|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-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:32.954Z|26a976f5-a984-401c-bd1a-91b530a56b77|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-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|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-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|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-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|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-DemoPnfUhpvpdhbphk2x5nqlpvw-csar.csar
2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Node template pNF 96542f6a-4f08 0 is matching search criteria
2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 96542f6a-4f08 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:56:32.955Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Node template pNF 96542f6a-4f08 0 is matching search criteria
2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 96542f6a-4f08 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:56:32.956Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:56:32.957Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:56:32.957Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:56:32.957Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:56:32.957Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:56:32.957Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:56:32.957Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_UHPvPdhbpHk2X5nQlPVW
Description:catalog service description
Model UUID:b945dda7-3583-4804-9ece-d07cfaa00876
Model Version:NULL
Model InvariantUuid:ba607cc2-f2d6-4e9c-85ad-2df7168ddf65
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-22T00:56:32.963Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 17e5fa1b-1a9f-4f93-b97b-55dc7073f826
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-22T00:56:32.965Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||pNF 96542f6a-4f08 0
2021-05-22T00:56:32.965Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 17e5fa1b-1a9f-4f93-b97b-55dc7073f826
2021-05-22T00:56:32.966Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b945dda7-3583-4804-9ece-d07cfaa00876
2021-05-22T00:56:32.966Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b945dda7-3583-4804-9ece-d07cfaa00876
2021-05-22T00:56:32.966Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 96542f6a-4f08 0 17e5fa1b-1a9f-4f93-b97b-55dc7073f826 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-22T00:56:32.969Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-22T00:56:32.969Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHPvPdhbpHk2X5nQlPVW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-22T00:56:32.969Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b945dda7-3583-4804-9ece-d07cfaa00876: pNF 96542f6a-4f08
2021-05-22T00:56:32.969Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||INFO|500||Processing PNF resource: 17e5fa1b-1a9f-4f93-b97b-55dc7073f826
2021-05-22T00:56:32.970Z|26a976f5-a984-401c-bd1a-91b530a56b77|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery