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-06-04T07:32:58.891Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-npqxl with PID 14 (/app/app.jar started by so in /app)
2021-06-04T07:32:58.939Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-06-04T07:32:58.939Z||main|||||INFO|500||The following profiles are active: basic
2021-06-04T07:33:06.146Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-04T07:33:06.147Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-06-04T07:33:06.223Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-04T07:33:07.733Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-04T07:33:07.895Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-04T07:33:08.264Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-04T07:33:08.272Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-04T07:33:08.354Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-06-04T07:33:08.491Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-06-04T07:33:08.901Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-04T07:33:09.878Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-04T07:33:11.981Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-04T07:33:12.025Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-06-04T07:33:12.462Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-04T07:33:12.651Z||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-06-04T07:33:13.840Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-04T07:33:14.774Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-06-04T07:33:14.794Z||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$$a594702c.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-06-04T07:33:14.795Z||main|||||WARN|500||The sdc end point is not alive
2021-06-04T07:33:17.001Z||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-06-04T07:33:19.266Z||main|||||WARN|500||---
2021-06-04T07:33:19.267Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-06-04T07:33:19.267Z||main|||||WARN|500||---
2021-06-04T07:33:19.536Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-04T07:33:22.574Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T07:33:22.575Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T07:33:22.576Z||main|||||INFO|500||Started Application in 25.862 seconds (JVM running for 27.032)
2021-06-04T07:33:22.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T07:33:22.646Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T07:33:22.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39aab513-a3bb-4862-8bba-cb0d4c55944a url= /sdc/v1/artifactTypes
2021-06-04T07:33:22.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T07:33:23.818Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.121] 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-06-04T07:33:23.822Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a8bfe5f
2021-06-04T07:33:23.822Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T07:33:23.831Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T07:33:23.833Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T07:33:23.835Z||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-06-04T07:34:12.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T07:34:12.570Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T07:34:12.570Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T07:34:12.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T07:34:12.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3331718e-52cd-48fd-9c07-75e7056e1fb3 url= /sdc/v1/artifactTypes
2021-06-04T07:34:12.580Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T07:34:13.610Z||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.27.121] 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-06-04T07:34:13.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26789e97
2021-06-04T07:34:13.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T07:34:13.612Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T07:34:13.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T07:34:13.612Z||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-06-04T07:35:02.569Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T07:35:02.570Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T07:35:02.570Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T07:35:02.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T07:35:02.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f0af2759-04a1-4725-bed9-4a9f91628f8d url= /sdc/v1/artifactTypes
2021-06-04T07:35:02.578Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T07:35:03.593Z||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.27.121] 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-06-04T07:35:03.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c6fa28c
2021-06-04T07:35:03.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T07:35:03.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T07:35:03.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T07:35:03.595Z||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-06-04T07:35:52.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T07:35:52.570Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T07:35:52.570Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T07:35:52.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T07:35:52.578Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fbd3185c-a712-45bd-bccf-fb9d89e5f796 url= /sdc/v1/artifactTypes
2021-06-04T07:35:52.578Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T07:35:53.609Z||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.27.121] 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-06-04T07:35:53.610Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@445c37b6
2021-06-04T07:35:53.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T07:35:53.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T07:35:53.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T07:35:53.612Z||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-06-04T07:36:42.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T07:36:42.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T07:36:42.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T07:36:42.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T07:36:42.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7ee2be5b-e94d-43ea-84ff-7ac57770f0c0 url= /sdc/v1/artifactTypes
2021-06-04T07:36:42.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T07:36:42.780Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-04T07:36:42.787Z||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-06-04T07:36:42.809Z||scheduling-1|||||DEBUG|500||create keys
2021-06-04T07:36:42.816Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-04T07:36:42.845Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:36:42.860Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 66bc357d-2137-488f-a5cc-a07f14d8a9bd url= /sdc/v1/registerForDistribution
2021-06-04T07:36:43.001Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 66bc357d-2137-488f-a5cc-a07f14d8a9bd url= /sdc/v1/registerForDistribution
2021-06-04T07:36:43.001Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-04T07:36:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:36:43.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:36:43.014Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-04T07:36:43.015Z||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-06-04T07:36:43.015Z||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-06-04T07:36:43.015Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:36:43.015Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:36:53.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:36:53.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:37:43.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:37:43.009Z||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-06-04T07:37:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:37:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:37:43.011Z||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-06-04T07:37:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:37:52.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:37:52.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:38:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:38:43.009Z||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-06-04T07:38:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:38:43.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:38:43.011Z||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-06-04T07:38:43.012Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:38:52.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:38:52.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:39:43.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:39:43.009Z||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-06-04T07:39:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:39:43.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:39:43.010Z||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-06-04T07:39:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:39:52.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:39:52.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:40:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:40:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:40:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:40:43.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:40:43.011Z||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-06-04T07:40:43.012Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:40:52.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:40:52.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:41:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:41:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:41:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:41:43.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:41:43.010Z||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-06-04T07:41:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:41:52.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:41:52.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:42:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:42:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:42:43.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:42:43.010Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:42:43.010Z||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-06-04T07:42:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:42:52.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:42:52.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:43:39.347Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-04T07:43:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:43:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:43:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:43:43.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:43:43.010Z||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-06-04T07:43:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:43:52.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:43:52.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:44:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:44:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:44:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:44:43.010Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:44:43.010Z||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-06-04T07:44:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:44:52.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:44:52.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:45:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:45:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:45:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:45:43.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:45:43.010Z||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-06-04T07:45:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:45:52.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:45:52.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:46:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:46:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:46:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:46:43.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:46:43.010Z||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-06-04T07:46:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:46:52.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:46:52.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:47:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:47:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:47:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:47:43.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:47:43.011Z||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-06-04T07:47:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:47:52.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:47:52.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:48:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:48:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:48:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:48:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:48:43.010Z||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-06-04T07:48:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:48:52.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:48:52.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:49:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:49:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:49:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:49:43.009Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:49:43.010Z||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-06-04T07:49:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:49:52.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:49:52.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:50:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:50:43.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:50:43.010Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:50:43.010Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:50:43.010Z||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-06-04T07:50:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:50:52.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:50:52.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:51:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:51:43.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:51:43.010Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:51:43.010Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:51:43.010Z||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-06-04T07:51:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:51:52.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:51:52.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:52:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:52:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:52:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:52:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:52:43.010Z||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-06-04T07:52:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:52:52.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:52:52.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:53:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:53:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:53:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:53:43.009Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:53:43.010Z||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-06-04T07:53:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:53:52.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:53:52.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:54:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:54:43.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:54:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:54:43.010Z||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-06-04T07:54:43.010Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:54:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:54:52.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:54:52.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:55:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:55:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:55:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:55:43.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:55:43.010Z||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-06-04T07:55:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:55:52.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:55:52.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:56:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:56:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:56:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:56:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:56:43.010Z||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-06-04T07:56:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:56:52.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:56:52.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:57:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:57:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:57:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:57:43.009Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:57:43.010Z||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-06-04T07:57:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:57:52.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:57:52.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:58:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:58:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:58:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:58:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:58:43.011Z||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-06-04T07:58:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:58:52.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:58:52.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:59:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:59:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:59:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:59:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:59:43.010Z||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-06-04T07:59:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:59:52.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T07:59:52.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:00:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:00:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:00:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:00:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:00:43.010Z||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-06-04T08:00:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:00:52.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:00:52.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:01:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:01:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:01:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:01:43.009Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:01:43.010Z||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-06-04T08:01:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:01:52.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:01:52.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:02:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:02:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:02:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:02:43.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:02:43.011Z||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-06-04T08:02:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:02:52.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:02:52.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:03:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:03:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:03:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:03:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:03:43.010Z||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-06-04T08:03:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:03:52.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:03:52.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:04:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:04:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:04:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:04:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:04:43.010Z||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-06-04T08:04:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:04:52.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:04:52.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:05:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:05:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:05:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:05:43.009Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:05:43.010Z||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-06-04T08:05:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:05:52.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:05:52.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:06:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:06:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:06:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:06:43.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:06:43.010Z||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-06-04T08:06:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:06:52.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:06:52.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:07:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:07:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:07:43.010Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:07:43.010Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:07:43.010Z||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-06-04T08:07:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:07:52.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:07:52.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:08:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:08:43.009Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:08:43.010Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:08:43.010Z||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-06-04T08:08:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:08:43.010Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:08:52.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:08:52.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:09:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:09:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:09:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:09:43.009Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:09:43.010Z||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-06-04T08:09:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:09:52.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:09:52.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:10:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:10:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:10:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:10:43.009Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:10:43.010Z||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-06-04T08:10:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:10:52.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:10:52.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:11:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:11:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:11:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:11:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:11:43.010Z||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-06-04T08:11:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:11:52.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:11:52.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:12:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:12:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:12:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:12:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:12:43.010Z||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-06-04T08:12:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:12:52.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:12:52.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:13:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:13:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:13:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:13:43.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:13:43.010Z||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-06-04T08:13:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:13:52.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:13:52.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:14:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:14:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:14:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:14:43.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:14:43.010Z||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-06-04T08:14:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:14:52.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:14:52.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:15:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:15:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:15:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:15:43.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:15:43.010Z||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-06-04T08:15:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:15:52.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:15:52.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:16:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:16:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:16:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:16:43.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:16:43.010Z||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-06-04T08:16:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:16:52.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:16:52.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:17:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:17:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:17:43.009Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:17:43.009Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:17:43.010Z||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-06-04T08:17:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:17:52.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:17:52.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:18:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:18:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:18:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:18:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:18:43.010Z||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-06-04T08:18:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:18:52.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:18:52.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:19:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:19:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:19:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:19:43.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:19:43.010Z||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-06-04T08:19:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:19:52.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:19:52.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:20:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:20:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:20:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:20:43.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:20:43.010Z||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-06-04T08:20:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:20:52.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:20:52.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:21:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:21:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:21:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:21:43.009Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:21:43.010Z||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-06-04T08:21:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:21:52.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:21:52.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:22:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:22:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:22:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:22:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:22:43.010Z||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-06-04T08:22:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:22:52.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:22:52.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:23:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:23:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:23:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:23:43.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:23:43.010Z||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-06-04T08:23:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:23:52.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:23:52.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:24:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:24:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:24:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:24:43.009Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:24:43.010Z||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-06-04T08:24:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:24:52.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:24:52.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:25:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:25:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:25:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:25:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:25:43.010Z||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-06-04T08:25:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:25:52.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:25:52.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:26:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:26:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:26:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:26:43.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:26:43.010Z||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-06-04T08:26:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:26:52.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:26:52.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:27:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:27:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:27:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:27:43.009Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:27:43.010Z||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-06-04T08:27:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:27:52.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:27:52.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:28:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:28:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:28:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:28:43.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:28:43.010Z||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-06-04T08:28:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:28:52.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:28:52.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:29:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:29:43.009Z||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-06-04T08:29:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:29:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:29:43.011Z||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-06-04T08:29:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:29:52.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:29:52.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:30:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:30:43.009Z||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-06-04T08:30:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:30:43.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:30:43.010Z||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-06-04T08:30:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:30:52.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:30:52.552Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:31:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:31:43.009Z||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-06-04T08:31:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:31:43.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:31:43.010Z||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-06-04T08:31:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:31:52.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:31:52.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:32:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:32:43.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:32:43.011Z||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-06-04T08:32:43.011Z||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-06-04T08:32:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:32:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:32:52.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:32:52.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:33:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:33:43.009Z||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-06-04T08:33:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:33:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:33:43.010Z||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-06-04T08:33:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:33:52.545Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:33:52.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:34:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:34:43.009Z||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-06-04T08:34:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:34:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:34:43.010Z||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-06-04T08:34:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:34:52.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:34:52.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:35:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:35:43.009Z||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-06-04T08:35:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:35:43.009Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:35:43.010Z||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-06-04T08:35:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:35:52.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:35:52.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:36:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:36:43.009Z||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-06-04T08:36:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:36:43.010Z||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-06-04T08:36:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:43.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:36:43.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e95383d-0423-4b46-afa9-aa953e612077","serviceName":"basic_onboard_IPgnvn","serviceVersion":"1.0","serviceUUID":"2f349639-8d1c-4426-847b-a7e9a637b6bb","serviceDescription":"service","serviceInvariantUUID":"bd102090-e681-48e4-a334-54893263869f","resources":[{"resourceInstanceName":"basic_onboard_IPgnvn 0","resourceName":"basic_onboard_IPgnvn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82c9ac9e-f4aa-446a-9947-f70aa241e30c","resourceInvariantUUID":"a9e7ef3c-5c95-459a-af6c-e6c1c90fc7e8","resourceCustomizationUUID":"d6040fc6-1e21-4e78-84ef-8a039fdef963","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml","artifactChecksum":"OGY4MDZjNzIxMTAyMzkyYjI0Y2VmYjQ3OTg3MzQyYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db866afa-b5a5-4237-8462-fcbe258d7b72","artifactVersion":"1"},{"artifactName":"basic_onboard_ipgnvn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json","artifactChecksum":"ZTFhMWE5ZGM5OWE4ZGI0Y2JmNzZiMThjZjQ0YjkzOWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"595646e6-e1aa-407a-b3c9-93ae52a2a6f8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9ae32c1a-6010-4f8a-bcd5-60d03bec6b56","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d3ca7c7-aff7-4198-bd68-cab4eb3aec2a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0fa3f50b-2cf5-4df3-bc70-df976037d1a4","artifactVersion":"2","generatedFromUUID":"9ae32c1a-6010-4f8a-bcd5-60d03bec6b56"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIpgnvn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml","artifactChecksum":"YTMyYWRlNTU5Mzk4MWNkNDlkNjAyOTA0MjdlYzIyZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"06012070-11ae-46a1-9588-6420e1888b64","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIpgnvn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar","artifactChecksum":"ZDM2ZjczNTYzZjJhMjIyZDU0Y2Q1YjU4YmQ1ZDliNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66d1d13a-c60c-4a8b-be22-ccc5c2669252","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T08:36:43.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:36:43.644Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:43.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795787259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.650Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:43.660Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:43.660Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "dcae-sch",
"timestamp": 1622795789283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795790983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795794740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "cds",
"timestamp": 1622795791902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "policy-id",
"timestamp": 1622795791471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795790983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795787259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795794740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "dcae-sch",
"timestamp": 1622795789283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "cds",
"timestamp": 1622795791902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "policy-id",
"timestamp": 1622795791471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795790983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795794740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "dcae-sch",
"timestamp": 1622795789283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795787259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "cds",
"timestamp": 1622795791902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "policy-id",
"timestamp": 1622795791471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795790983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "dcae-sch",
"timestamp": 1622795789283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "cds",
"timestamp": 1622795791902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795794740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795787259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "policy-id",
"timestamp": 1622795791471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795790983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795794740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795787259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "dcae-sch",
"timestamp": 1622795789283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "cds",
"timestamp": 1622795791902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "policy-id",
"timestamp": 1622795791471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795790983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795794740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "dcae-sch",
"timestamp": 1622795789283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795787259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "cds",
"timestamp": 1622795791902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "policy-id",
"timestamp": 1622795791471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795790983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795794740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795787259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "dcae-sch",
"timestamp": 1622795789283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "cds",
"timestamp": 1622795791902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:36:43.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "policy-id",
"timestamp": 1622795791471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:36:43.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:36:43.760Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-06-04T08:36:43.764Z||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-06-04T08:36:43.764Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:43.774Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:36:43.776Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:44.665Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:44.665Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:44.667Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:44.667Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T08:36:44.767Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:44.768Z||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-06-04T08:36:44.768Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:44.779Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:36:44.779Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:45.668Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:45.669Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:45.672Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:45.672Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-04T08:36:45.772Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:45.773Z||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-06-04T08:36:45.773Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:45.784Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:36:45.785Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:36:46.673Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:46.674Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:46.676Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:46.676Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:46.776Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:46.777Z||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-06-04T08:36:46.777Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:46.787Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:36:46.787Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:47.677Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:47.678Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:47.680Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:47.680Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-04T08:36:47.780Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:47.781Z||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-06-04T08:36:47.782Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:47.792Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:36:47.792Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:48.680Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:48.682Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:48.684Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:48.684Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:36:48.784Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:48.785Z||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-06-04T08:36:48.785Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:48.794Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:36:48.795Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:49.684Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:49.685Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:49.687Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:49.687Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:36:49.788Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:49.788Z||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-06-04T08:36:49.789Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:49.800Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:36:49.801Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:50.690Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"serviceName": "basic_onboard_IPgnvn",
"serviceVersion": "1.0",
"serviceUUID": "2f349639-8d1c-4426-847b-a7e9a637b6bb",
"serviceDescription": "service",
"serviceInvariantUUID": "bd102090-e681-48e4-a334-54893263869f",
"resources": [
{
"resourceInstanceName": "basic_onboard_IPgnvn 0",
"resourceCustomizationUUID": "d6040fc6-1e21-4e78-84ef-8a039fdef963",
"resourceName": "basic_onboard_IPgnvn",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "82c9ac9e-f4aa-446a-9947-f70aa241e30c",
"resourceInvariantUUID": "a9e7ef3c-5c95-459a-af6c-e6c1c90fc7e8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ipgnvn0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"artifactChecksum": "ZTFhMWE5ZGM5OWE4ZGI0Y2JmNzZiMThjZjQ0YjkzOWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "595646e6-e1aa-407a-b3c9-93ae52a2a6f8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9ae32c1a-6010-4f8a-bcd5-60d03bec6b56",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0fa3f50b-2cf5-4df3-bc70-df976037d1a4",
"generatedFromUUID": "9ae32c1a-6010-4f8a-bcd5-60d03bec6b56"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0fa3f50b-2cf5-4df3-bc70-df976037d1a4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIpgnvn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"artifactChecksum": "ZDM2ZjczNTYzZjJhMjIyZDU0Y2Q1YjU4YmQ1ZDliNWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "66d1d13a-c60c-4a8b-be22-ccc5c2669252"
}
],
"workloadContext": "Production"
}
2021-06-04T08:36:50.691Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T08:36:50.692Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2f349639-8d1c-4426-847b-a7e9a637b6bb ASDC
2021-06-04T08:36:50.814Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9e95383d-0423-4b46-afa9-aa953e612077
ServiceName:basic_onboard_IPgnvn
ServiceVersion:1.0
ServiceUUID:2f349639-8d1c-4426-847b-a7e9a637b6bb
ServiceInvariantUUID:bd102090-e681-48e4-a334-54893263869f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIpgnvn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar
ArtifactUUID:66d1d13a-c60c-4a8b-be22-ccc5c2669252
ArtifactChecksum:ZDM2ZjczNTYzZjJhMjIyZDU0Y2Q1YjU4YmQ1ZDliNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_IPgnvn 0
ResourceCustomizationUUID:d6040fc6-1e21-4e78-84ef-8a039fdef963
ResourceInvariantUUID:a9e7ef3c-5c95-459a-af6c-e6c1c90fc7e8
ResourceName:basic_onboard_IPgnvn
ResourceType:VF
ResourceUUID:82c9ac9e-f4aa-446a-9947-f70aa241e30c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ipgnvn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json
ArtifactUUID:595646e6-e1aa-407a-b3c9-93ae52a2a6f8
ArtifactChecksum:ZTFhMWE5ZGM5OWE4ZGI0Y2JmNzZiMThjZjQ0YjkzOWE=
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/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9ae32c1a-6010-4f8a-bcd5-60d03bec6b56
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/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env
ArtifactUUID:0fa3f50b-2cf5-4df3-bc70-df976037d1a4
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/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env
ArtifactUUID:0fa3f50b-2cf5-4df3-bc70-df976037d1a4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-04T08:36:50.814Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f349639-8d1c-4426-847b-a7e9a637b6bb 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-06-04T08:36:51.115Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:36:51.116Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T08:36:51.117Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T08:36:51.117Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 66d1d13a-c60c-4a8b-be22-ccc5c2669252 from URL: /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:51.117Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:36:51.118Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:52.339Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:36:52.353Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar 66d1d13a-c60c-4a8b-be22-ccc5c2669252 74822
2021-06-04T08:36:52.354Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar ASDC sendASDCNotification
2021-06-04T08:36:52.354Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:52.355Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:36:52.356Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:52.358Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:52.358Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795812354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:36:52.458Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:52.459Z||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-06-04T08:36:52.459Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:52.469Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:36:52.470Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:53.358Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:36:53.359Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T08:36:53.360Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 66d1d13a-c60c-4a8b-be22-ccc5c2669252, URL: /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar to file: /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:53.360Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:53.477Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:53.477Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:53.926Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16277033884729731616/Definitions/service-BasicOnboardIpgnvn-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-06-04T08:36:55.746Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T08:36:55.753Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T08:36:55.753Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.753Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-04T08:36:55.754Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||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-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.754Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||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-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.754Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||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-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.754Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||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-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.754Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.754Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IPgnvn 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-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.755Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.755Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||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-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.755Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||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-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.755Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IPgnvn 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.755Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T08:36:55.764Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:36:55.766Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.769Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:36:55.770Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T08:36:55.771Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:36:55.773Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:36:55.773Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.774Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:36:55.774Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T08:36:55.774Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:36:55.774Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:36:55.774Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.778Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:36:55.778Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is not matching search criteria
2021-06-04T08:36:55.779Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-04T08:36:55.779Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-04T08:36:55.779Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-04T08:36:55.779Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-04T08:36:55.779Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-04T08:36:55.780Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:36:55.780Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:36:55.781Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:36:55.781Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:36:55.781Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:36:55.782Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:36:55.782Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:36:55.782Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:36:55.782Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:36:55.783Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:36:55.783Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:36:55.783Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:36:55.783Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is not matching search criteria
2021-06-04T08:36:55.783Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-04T08:36:55.783Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-04T08:36:55.784Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3caef80e-a588-4535-bb48-37698acd9b97
2021-06-04T08:36:55.784Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:36:55.784Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.784Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:36:55.784Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.785Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:36:55.785Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.785Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:36:55.785Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.785Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_IPgnvn
Description:service
Model UUID:2f349639-8d1c-4426-847b-a7e9a637b6bb
Model Version:NULL
Model InvariantUuid:bd102090-e681-48e4-a334-54893263869f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_IPgnvn
Model UUID:48ccb44d-df92-4b48-a35c-aac9280b58c6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a9e7ef3c-5c95-459a-af6c-e6c1c90fc7e8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d6040fc6-1e21-4e78-84ef-8a039fdef963
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3c1ac18b-20df-461a-86ea-e5be62eec024
ModelName:BasicOnboardIpgnvn..base_ubuntu18..module-0
ModelUuid:13f49eb8-ca66-4985-8e99-79ac9057aac8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3caef80e-a588-4535-bb48-37698acd9b97
ModelInvariantUuid:2a28e620-6cc6-4057-8a2d-031166451635
ModelName:basic_onboard_IPgnvn-nodes.ubuntu18Cvfc
ModelUuid:f6e526e3-c85d-49f1-ac45-bc0af20bce8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2adc1f6c-f61e-4820-b2a9-4903187f35d5
ModelInvariantUuid:27168acf-6ad9-494f-a5fd-3214e6be60a5
ModelName:BasicOnboardIpgnvn.compute.nodes.heat.ubuntu18
ModelUuid:1f40886e-fd77-4037-941e-4d8f6756eb7c
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-06-04T08:36:55.811Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 82c9ac9e-f4aa-446a-9947-f70aa241e30c
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-06-04T08:36:55.904Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||basic_onboard_IPgnvn 0
2021-06-04T08:36:55.910Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 82c9ac9e-f4aa-446a-9947-f70aa241e30c
2021-06-04T08:36:55.910Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 595646e6-e1aa-407a-b3c9-93ae52a2a6f8 from URL: /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json
2021-06-04T08:36:55.911Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:36:55.911Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json
2021-06-04T08:36:56.647Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:36:56.647Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json 595646e6-e1aa-407a-b3c9-93ae52a2a6f8 798
2021-06-04T08:36:56.648Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json ASDC sendASDCNotification
2021-06-04T08:36:56.648Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json
2021-06-04T08:36:56.648Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:36:56.648Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:56.650Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:56.650Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795816647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:36:56.750Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:56.751Z||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-06-04T08:36:56.751Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:56.761Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:36:56.762Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:36:57.651Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIpgnvn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3c1ac18b-20df-461a-86ea-e5be62eec024",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "13f49eb8-ca66-4985-8e99-79ac9057aac8",
"vfModuleModelCustomizationUUID": "bd7cfd5a-e5da-4581-8d1e-4d076c6188de",
"isBase": true,
"artifacts": [
"9ae32c1a-6010-4f8a-bcd5-60d03bec6b56",
"0fa3f50b-2cf5-4df3-bc70-df976037d1a4"
],
"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-06-04T08:36:57.674Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIpgnvn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13f49eb8-ca66-4985-8e99-79ac9057aac8
VfModuleModelInvariantUUID:3c1ac18b-20df-461a-86ea-e5be62eec024
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ae32c1a-6010-4f8a-bcd5-60d03bec6b56
,
0fa3f50b-2cf5-4df3-bc70-df976037d1a4
}
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-06-04T08:36:57.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIpgnvn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3c1ac18b-20df-461a-86ea-e5be62eec024",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "13f49eb8-ca66-4985-8e99-79ac9057aac8",
"vfModuleModelCustomizationUUID": "bd7cfd5a-e5da-4581-8d1e-4d076c6188de",
"isBase": true,
"artifacts": [
"9ae32c1a-6010-4f8a-bcd5-60d03bec6b56",
"0fa3f50b-2cf5-4df3-bc70-df976037d1a4"
],
"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-06-04T08:36:57.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIpgnvn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13f49eb8-ca66-4985-8e99-79ac9057aac8
VfModuleModelInvariantUUID:3c1ac18b-20df-461a-86ea-e5be62eec024
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ae32c1a-6010-4f8a-bcd5-60d03bec6b56
,
0fa3f50b-2cf5-4df3-bc70-df976037d1a4
}
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-06-04T08:36:57.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9ae32c1a-6010-4f8a-bcd5-60d03bec6b56 from URL: /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml
2021-06-04T08:36:57.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:36:57.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml
2021-06-04T08:36:58.643Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:36:58.644Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml 9ae32c1a-6010-4f8a-bcd5-60d03bec6b56 5033
2021-06-04T08:36:58.644Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-04T08:36:58.644Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml
2021-06-04T08:36:58.644Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:36:58.644Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:58.646Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:58.646Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795818644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:36:58.747Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:58.747Z||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-06-04T08:36:58.748Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:58.758Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:36:58.758Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:36:59.647Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0fa3f50b-2cf5-4df3-bc70-df976037d1a4 from URL: /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env
2021-06-04T08:36:59.648Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:36:59.648Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env
2021-06-04T08:37:00.630Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:37:00.630Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env 0fa3f50b-2cf5-4df3-bc70-df976037d1a4 909
2021-06-04T08:37:00.631Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-04T08:37:00.631Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env
2021-06-04T08:37:00.631Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:37:00.632Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:37:00.634Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:37:00.635Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795820631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:37:00.735Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-04T08:37:00.735Z||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-06-04T08:37:00.736Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:37:00.747Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:37:00.748Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:37:01.635Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2f349639-8d1c-4426-847b-a7e9a637b6bb
2021-06-04T08:37:01.636Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_IPgnvn 0 82c9ac9e-f4aa-446a-9947-f70aa241e30c 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-06-04T08:37:01.669Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.669Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.669Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-06-04T08:37:01.669Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= d6040fc6-1e21-4e78-84ef-8a039fdef963
2021-06-04T08:37:01.670Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6040fc6-1e21-4e78-84ef-8a039fdef963 matches Tosca VF Customization UUID: d6040fc6-1e21-4e78-84ef-8a039fdef963
2021-06-04T08:37:01.670Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: d6040fc6-1e21-4e78-84ef-8a039fdef963 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-06-04T08:37:01.676Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.676Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id d6040fc6-1e21-4e78-84ef-8a039fdef963: {\"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-06-04T08:37:01.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6287d9f8
2021-06-04T08:37:01.678Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.678Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:37:01.678Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd7cfd5a-e5da-4581-8d1e-4d076c6188de
2021-06-04T08:37:01.679Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd7cfd5a-e5da-4581-8d1e-4d076c6188de
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-06-04T08:37:01.685Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.685Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:37:01.685Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:37:01.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:37:01.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:37:01.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is not matching search criteria
2021-06-04T08:37:01.687Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-04T08:37:01.687Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-04T08:37:01.687Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3caef80e-a588-4535-bb48-37698acd9b97
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-06-04T08:37:01.696Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.697Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:37:01.697Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:37:01.697Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.697Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:37:01.697Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=d6040fc6-1e21-4e78-84ef-8a039fdef963
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-06-04T08:37:01.699Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.699Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.700Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2f349639-8d1c-4426-847b-a7e9a637b6bb: basic_onboard_IPgnvn
2021-06-04T08:37:01.700Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.700Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.700Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.700Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.700Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.701Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.701Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.701Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.701Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:37:01.701Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.701Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_IPgnvn
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-06-04T08:37:01.900Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_IPgnvn 82c9ac9e-f4aa-446a-9947-f70aa241e30c 1 ASDC deployResourceStructure
2021-06-04T08:37:01.901Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json ASDC sendASDCNotification
2021-06-04T08:37:01.901Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json
2021-06-04T08:37:01.901Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:37:01.901Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:37:01.903Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:37:01.903Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795821901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T08:37:02.003Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:37:02.004Z||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-06-04T08:37:02.004Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:37:02.028Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:37:02.029Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:37:02.904Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-04T08:37:02.904Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml
2021-06-04T08:37:02.904Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:37:02.904Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:37:02.906Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:37:02.906Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795822904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-06-04T08:37:03.007Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:37:03.007Z||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-06-04T08:37:03.008Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:37:03.020Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:37:03.021Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:37:03.907Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-04T08:37:03.907Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env
2021-06-04T08:37:03.908Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:37:03.908Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:37:03.910Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:37:03.910Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795823907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-06-04T08:37:04.010Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:37:04.011Z||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-06-04T08:37:04.011Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:37:04.021Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:37:04.022Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:37:04.911Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar ASDC sendASDCNotification
2021-06-04T08:37:04.911Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:37:04.911Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:37:04.911Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:37:04.913Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:37:04.913Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795824911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:37:05.013Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:37:05.014Z||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-06-04T08:37:05.014Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:37:05.026Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:37:05.026Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:37:05.914Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
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-06-04T08:37:05.938Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
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-06-04T08:37:05.940Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:37:05.941Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:37:05.941Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:37:35.941Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
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-06-04T08:37:35.950Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
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-06-04T08:37:35.953Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:37:35.953Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:37:35.953Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:37:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:37:43.010Z||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-06-04T08:37:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:37:43.134Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:37:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:37:43.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795802960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:37:43.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:05.954Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
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-06-04T08:38:05.964Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
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-06-04T08:38:05.966Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:38:05.967Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:38:05.967Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:38:35.967Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
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-06-04T08:38:35.977Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
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-06-04T08:38:35.979Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:38:35.979Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:38:35.979Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:38:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:38:43.010Z||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-06-04T08:38:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:38:43.034Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:38:43.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795804239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795804241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "cds",
"timestamp": 1622795804260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "policy-id",
"timestamp": 1622795804249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795802960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "policy-id",
"timestamp": 1622795805257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "cds",
"timestamp": 1622795805281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-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-06-04T08:38:43.051Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.052Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 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-06-04T08:38:43.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795802960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795806128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795806134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "policy-id",
"timestamp": 1622795806261,
"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-06-04T08:38:43.066Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.066Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 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-06-04T08:38:43.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "aai-ml",
"timestamp": 1622795805768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795802960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "aai-ml",
"timestamp": 1622795805768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795802960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795807933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795807946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "aai-ml",
"timestamp": 1622795805768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795802960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795808952,
"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-06-04T08:38:43.081Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.081Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 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-06-04T08:38:43.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "aai-ml",
"timestamp": 1622795805768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795802960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795803008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795809957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T08:38:43.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795810135,
"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-06-04T08:38:43.092Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.092Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 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-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "aai-ml",
"timestamp": 1622795805768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795811140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "clamp",
"timestamp": 1622795810686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "aai-ml",
"timestamp": 1622795805768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795811456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "clamp",
"timestamp": 1622795810686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795812354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "aai-ml",
"timestamp": 1622795805768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795812262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "clamp",
"timestamp": 1622795810686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795813634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795812262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "aai-ml",
"timestamp": 1622795814082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "clamp",
"timestamp": 1622795810686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795812262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "clamp",
"timestamp": 1622795810686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795815448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795812262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "clamp",
"timestamp": 1622795810686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795816456,
"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-06-04T08:38:43.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.107Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 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-06-04T08:38:43.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795816647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795812262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "clamp",
"timestamp": 1622795810686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795817460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795812262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795818644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795812262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795820631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795821165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795821901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795822904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795823907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795824911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:38:43.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795825888,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:38:43.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795826892,
"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-06-04T08:38:43.121Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.121Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 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-06-04T08:38:43.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "aai-ml",
"timestamp": 1622795830548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:38:43.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "aai-ml",
"timestamp": 1622795831553,
"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-06-04T08:38:43.133Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.133Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 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-06-04T08:38:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "clamp",
"timestamp": 1622795832083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "clamp",
"timestamp": 1622795835075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:38:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "clamp",
"timestamp": 1622795836079,
"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-06-04T08:38:43.146Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.146Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 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-06-04T08:38:43.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "dcae-sch",
"timestamp": 1622795849283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795850983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795854739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "cds",
"timestamp": 1622795851902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "policy-id",
"timestamp": 1622795851471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795854739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "dcae-sch",
"timestamp": 1622795849283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795850983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "cds",
"timestamp": 1622795851902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "policy-id",
"timestamp": 1622795851471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795854739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795850983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "dcae-sch",
"timestamp": 1622795849283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "cds",
"timestamp": 1622795851902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "policy-id",
"timestamp": 1622795851471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795854739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "dcae-sch",
"timestamp": 1622795849283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795850983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "cds",
"timestamp": 1622795851902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "policy-id",
"timestamp": 1622795851471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:39:05.979Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
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-06-04T08:39:05.990Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
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-06-04T08:39:05.992Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:39:05.992Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||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-06-04T08:39:05.998Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T08:39:35.998Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077 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-06-04T08:39:36.007Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e95383d-0423-4b46-afa9-aa953e612077 and serviceModelVersionId: 2f349639-8d1c-4426-847b-a7e9a637b6bb
2021-06-04T08:39:36.008Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd102090-e681-48e4-a334-54893263869f
2021-06-04T08:39:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:39:43.010Z||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-06-04T08:39:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:43.032Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:39:43.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:39:43.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795854739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-04T08:39:43.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:39:47.424Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0
2021-06-04T08:39:47.521Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T08:39:48.277Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0|INFO|500||Invoke
2021-06-04T08:39:48.286Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e95383d-0423-4b46-afa9-aa953e612077], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d3322d3-7449-429d-ad66-c4e4981b553f], X-ECOMP-RequestID=[9e95383d-0423-4b46-afa9-aa953e612077], X-TransactionId=[], X-ONAP-RequestID=[9e95383d-0423-4b46-afa9-aa953e612077], Content-Type=[application/merge-patch+json]}
2021-06-04T08:39:48.406Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-04T08:39:48.672Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210604-08:39:48:415-89973], vertex-id=[340008], Content-Length=[0], Date=[Fri, 04 Jun 2021 08:39:48 GMT], Content-Type=[application/json]}
2021-06-04T08:39:48.673Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-04T08:39:48.674Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0|INFO|500||InvokeReturn
2021-06-04T08:39:48.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T08:39:48.678Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||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-06-04T08:39:48.682Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||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-06-04T08:39:48.683Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e95383d-0423-4b46-afa9-aa953e612077 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T08:39:48.684Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T08:39:48.684Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:48.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:48.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795988683,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:39:48.786Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:39:48.787Z||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-06-04T08:39:48.787Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:48.797Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:39:48.797Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-04T08:39:49.698Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:39:49.699Z|9e95383d-0423-4b46-afa9-aa953e612077|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-06-04T08:39:49.699Z|9e95383d-0423-4b46-afa9-aa953e612077|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:54.043Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:39:54.044Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-04T08:39:54.045Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a7841fc-87a1-4a5c-88da-294070c048c5","serviceName":"vFW 2021-06-04 08-35-02","serviceVersion":"1.0","serviceUUID":"f023f124-3e75-484d-9394-6c6785aa05ed","serviceDescription":"catalog service description","serviceInvariantUUID":"b26857c5-81a2-45c8-931f-02e03cb1b7aa","resources":[{"resourceInstanceName":"vFW 096f6479-b66c 0","resourceName":"vFW 096f6479-b66c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ed96ebad-e47c-4a13-8381-0cf712bdc43d","resourceInvariantUUID":"f1ea11df-a26e-41a0-9ee1-45931aeac02a","resourceCustomizationUUID":"e4945a1b-bc4a-4b37-adeb-b59d67165823","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE0ZmUzMGFhMDUxYjJmODYxNmZmOWRiNGM4YWY5YmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a17d2484-ba31-4e73-b9df-f5827f26ee68","artifactVersion":"1"},{"artifactName":"vfw096f6479b66c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json","artifactChecksum":"OTNhMzIyMzBmZDVhY2E5Njc3ZWUyZGRhNmVlNWMyZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05cc6665-cbd7-4b76-a2d1-18cfa33a61e4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"00fbaa67-22cd-482f-9f19-a9f3c4abc9f0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml","artifactChecksum":"YTcxMmQ3NWY1MzgwNWY0MDY1ZDE0ZjUzMDk5ODI5OTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f95c0fcf-2a4c-4d07-a33d-7d127576c7eb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7da2b0b2-33df-4c59-899e-6af51a873a26","artifactVersion":"2","generatedFromUUID":"00fbaa67-22cd-482f-9f19-a9f3c4abc9f0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210604083502-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml","artifactChecksum":"M2UxZTdkYjE1ZDRjMzdhMGJhMDc4ZDk0ZThmNzgwZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c468edcf-0174-4370-ad3c-ec59f3e9b0e4","artifactVersion":"1"},{"artifactName":"service-Vfw20210604083502-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar","artifactChecksum":"MDg4NTU5ZDE0MWYxNjliMjFiYzdkMDhkNTA5YmZkNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf66bccb-8e6a-4861-9478-210a3907fe26","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T08:39:54.047Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:39:54.047Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:54.049Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:54.049Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:39:54.149Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:39:54.150Z||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-06-04T08:39:54.150Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:54.160Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:39:54.160Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:39:55.049Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:39:55.050Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:55.052Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:55.053Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T08:39:55.152Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-04T08:39:55.153Z||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-06-04T08:39:55.153Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:55.164Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:39:55.164Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:39:56.053Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:39:56.054Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:56.063Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:56.063Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-04T08:39:56.157Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-06-04T08:39:56.158Z||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-06-04T08:39:56.158Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:56.166Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:39:56.166Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:39:57.063Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:39:57.064Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:57.066Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:57.067Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:39:57.167Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:39:57.168Z||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-06-04T08:39:57.168Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:57.176Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:39:57.177Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:39:58.068Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:39:58.068Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:58.070Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:58.070Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-04T08:39:58.170Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:39:58.171Z||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-06-04T08:39:58.171Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:58.181Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:39:58.182Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:39:59.071Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:39:59.072Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:59.073Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:59.073Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:39:59.173Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:39:59.174Z||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-06-04T08:39:59.174Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:59.184Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:39:59.184Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:40:00.074Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:40:00.075Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:00.076Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:00.077Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:40:00.177Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:00.178Z||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-06-04T08:40:00.178Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:00.188Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:40:00.188Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:40:01.078Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"serviceName": "vFW 2021-06-04 08-35-02",
"serviceVersion": "1.0",
"serviceUUID": "f023f124-3e75-484d-9394-6c6785aa05ed",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b26857c5-81a2-45c8-931f-02e03cb1b7aa",
"resources": [
{
"resourceInstanceName": "vFW 096f6479-b66c 0",
"resourceCustomizationUUID": "e4945a1b-bc4a-4b37-adeb-b59d67165823",
"resourceName": "vFW 096f6479-b66c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ed96ebad-e47c-4a13-8381-0cf712bdc43d",
"resourceInvariantUUID": "f1ea11df-a26e-41a0-9ee1-45931aeac02a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw096f6479b66c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"artifactChecksum": "OTNhMzIyMzBmZDVhY2E5Njc3ZWUyZGRhNmVlNWMyZjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "05cc6665-cbd7-4b76-a2d1-18cfa33a61e4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "00fbaa67-22cd-482f-9f19-a9f3c4abc9f0",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7da2b0b2-33df-4c59-899e-6af51a873a26",
"generatedFromUUID": "00fbaa67-22cd-482f-9f19-a9f3c4abc9f0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7da2b0b2-33df-4c59-899e-6af51a873a26",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210604083502-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"artifactChecksum": "MDg4NTU5ZDE0MWYxNjliMjFiYzdkMDhkNTA5YmZkNmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cf66bccb-8e6a-4861-9478-210a3907fe26"
}
],
"workloadContext": "Production"
}
2021-06-04T08:40:01.078Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T08:40:01.078Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f023f124-3e75-484d-9394-6c6785aa05ed ASDC
2021-06-04T08:40:01.079Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:7a7841fc-87a1-4a5c-88da-294070c048c5
ServiceName:vFW 2021-06-04 08-35-02
ServiceVersion:1.0
ServiceUUID:f023f124-3e75-484d-9394-6c6785aa05ed
ServiceInvariantUUID:b26857c5-81a2-45c8-931f-02e03cb1b7aa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210604083502-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar
ArtifactUUID:cf66bccb-8e6a-4861-9478-210a3907fe26
ArtifactChecksum:MDg4NTU5ZDE0MWYxNjliMjFiYzdkMDhkNTA5YmZkNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 096f6479-b66c 0
ResourceCustomizationUUID:e4945a1b-bc4a-4b37-adeb-b59d67165823
ResourceInvariantUUID:f1ea11df-a26e-41a0-9ee1-45931aeac02a
ResourceName:vFW 096f6479-b66c
ResourceType:VF
ResourceUUID:ed96ebad-e47c-4a13-8381-0cf712bdc43d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw096f6479b66c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json
ArtifactUUID:05cc6665-cbd7-4b76-a2d1-18cfa33a61e4
ArtifactChecksum:OTNhMzIyMzBmZDVhY2E5Njc3ZWUyZGRhNmVlNWMyZjg=
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/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml
ArtifactUUID:00fbaa67-22cd-482f-9f19-a9f3c4abc9f0
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/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env
ArtifactUUID:7da2b0b2-33df-4c59-899e-6af51a873a26
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/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env
ArtifactUUID:7da2b0b2-33df-4c59-899e-6af51a873a26
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-04T08:40:01.079Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f023f124-3e75-484d-9394-6c6785aa05ed 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-06-04T08:40:01.160Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:40:01.161Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T08:40:01.161Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T08:40:01.161Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cf66bccb-8e6a-4861-9478-210a3907fe26 from URL: /sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:01.161Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:40:01.161Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:01.932Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:40:01.939Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar cf66bccb-8e6a-4861-9478-210a3907fe26 110247
2021-06-04T08:40:01.939Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar ASDC sendASDCNotification
2021-06-04T08:40:01.940Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:01.940Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:40:01.940Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:01.942Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:01.942Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796001939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:02.042Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:02.043Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:40:02.043Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:02.053Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:40:02.053Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:40:02.942Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:40:02.943Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T08:40:02.944Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: cf66bccb-8e6a-4861-9478-210a3907fe26, URL: /sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar to file: /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:02.944Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210604083502-csar.csar
2021-06-04T08:40:02.944Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:02.944Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:03.328Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14174408005367531603/Definitions/service-Vfw20210604083502-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-06-04T08:40:05.396Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||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-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||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-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 096f6479-b66c 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-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||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-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||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-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 096f6479-b66c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||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-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||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-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||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-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||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-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=84cda826-e79c-44da-90cc-1f2f6ef5fa63
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9444c44f-bfcf-4372-8461-344d917d195a
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7f83374d-f71a-4c87-a9d5-fbfe06b187ec
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.408Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.408Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.408Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.408Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:05.408Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.408Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-06-04 08-35-02
Description:catalog service description
Model UUID:f023f124-3e75-484d-9394-6c6785aa05ed
Model Version:NULL
Model InvariantUuid:b26857c5-81a2-45c8-931f-02e03cb1b7aa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 096f6479-b66c
Model UUID:63fbdf8e-2391-4c36-a3aa-71e2245c6ae5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f1ea11df-a26e-41a0-9ee1-45931aeac02a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e4945a1b-bc4a-4b37-adeb-b59d67165823
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:83e961f7-440d-40f4-9ca0-4fc2cc06e6c4
ModelName:Vfw096f6479B66c..base_vfw..module-0
ModelUuid:bb95c261-c0ac-4826-af26-41beb92f57fb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:84cda826-e79c-44da-90cc-1f2f6ef5fa63
ModelInvariantUuid:4c6edcf9-7b5f-4b14-acba-df6a140f2fe0
ModelName:vFW 096f6479-b66c-nodes.vfwCvfc
ModelUuid:dbb377b8-c755-42b6-a1b7-2c54e1145d69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b43ee6a6-717a-4f33-bc80-a138ec8d6d73
ModelInvariantUuid:aadcb087-6c84-4d9c-8330-6496ad83117f
ModelName:Vfw096f6479B66c.compute.nodes.heat.vfw
ModelUuid:0063f32f-704d-4fd9-8e35-9425ed7912bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9444c44f-bfcf-4372-8461-344d917d195a
ModelInvariantUuid:96f4adc9-9727-4308-864b-b79d5ab3256b
ModelName:vFW 096f6479-b66c-nodes.vsnCvfc
ModelUuid:d440b99d-5e6d-4117-953f-e0f8819b5516
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:cf3850d4-f21d-454f-8ef7-436efc90e8a9
ModelInvariantUuid:93208fbb-b771-45ba-a524-22eb6b22ced6
ModelName:Vfw096f6479B66c.compute.nodes.heat.vsn
ModelUuid:1a8b92cb-fb46-4fb8-bd5e-2bf98efa7856
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7f83374d-f71a-4c87-a9d5-fbfe06b187ec
ModelInvariantUuid:d1d4bdcd-992a-4f06-84c4-8eef02af4fbb
ModelName:vFW 096f6479-b66c-nodes.vpgCvfc
ModelUuid:6b6c559b-da0d-40db-85b1-77c1025e6442
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0141d003-23f9-438d-82d4-1e38f6090d62
ModelInvariantUuid:46f1bd03-6cb0-4e73-9111-f318164ab24a
ModelName:Vfw096f6479B66c.compute.nodes.heat.vpg
ModelUuid:3377e5b4-acdc-48ca-9a17-e12ff22d7e3d
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-06-04T08:40:05.414Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ed96ebad-e47c-4a13-8381-0cf712bdc43d
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-06-04T08:40:05.416Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||vFW 096f6479-b66c 0
2021-06-04T08:40:05.417Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ed96ebad-e47c-4a13-8381-0cf712bdc43d
2021-06-04T08:40:05.417Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 05cc6665-cbd7-4b76-a2d1-18cfa33a61e4 from URL: /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json
2021-06-04T08:40:05.417Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:40:05.417Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json
2021-06-04T08:40:05.909Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:40:05.909Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json 05cc6665-cbd7-4b76-a2d1-18cfa33a61e4 785
2021-06-04T08:40:05.909Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json ASDC sendASDCNotification
2021-06-04T08:40:05.910Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json
2021-06-04T08:40:05.910Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:40:05.910Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:05.912Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:05.912Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796005909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:06.012Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:06.013Z||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-06-04T08:40:06.013Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:06.023Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:40:06.024Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:40:06.912Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw096f6479B66c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "83e961f7-440d-40f4-9ca0-4fc2cc06e6c4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb95c261-c0ac-4826-af26-41beb92f57fb",
"vfModuleModelCustomizationUUID": "743c3c5c-deca-468b-bf01-adbfef1e769d",
"isBase": true,
"artifacts": [
"00fbaa67-22cd-482f-9f19-a9f3c4abc9f0",
"7da2b0b2-33df-4c59-899e-6af51a873a26"
],
"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-06-04T08:40:06.917Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw096f6479B66c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb95c261-c0ac-4826-af26-41beb92f57fb
VfModuleModelInvariantUUID:83e961f7-440d-40f4-9ca0-4fc2cc06e6c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
00fbaa67-22cd-482f-9f19-a9f3c4abc9f0
,
7da2b0b2-33df-4c59-899e-6af51a873a26
}
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-06-04T08:40:06.919Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw096f6479B66c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "83e961f7-440d-40f4-9ca0-4fc2cc06e6c4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb95c261-c0ac-4826-af26-41beb92f57fb",
"vfModuleModelCustomizationUUID": "743c3c5c-deca-468b-bf01-adbfef1e769d",
"isBase": true,
"artifacts": [
"00fbaa67-22cd-482f-9f19-a9f3c4abc9f0",
"7da2b0b2-33df-4c59-899e-6af51a873a26"
],
"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-06-04T08:40:06.920Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw096f6479B66c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb95c261-c0ac-4826-af26-41beb92f57fb
VfModuleModelInvariantUUID:83e961f7-440d-40f4-9ca0-4fc2cc06e6c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
00fbaa67-22cd-482f-9f19-a9f3c4abc9f0
,
7da2b0b2-33df-4c59-899e-6af51a873a26
}
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-06-04T08:40:06.920Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 00fbaa67-22cd-482f-9f19-a9f3c4abc9f0 from URL: /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml
2021-06-04T08:40:06.920Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:40:06.920Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml
2021-06-04T08:40:07.831Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:40:07.832Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml 00fbaa67-22cd-482f-9f19-a9f3c4abc9f0 20368
2021-06-04T08:40:07.833Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-04T08:40:07.833Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml
2021-06-04T08:40:07.833Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:40:07.833Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:07.835Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:07.836Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796007832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:07.936Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:07.937Z||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-06-04T08:40:07.937Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:07.947Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:40:07.947Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:40:08.836Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7da2b0b2-33df-4c59-899e-6af51a873a26 from URL: /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env
2021-06-04T08:40:08.837Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:40:08.837Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env
2021-06-04T08:40:09.605Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:40:09.606Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env 7da2b0b2-33df-4c59-899e-6af51a873a26 2098
2021-06-04T08:40:09.606Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-04T08:40:09.606Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env
2021-06-04T08:40:09.606Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:40:09.607Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:09.609Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:09.609Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796009606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:09.709Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:09.710Z||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-06-04T08:40:09.710Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:09.722Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:40:09.723Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:40:10.610Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f023f124-3e75-484d-9394-6c6785aa05ed
2021-06-04T08:40:10.610Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 096f6479-b66c 0 ed96ebad-e47c-4a13-8381-0cf712bdc43d 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-06-04T08:40:10.626Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.626Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.627Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-06-04T08:40:10.627Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e4945a1b-bc4a-4b37-adeb-b59d67165823
2021-06-04T08:40:10.627Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e4945a1b-bc4a-4b37-adeb-b59d67165823 matches Tosca VF Customization UUID: e4945a1b-bc4a-4b37-adeb-b59d67165823
2021-06-04T08:40:10.627Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e4945a1b-bc4a-4b37-adeb-b59d67165823 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-06-04T08:40:10.629Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.630Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.630Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e4945a1b-bc4a-4b37-adeb-b59d67165823: {\"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-06-04T08:40:10.631Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@551e3f8e
2021-06-04T08:40:10.631Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.631Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:40:10.631Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 743c3c5c-deca-468b-bf01-adbfef1e769d
2021-06-04T08:40:10.631Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 743c3c5c-deca-468b-bf01-adbfef1e769d
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-06-04T08:40:10.633Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.634Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:10.634Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:10.634Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.634Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:10.634Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:10.635Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.635Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:10.635Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:10.635Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-04T08:40:10.635Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:10.635Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=84cda826-e79c-44da-90cc-1f2f6ef5fa63
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-06-04T08:40:10.638Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.638Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T08:40:10.641Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.641Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9444c44f-bfcf-4372-8461-344d917d195a
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-06-04T08:40:10.643Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.643Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:10.643Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:10.646Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.646Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:10.646Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:10.646Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T08:40:10.646Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:10.646Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7f83374d-f71a-4c87-a9d5-fbfe06b187ec
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-06-04T08:40:10.650Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.650Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:10.650Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:10.651Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.651Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:10.651Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=e4945a1b-bc4a-4b37-adeb-b59d67165823
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-06-04T08:40:10.653Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.653Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.653Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f023f124-3e75-484d-9394-6c6785aa05ed: vFW 096f6479-b66c
2021-06-04T08:40:10.654Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.654Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.654Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.654Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.654Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.655Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.656Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.656Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.656Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:40:10.657Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.657Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-06-04 08-35-02
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-06-04T08:40:10.816Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 096f6479-b66c ed96ebad-e47c-4a13-8381-0cf712bdc43d 1 ASDC deployResourceStructure
2021-06-04T08:40:10.817Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json ASDC sendASDCNotification
2021-06-04T08:40:10.817Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json
2021-06-04T08:40:10.817Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:40:10.817Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:10.819Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:10.819Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796010816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T08:40:10.919Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:10.920Z||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-06-04T08:40:10.920Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:10.936Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:40:10.937Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:40:11.820Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-04T08:40:11.820Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml
2021-06-04T08:40:11.820Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:40:11.820Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:11.822Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:11.822Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796011820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-04T08:40:11.922Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:11.923Z||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-06-04T08:40:11.923Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:11.932Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:40:11.932Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:40:12.823Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-04T08:40:12.823Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env
2021-06-04T08:40:12.823Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:40:12.824Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:12.825Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:12.825Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796012823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-04T08:40:12.926Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:12.927Z||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-06-04T08:40:12.927Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:12.937Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:40:12.938Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:40:13.826Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar ASDC sendASDCNotification
2021-06-04T08:40:13.827Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:13.827Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:40:13.827Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:13.829Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:13.829Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796013826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:40:13.929Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:13.930Z||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-06-04T08:40:13.930Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:13.942Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:40:13.943Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:40:14.830Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a7841fc-87a1-4a5c-88da-294070c048c5
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-06-04T08:40:14.839Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a7841fc-87a1-4a5c-88da-294070c048c5
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-06-04T08:40:14.842Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:40:14.842Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:40:14.842Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:40:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:40:43.010Z||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-06-04T08:40:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:43.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:40:43.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "dcae-sch",
"timestamp": 1622795849283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795850983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-04T08:40:43.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "cds",
"timestamp": 1622795851902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "policy-id",
"timestamp": 1622795851471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795862960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795854739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795850983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "dcae-sch",
"timestamp": 1622795849283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "cds",
"timestamp": 1622795851902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "policy-id",
"timestamp": 1622795851471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795862960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795850983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "dcae-sch",
"timestamp": 1622795849283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795854739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "cds",
"timestamp": 1622795851902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "policy-id",
"timestamp": 1622795851471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795862960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "aai-ml",
"timestamp": 1622795865768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795862960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795867151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "cds",
"timestamp": 1622795867161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "policy-id",
"timestamp": 1622795867244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795867282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "aai-ml",
"timestamp": 1622795865768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795862960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-04T08:40:43.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795867259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "cds",
"timestamp": 1622795868168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-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-06-04T08:40:43.059Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.059Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 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-06-04T08:40:43.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "policy-id",
"timestamp": 1622795868248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:40:43.067Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "aai-ml",
"timestamp": 1622795865768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795862960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795868836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795867259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795869005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "policy-id",
"timestamp": 1622795869250,
"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-06-04T08:40:43.074Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.074Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 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-06-04T08:40:43.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "aai-ml",
"timestamp": 1622795865768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795862960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795867259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "aai-ml",
"timestamp": 1622795865768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795870799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795867259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795871086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "clamp",
"timestamp": 1622795870686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "aai-ml",
"timestamp": 1622795865768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795871577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795871818,
"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-06-04T08:40:43.087Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.087Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 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-06-04T08:40:43.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795867259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795872091,
"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-06-04T08:40:43.096Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.096Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 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-06-04T08:40:43.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "clamp",
"timestamp": 1622795870686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "aai-ml",
"timestamp": 1622795865768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622795872821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795872262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795867259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622795873095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795873291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "clamp",
"timestamp": 1622795870686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795872262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "ves-openapi-manager",
"timestamp": 1622795867259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "aai-ml",
"timestamp": 1622795873950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "clamp",
"timestamp": 1622795870686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795872262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795875025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "clamp",
"timestamp": 1622795870686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795872262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795876030,
"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-06-04T08:40:43.109Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.109Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 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-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "clamp",
"timestamp": 1622795870686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795872262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622795877033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "clamp",
"timestamp": 1622795870686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795872262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795872262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795880744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "aai-ml",
"timestamp": 1622795883430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "aai-ml",
"timestamp": 1622795884434,
"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-06-04T08:40:43.119Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.119Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 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-06-04T08:40:43.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795884564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:40:43.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622795885567,
"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-06-04T08:40:43.131Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.131Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 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-06-04T08:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "clamp",
"timestamp": 1622795886088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "clamp",
"timestamp": 1622795888096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "clamp",
"timestamp": 1622795889099,
"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-06-04T08:40:43.143Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.143Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 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-06-04T08:40:44.842Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a7841fc-87a1-4a5c-88da-294070c048c5
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-06-04T08:40:44.851Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a7841fc-87a1-4a5c-88da-294070c048c5
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-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:40:44.854Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:40:44.854Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:40:44.854Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:40:44.854Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||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-06-04T08:40:44.858Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T08:41:14.858Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a7841fc-87a1-4a5c-88da-294070c048c5 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-06-04T08:41:14.862Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a7841fc-87a1-4a5c-88da-294070c048c5 and serviceModelVersionId: f023f124-3e75-484d-9394-6c6785aa05ed
2021-06-04T08:41:14.862Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b26857c5-81a2-45c8-931f-02e03cb1b7aa
2021-06-04T08:41:14.863Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0
2021-06-04T08:41:14.867Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T08:41:14.905Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0|INFO|500||Invoke
2021-06-04T08:41:14.905Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a7841fc-87a1-4a5c-88da-294070c048c5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[139930bf-5624-4d0e-9177-228af92702ab], X-ECOMP-RequestID=[7a7841fc-87a1-4a5c-88da-294070c048c5], X-TransactionId=[], X-ONAP-RequestID=[7a7841fc-87a1-4a5c-88da-294070c048c5], Content-Type=[application/merge-patch+json]}
2021-06-04T08:41:14.926Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-04T08:41:15.065Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210604-08:41:14:933-37944], vertex-id=[188640], Content-Length=[0], Date=[Fri, 04 Jun 2021 08:41:14 GMT], Content-Type=[application/json]}
2021-06-04T08:41:15.065Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-04T08:41:15.066Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0|INFO|500||InvokeReturn
2021-06-04T08:41:15.066Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T08:41:15.066Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||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-06-04T08:41:15.070Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||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-06-04T08:41:15.070Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a7841fc-87a1-4a5c-88da-294070c048c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T08:41:15.070Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T08:41:15.071Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:41:15.073Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:41:15.073Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796075070,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:41:15.173Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:41:15.174Z||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-06-04T08:41:15.174Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:41:15.186Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:41:15.187Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-04T08:41:16.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:41:16.087Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:41:16.087Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:41:25.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:41:25.629Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:41:25.629Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:41:25.629Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:41:35.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:41:35.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:41:35.170Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:41:35.170Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:41:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:41:43.010Z||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-06-04T08:41:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:41:43.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:41:43.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795988683,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:41:43.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:41:43.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:41:43.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "NOTIFIED"
}
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622795989698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796001939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796005909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796007832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796009606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796010816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796011820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796012823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-04T08:41:43.035Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796013826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:41:43.035Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:44.706Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:41:44.707Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:41:44.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:41:44.707Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:41:54.247Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:42:43.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:42:43.009Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:42:43.009Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:42:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:42:43.010Z||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-06-04T08:42:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:42:43.529Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:42:43.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:42:43.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796075070,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:42:43.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:42:52.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:43:43.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:43:43.009Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:43:43.009Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:43:43.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:43:43.010Z||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-06-04T08:43:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:43:52.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:43:52.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:44:43.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:44:43.009Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:44:43.009Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:44:43.009Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:44:43.010Z|7a7841fc-87a1-4a5c-88da-294070c048c5|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-06-04T08:44:43.010Z|7a7841fc-87a1-4a5c-88da-294070c048c5|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:44:52.548Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:44:52.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:45:43.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:45:43.009Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:45:43.009Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:45:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:45:43.010Z||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-06-04T08:45:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:45:45.274Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:45:45.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T08:45:45.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"613400c7-2f80-46fd-bab6-d2b7b4078462","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6a75a5d5-201c-4544-bb90-053d75c81a6b","serviceDescription":"service","serviceInvariantUUID":"09176383-6e1e-4133-b35f-d9d3c851c348","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8b8f24b5-e4a7-410e-9c9f-f70691b24c60","resourceInvariantUUID":"639d23f2-bad5-4e85-810f-1febf02ec748","resourceCustomizationUUID":"8c2f924f-a387-4080-85a2-cf0b674095a8","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":"MzFlZDA0OWFiZTFlMTdmNDc5ZDAxMGRiNzFkYjE2ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"288409e4-c894-4115-be0a-beafed1889c9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTBiZDViMThmNDI3NTE4ZDc1M2YwZDljNzE3YTU2MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50d5695b-aeee-430e-a0f5-956c5206b7f1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T08:45:45.276Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:45:45.276Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:45:45.278Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:45:45.278Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796343008,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:45:45.378Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:45:45.379Z||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-06-04T08:45:45.379Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:45:45.388Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:45:45.389Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:45:46.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:45:46.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:45:46.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796343008,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:45:46.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:45:46.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:45:46.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622796342960,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:45:46.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:45:46.279Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:45:46.280Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:45:46.281Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:45:46.282Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796343008,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:45:46.382Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:45:46.382Z||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-06-04T08:45:46.383Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:45:46.393Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:45:46.393Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:45:47.282Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "6a75a5d5-201c-4544-bb90-053d75c81a6b",
"serviceDescription": "service",
"serviceInvariantUUID": "09176383-6e1e-4133-b35f-d9d3c851c348",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8c2f924f-a387-4080-85a2-cf0b674095a8",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "8b8f24b5-e4a7-410e-9c9f-f70691b24c60",
"resourceInvariantUUID": "639d23f2-bad5-4e85-810f-1febf02ec748",
"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": "MTBiZDViMThmNDI3NTE4ZDc1M2YwZDljNzE3YTU2MDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "50d5695b-aeee-430e-a0f5-956c5206b7f1"
}
],
"workloadContext": "Production"
}
2021-06-04T08:45:47.283Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T08:45:47.283Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6a75a5d5-201c-4544-bb90-053d75c81a6b ASDC
2021-06-04T08:45:47.283Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:613400c7-2f80-46fd-bab6-d2b7b4078462
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:6a75a5d5-201c-4544-bb90-053d75c81a6b
ServiceInvariantUUID:09176383-6e1e-4133-b35f-d9d3c851c348
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:50d5695b-aeee-430e-a0f5-956c5206b7f1
ArtifactChecksum:MTBiZDViMThmNDI3NTE4ZDc1M2YwZDljNzE3YTU2MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8c2f924f-a387-4080-85a2-cf0b674095a8
ResourceInvariantUUID:639d23f2-bad5-4e85-810f-1febf02ec748
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8b8f24b5-e4a7-410e-9c9f-f70691b24c60
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-06-04T08:45:47.283Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a75a5d5-201c-4544-bb90-053d75c81a6b 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-06-04T08:45:47.304Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:45:47.305Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:45:47.305Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:45:47.305Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50d5695b-aeee-430e-a0f5-956c5206b7f1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-04T08:45:47.305Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:45:47.306Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-04T08:45:48.156Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:45:48.158Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50d5695b-aeee-430e-a0f5-956c5206b7f1 52222
2021-06-04T08:45:48.158Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-04T08:45:48.158Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-04T08:45:48.158Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:45:48.159Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:45:48.160Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:45:48.160Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796348158,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:45:48.261Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T08:45:48.262Z||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-06-04T08:45:48.262Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:45:48.271Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:45:48.272Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:45:49.161Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:45:49.162Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:45:49.162Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50d5695b-aeee-430e-a0f5-956c5206b7f1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-04T08:45:49.162Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-06-04T08:45:49.163Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-04T08:45:49.163Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-04T08:45:49.239Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8107730853787925788/Definitions/service-BasicNetwork-template.yml
2021-06-04T08:45:49.560Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.564Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.564Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.564Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.564Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.564Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:6a75a5d5-201c-4544-bb90-053d75c81a6b
Model Version:NULL
Model InvariantUuid:09176383-6e1e-4133-b35f-d9d3c851c348
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:639d23f2-bad5-4e85-810f-1febf02ec748
Model UUID:1094643c-1cf7-4eef-9921-dc0b819111c0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8c2f924f-a387-4080-85a2-cf0b674095a8
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-06-04T08:45:49.569Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 8b8f24b5-e4a7-410e-9c9f-f70691b24c60
2021-06-04T08:45:49.570Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||No resources found for Service: 6a75a5d5-201c-4544-bb90-053d75c81a6b
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-06-04T08:45:49.573Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||
2021-06-04T08:45:49.573Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-06-04T08:45:49.574Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 6a75a5d5-201c-4544-bb90-053d75c81a6b
2021-06-04T08:45:49.574Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6a75a5d5-201c-4544-bb90-053d75c81a6b
2021-06-04T08:45:49.574Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-06-04T08:45:49.574Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:45:49.579Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.580Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.580Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.580Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.580Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6a75a5d5-201c-4544-bb90-053d75c81a6b: Generic NeutronNet
2021-06-04T08:45:49.580Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.580Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.581Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.581Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:45:49.681Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-06-04T08:45:49.681Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-04T08:45:49.682Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-04T08:45:49.682Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:45:49.682Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:45:49.684Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:45:49.684Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796349681,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:45:49.784Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:45:49.785Z||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-06-04T08:45:49.785Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:45:49.794Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:45:49.795Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:45:50.685Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
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-06-04T08:45:50.695Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
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-06-04T08:45:50.697Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:45:50.697Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:45:50.697Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:46:20.698Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
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-06-04T08:46:20.706Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
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-06-04T08:46:20.709Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:46:20.709Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:46:20.709Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:46:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:46:43.010Z||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-06-04T08:46:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:46:43.135Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:46:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:46:43.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622796342960,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:46:43.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:46:50.709Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
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-06-04T08:46:50.719Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
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-06-04T08:46:50.721Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:46:50.722Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:46:50.722Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:47:20.722Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
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-06-04T08:47:20.732Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
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-06-04T08:47:20.736Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:47:20.736Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:47:20.736Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:47:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:47:43.010Z||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-06-04T08:47:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:47:43.034Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:47:43.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796343008,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:47:43.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "aai-ml",
"timestamp": 1622796345767,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "aai-ml",
"timestamp": 1622796345767,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "cds",
"timestamp": 1622796346902,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "ves-openapi-manager",
"timestamp": 1622796347259,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796348158,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "cds",
"timestamp": 1622796346902,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "ves-openapi-manager",
"timestamp": 1622796347259,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "aai-ml",
"timestamp": 1622796349236,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796349681,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "dcae-sch",
"timestamp": 1622796349283,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "cds",
"timestamp": 1622796350155,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:47:43.038Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "dcae-sch",
"timestamp": 1622796349283,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "cds",
"timestamp": 1622796351164,
"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-06-04T08:47:43.046Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 613400c7-2f80-46fd-bab6-d2b7b4078462
2021-06-04T08:47:43.046Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 613400c7-2f80-46fd-bab6-d2b7b4078462 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-06-04T08:47:43.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "clamp",
"timestamp": 1622796350686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622796350983,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "policy-id",
"timestamp": 1622796351470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "clamp",
"timestamp": 1622796350686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1622796350983,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622796352262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "policy-id",
"timestamp": 1622796351470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "aai-ml",
"timestamp": 1622796353152,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622796352262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "aai-ml",
"timestamp": 1622796354162,
"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-06-04T08:47:43.059Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 613400c7-2f80-46fd-bab6-d2b7b4078462
2021-06-04T08:47:43.059Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 613400c7-2f80-46fd-bab6-d2b7b4078462 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-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "policy-id",
"timestamp": 1622796354750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622796354739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622796355640,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "policy-id",
"timestamp": 1622796355754,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "clamp",
"timestamp": 1622796356160,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622796354739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "policy-id",
"timestamp": 1622796356757,
"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-06-04T08:47:43.071Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 613400c7-2f80-46fd-bab6-d2b7b4078462
2021-06-04T08:47:43.071Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 613400c7-2f80-46fd-bab6-d2b7b4078462 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-06-04T08:47:43.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622796357172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:47:43.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "clamp",
"timestamp": 1622796358172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-04T08:47:43.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622796358176,
"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-06-04T08:47:43.082Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 613400c7-2f80-46fd-bab6-d2b7b4078462
2021-06-04T08:47:43.082Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 613400c7-2f80-46fd-bab6-d2b7b4078462 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-06-04T08:47:43.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "clamp",
"timestamp": 1622796359176,
"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-06-04T08:47:43.092Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 613400c7-2f80-46fd-bab6-d2b7b4078462
2021-06-04T08:47:43.092Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 613400c7-2f80-46fd-bab6-d2b7b4078462 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-06-04T08:47:50.736Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
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-06-04T08:47:50.746Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
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-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-04T08:47:50.750Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:47:50.754Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T08:48:20.755Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462 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-06-04T08:48:20.761Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 613400c7-2f80-46fd-bab6-d2b7b4078462 and serviceModelVersionId: 6a75a5d5-201c-4544-bb90-053d75c81a6b
2021-06-04T08:48:20.761Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09176383-6e1e-4133-b35f-d9d3c851c348
2021-06-04T08:48:20.762Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09176383-6e1e-4133-b35f-d9d3c851c348/model-vers/model-ver/6a75a5d5-201c-4544-bb90-053d75c81a6b?depth=0
2021-06-04T08:48:20.766Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T08:48:20.808Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09176383-6e1e-4133-b35f-d9d3c851c348/model-vers/model-ver/6a75a5d5-201c-4544-bb90-053d75c81a6b?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-06-04T08:48:20.809Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09176383-6e1e-4133-b35f-d9d3c851c348/model-vers/model-ver/6a75a5d5-201c-4544-bb90-053d75c81a6b?depth=0|INFO|500||Invoke
2021-06-04T08:48:20.838Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09176383-6e1e-4133-b35f-d9d3c851c348/model-vers/model-ver/6a75a5d5-201c-4544-bb90-053d75c81a6b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-04T08:48:21.153Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09176383-6e1e-4133-b35f-d9d3c851c348/model-vers/model-ver/6a75a5d5-201c-4544-bb90-053d75c81a6b?depth=0|INFO|500||InvokeReturn
2021-06-04T08:48:21.153Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09176383-6e1e-4133-b35f-d9d3c851c348/model-vers/model-ver/6a75a5d5-201c-4544-bb90-053d75c81a6b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210604-08:48:20:846-67667], vertex-id=[229544], Content-Length=[0], Date=[Fri, 04 Jun 2021 08:48:20 GMT], Content-Type=[application/json]}
2021-06-04T08:48:21.154Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-06-04T08:48:21.154Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T08:48:21.154Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:48:21.158Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||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-06-04T08:48:21.158Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 613400c7-2f80-46fd-bab6-d2b7b4078462 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T08:48:21.159Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T08:48:21.159Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:21.161Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:21.162Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796501159,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:48:21.262Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:48:21.263Z||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-06-04T08:48:21.263Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:21.276Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:48:21.276Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-04T08:48:22.173Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:48:22.173Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:48:22.173Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:26.472Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:48:26.473Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T08:48:26.473Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6371be36-3590-4aa3-bcfd-61b7b203401c","serviceName":"Demo_pNF_T5IAU6ivAD41HZNLkOd8","serviceVersion":"1.0","serviceUUID":"aee85b6f-778c-4f39-8440-98f9b5d9a52e","serviceDescription":"catalog service description","serviceInvariantUUID":"d76f2d63-86be-4cf7-970a-8a0f7ec45e19","resources":[{"resourceInstanceName":"pNF fc6d6e2c-d392 0","resourceName":"pNF fc6d6e2c-d392","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bb970e75-6dab-4a62-af55-0db8f7389958","resourceInvariantUUID":"36fd1de1-c3f0-4f09-80ac-39505de5b63a","resourceCustomizationUUID":"16746c20-c336-4025-b946-eaa4e3116994","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml","artifactChecksum":"MGY2MzQ0YjVkNTI4YzMxZTU4ZjBhYTJiZmQ0MmEyMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a29464f-cd11-4886-bf65-9166112e43c7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar","artifactChecksum":"MGU1NWVhYmQ0MGNlNTc4YTllNDBjMjljMmQyYzc2OTM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e0a8688-2a86-4971-a5b2-7bd945350c02","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8baa6000-6e84-4a3e-9283-82e98f72f6cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml","artifactChecksum":"ZTI2YjQ3MjEyZmZmMzc0NjNjZGY3ZmZiZmRiMjU0Y2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"650a66ae-1c7d-4c46-8b3a-8b885189a877","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3670f3a6-f08b-46bb-ab91-84a299b99d06","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19e3348d-5d3f-49a4-a7f0-6c787f28ba60","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT5iau6ivad41hznlkod8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml","artifactChecksum":"MjljNTk0NjYyZTg1NTY1OWU5MGFmNmUzYmE2ZjRlMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4aa5af3e-2ffd-4a84-b1d2-52e295361140","artifactVersion":"1"},{"artifactName":"service-DemoPnfT5iau6ivad41hznlkod8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar","artifactChecksum":"YzU4NThlNDM2YWE5YWYzNjE1OTQwZDAyNDkzMjhhYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"afea3e8b-218f-4660-b052-70a1eb9ac855","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T08:48:26.475Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:26.475Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:26.477Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:26.477Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796502173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:48:26.578Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T08:48:26.579Z||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-06-04T08:48:26.579Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:26.590Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:48:26.590Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:27.478Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:27.478Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:27.480Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:27.480Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796502173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:48:27.581Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T08:48:27.581Z||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-06-04T08:48:27.582Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:27.591Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:48:27.592Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:28.481Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:28.481Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:28.483Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:28.483Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796502173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:48:28.584Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-04T08:48:28.584Z||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-06-04T08:48:28.584Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:28.594Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:48:28.594Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:29.484Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:29.485Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:29.486Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:29.487Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796502173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:48:29.587Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:48:29.588Z||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-06-04T08:48:29.588Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:29.596Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:48:29.597Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:30.487Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:30.488Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:30.490Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:30.490Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796502173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:48:30.590Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:48:30.591Z||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-06-04T08:48:30.591Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:30.602Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:48:30.602Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:31.490Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:31.491Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:31.492Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:31.493Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796502173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:48:31.593Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:48:31.593Z||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-06-04T08:48:31.594Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:31.604Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:48:31.604Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:32.493Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:32.494Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:32.496Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:32.497Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796502173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-04T08:48:32.597Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-04T08:48:32.597Z||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-06-04T08:48:32.597Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:32.606Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:48:32.606Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:48:33.497Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:33.498Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:33.500Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:33.501Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796502173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
"status": "NOTIFIED"
}
2021-06-04T08:48:33.601Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:48:33.602Z||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-06-04T08:48:33.602Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:33.611Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:48:33.612Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:34.502Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
"serviceName": "Demo_pNF_T5IAU6ivAD41HZNLkOd8",
"serviceVersion": "1.0",
"serviceUUID": "aee85b6f-778c-4f39-8440-98f9b5d9a52e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d76f2d63-86be-4cf7-970a-8a0f7ec45e19",
"resources": [
{
"resourceInstanceName": "pNF fc6d6e2c-d392 0",
"resourceCustomizationUUID": "16746c20-c336-4025-b946-eaa4e3116994",
"resourceName": "pNF fc6d6e2c-d392",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "bb970e75-6dab-4a62-af55-0db8f7389958",
"resourceInvariantUUID": "36fd1de1-c3f0-4f09-80ac-39505de5b63a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
"artifactChecksum": "YzU4NThlNDM2YWE5YWYzNjE1OTQwZDAyNDkzMjhhYTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "afea3e8b-218f-4660-b052-70a1eb9ac855"
}
],
"workloadContext": "Production"
}
2021-06-04T08:48:34.502Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T08:48:34.503Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aee85b6f-778c-4f39-8440-98f9b5d9a52e ASDC
2021-06-04T08:48:34.503Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6371be36-3590-4aa3-bcfd-61b7b203401c
ServiceName:Demo_pNF_T5IAU6ivAD41HZNLkOd8
ServiceVersion:1.0
ServiceUUID:aee85b6f-778c-4f39-8440-98f9b5d9a52e
ServiceInvariantUUID:d76f2d63-86be-4cf7-970a-8a0f7ec45e19
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
ArtifactUUID:afea3e8b-218f-4660-b052-70a1eb9ac855
ArtifactChecksum:YzU4NThlNDM2YWE5YWYzNjE1OTQwZDAyNDkzMjhhYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fc6d6e2c-d392 0
ResourceCustomizationUUID:16746c20-c336-4025-b946-eaa4e3116994
ResourceInvariantUUID:36fd1de1-c3f0-4f09-80ac-39505de5b63a
ResourceName:pNF fc6d6e2c-d392
ResourceType:PNF
ResourceUUID:bb970e75-6dab-4a62-af55-0db8f7389958
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-06-04T08:48:34.503Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aee85b6f-778c-4f39-8440-98f9b5d9a52e 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-06-04T08:48:34.524Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:48:34.524Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:48:34.525Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:48:34.525Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: afea3e8b-218f-4660-b052-70a1eb9ac855 from URL: /sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:34.525Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:48:34.525Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:35.343Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:48:35.348Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar afea3e8b-218f-4660-b052-70a1eb9ac855 83326
2021-06-04T08:48:35.348Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar ASDC sendASDCNotification
2021-06-04T08:48:35.348Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:35.348Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:48:35.348Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:35.351Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:35.351Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622796515348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-04T08:48:35.451Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:48:35.452Z||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-06-04T08:48:35.452Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:35.462Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-04T08:48:35.462Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:36.352Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:48:36.353Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:48:36.353Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: afea3e8b-218f-4660-b052-70a1eb9ac855, URL: /sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar to file: /app/ASDC/1/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:36.354Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:36.354Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:36.354Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:36.444Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14719890201448305312/Definitions/service-DemoPnfT5iau6ivad41hznlkod8-template.yml
2021-06-04T08:48:37.040Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||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-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fc6d6e2c-d392 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-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fc6d6e2c-d392 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||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-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||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-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.042Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||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-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.042Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||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-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.042Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:48:37.042Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:48:37.042Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.042Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Node template pNF fc6d6e2c-d392 0 is matching search criteria
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF fc6d6e2c-d392 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Node template pNF fc6d6e2c-d392 0 is matching search criteria
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF fc6d6e2c-d392 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:48:37.044Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:48:37.044Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.044Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:48:37.044Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.044Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:48:37.044Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.045Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:48:37.045Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.045Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:48:37.045Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.045Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_T5IAU6ivAD41HZNLkOd8
Description:catalog service description
Model UUID:aee85b6f-778c-4f39-8440-98f9b5d9a52e
Model Version:NULL
Model InvariantUuid:d76f2d63-86be-4cf7-970a-8a0f7ec45e19
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-06-04T08:48:37.051Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: bb970e75-6dab-4a62-af55-0db8f7389958
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-06-04T08:48:37.053Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||pNF fc6d6e2c-d392 0
2021-06-04T08:48:37.053Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bb970e75-6dab-4a62-af55-0db8f7389958
2021-06-04T08:48:37.053Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: aee85b6f-778c-4f39-8440-98f9b5d9a52e
2021-06-04T08:48:37.053Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: aee85b6f-778c-4f39-8440-98f9b5d9a52e
2021-06-04T08:48:37.054Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fc6d6e2c-d392 0 bb970e75-6dab-4a62-af55-0db8f7389958 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-06-04T08:48:37.057Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-04T08:48:37.057Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.057Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid aee85b6f-778c-4f39-8440-98f9b5d9a52e: pNF fc6d6e2c-d392
2021-06-04T08:48:37.057Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||Processing PNF resource: bb970e75-6dab-4a62-af55-0db8f7389958
2021-06-04T08:48:37.057Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery