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)
2022-09-27T16:58:46.070Z||main|||||INFO|500||The following profiles are active: basic
2022-09-27T16:58:57.389Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-27T16:58:57.389Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-27T16:58:57.495Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-27T16:59:01.239Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-27T16:59:01.685Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-27T16:59:02.165Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-27T16:59:02.169Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-27T16:59:02.283Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-27T16:59:02.464Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-27T16:59:03.041Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-27T16:59:04.639Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-27T16:59:07.056Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-27T16:59:07.130Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-27T16:59:07.727Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-27T16:59:07.959Z||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.
2022-09-27T16:59:09.110Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-27T16:59:10.129Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-27T16:59:10.146Z||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$$12b57ff2.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)
2022-09-27T16:59:10.147Z||main|||||WARN|500||The sdc end point is not alive
2022-09-27T16:59:13.068Z||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
2022-09-27T16:59:16.020Z||main|||||WARN|500||---
2022-09-27T16:59:16.020Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-27T16:59:16.021Z||main|||||WARN|500||---
2022-09-27T16:59:16.426Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-27T16:59:21.124Z||main|||||INFO|500||Started Application in 37.962 seconds (JVM running for 40.049)
2022-09-27T16:59:21.136Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-27T16:59:21.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-27T16:59:21.154Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-27T16:59:21.177Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-27T16:59:21.228Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f8b251b-a131-45d3-abdc-302fe9d52e61 url= /sdc/v1/artifactTypes
2022-09-27T16:59:21.228Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-27T16:59:21.527Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-27T16:59:21.551Z||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
2022-09-27T16:59:21.572Z||scheduling-1|||||DEBUG|500||create keys
2022-09-27T16:59:21.580Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-27T16:59:21.626Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T16:59:21.643Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 945ddf08-9073-4fd0-bd7c-8fdd31328194 url= /sdc/v1/registerForDistribution
2022-09-27T16:59:21.795Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 945ddf08-9073-4fd0-bd7c-8fdd31328194 url= /sdc/v1/registerForDistribution
2022-09-27T16:59:21.796Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-27T16:59:21.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T16:59:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T16:59:21.816Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-27T16:59:21.816Z||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.
2022-09-27T16:59:21.817Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T16:59:21.817Z||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.
2022-09-27T16:59:21.817Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T16:59:32.252Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T16:59:32.274Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:00:21.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:00:21.805Z||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.
2022-09-27T17:00:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:00:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:00:21.805Z||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.
2022-09-27T17:00:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:00:31.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:00:31.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:01:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:01:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:01:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:01:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:01:21.807Z||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.
2022-09-27T17:01:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:01:31.530Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:01:31.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:02:21.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:02:21.804Z||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.
2022-09-27T17:02:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:02:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:02:21.806Z||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.
2022-09-27T17:02:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:02:31.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:02:31.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:03:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:03:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:03:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:03:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:03:21.805Z||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.
2022-09-27T17:03:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:03:31.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:03:31.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:04:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:04:21.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:04:21.807Z||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.
2022-09-27T17:04:21.807Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:04:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:04:21.807Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:04:31.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:04:31.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:05:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:05:21.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:05:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:05:21.805Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:05:21.806Z||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.
2022-09-27T17:05:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:05:31.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:05:31.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:06:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:06:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:06:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:06:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:06:21.808Z||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.
2022-09-27T17:06:21.808Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:06:31.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:06:31.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:07:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:07:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:07:21.805Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:07:21.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:07:21.805Z||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.
2022-09-27T17:07:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:07:31.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:07:31.399Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:08:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:08:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:08:21.805Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:08:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:08:21.806Z||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.
2022-09-27T17:08:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:08:31.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:08:31.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:09:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:09:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:09:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:09:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:09:21.805Z||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.
2022-09-27T17:09:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:09:31.368Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:09:31.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:09:39.189Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-27T17:10:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:10:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:10:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:10:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:10:21.806Z||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.
2022-09-27T17:10:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:10:31.384Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:10:31.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:11:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:11:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:11:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:11:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:11:21.806Z||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.
2022-09-27T17:11:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:11:31.398Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:11:31.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:12:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:12:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:12:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:12:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:12:21.806Z||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.
2022-09-27T17:12:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:12:31.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:12:31.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:13:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:13:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:13:21.806Z||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.
2022-09-27T17:13:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:13:21.809Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:13:21.810Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:13:31.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:13:31.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:14:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:14:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:14:21.805Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:14:21.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:14:21.806Z||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.
2022-09-27T17:14:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:14:31.382Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:14:31.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:15:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:15:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:15:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:15:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:15:21.806Z||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.
2022-09-27T17:15:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:15:31.404Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:15:31.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:16:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:16:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:16:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:16:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:16:21.805Z||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.
2022-09-27T17:16:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:16:31.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:16:31.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:17:21.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:17:21.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:17:21.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:17:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:17:21.806Z||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.
2022-09-27T17:17:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:17:31.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:17:31.412Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:18:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:18:21.804Z||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.
2022-09-27T17:18:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:18:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:18:21.807Z||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.
2022-09-27T17:18:21.808Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:18:31.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:18:31.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:19:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:19:21.804Z||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.
2022-09-27T17:19:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:19:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:19:21.806Z||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.
2022-09-27T17:19:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:19:31.388Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:19:31.388Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:20:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:20:21.804Z||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.
2022-09-27T17:20:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:20:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:20:21.805Z||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.
2022-09-27T17:20:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:20:31.383Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:20:31.409Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:21:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:21:21.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:21:21.807Z||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.
2022-09-27T17:21:21.807Z||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.
2022-09-27T17:21:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:21:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:21:31.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:21:31.404Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:22:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:22:21.804Z||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.
2022-09-27T17:22:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:22:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:22:21.805Z||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.
2022-09-27T17:22:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:22:31.400Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:22:31.416Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:23:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:23:21.804Z||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.
2022-09-27T17:23:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:23:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:23:21.806Z||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.
2022-09-27T17:23:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:23:31.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:23:31.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:24:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:24:21.804Z||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.
2022-09-27T17:24:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:24:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:24:21.806Z||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.
2022-09-27T17:24:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:24:31.393Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:24:31.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:25:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:25:21.804Z||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.
2022-09-27T17:25:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:25:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:25:21.806Z||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.
2022-09-27T17:25:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:25:31.403Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:25:31.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:26:21.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:26:21.804Z||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.
2022-09-27T17:26:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:26:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:26:21.805Z||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.
2022-09-27T17:26:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:26:31.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:26:31.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:27:21.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:27:21.804Z||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.
2022-09-27T17:27:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:27:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:27:21.805Z||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.
2022-09-27T17:27:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:27:31.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:27:31.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:28:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:28:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:28:21.805Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:28:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:28:21.807Z||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.
2022-09-27T17:28:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:28:31.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:28:31.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:29:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:29:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:29:21.805Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:29:21.805Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:29:21.805Z||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.
2022-09-27T17:29:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:29:31.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:29:31.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:30:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:30:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:30:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:30:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:30:21.805Z||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.
2022-09-27T17:30:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:30:31.400Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:30:31.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:31:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:31:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:31:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:31:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:31:21.805Z||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.
2022-09-27T17:31:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:31:31.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:31:31.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:32:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:32:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:32:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:32:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:32:21.806Z||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.
2022-09-27T17:32:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:32:31.382Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:32:31.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:33:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:33:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:33:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:33:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:33:21.806Z||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.
2022-09-27T17:33:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:33:31.408Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:33:31.414Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:34:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:34:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:34:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:34:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:34:21.805Z||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.
2022-09-27T17:34:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:34:31.360Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:34:31.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:35:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:35:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:35:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:35:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:35:21.805Z||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.
2022-09-27T17:35:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:35:31.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:35:31.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:36:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:36:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:36:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:36:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:36:21.805Z||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.
2022-09-27T17:36:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:36:31.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:36:31.510Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:37:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:37:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:37:21.804Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:37:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:37:21.805Z||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.
2022-09-27T17:37:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:37:31.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:37:31.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:38:21.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:38:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:38:21.807Z||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.
2022-09-27T17:38:21.807Z||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.
2022-09-27T17:38:21.808Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:38:21.808Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:38:31.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:38:31.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:39:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:39:21.804Z||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.
2022-09-27T17:39:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:39:21.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:39:21.806Z||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.
2022-09-27T17:39:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:39:31.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:39:31.402Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:40:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:40:21.804Z||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.
2022-09-27T17:40:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:40:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:40:21.806Z||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.
2022-09-27T17:40:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:40:31.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:40:31.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:41:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:41:21.804Z||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.
2022-09-27T17:41:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:41:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:41:21.807Z||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.
2022-09-27T17:41:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:41:31.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:41:31.409Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:42:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:42:21.804Z||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.
2022-09-27T17:42:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:42:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:42:21.806Z||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.
2022-09-27T17:42:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:42:31.397Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:42:31.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:43:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:43:21.804Z||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.
2022-09-27T17:43:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:43:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:43:21.805Z||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.
2022-09-27T17:43:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:43:31.361Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:43:31.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:44:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:44:21.804Z||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.
2022-09-27T17:44:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:44:21.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:44:21.806Z||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.
2022-09-27T17:44:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:44:31.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:44:31.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:45:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:45:21.804Z||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.
2022-09-27T17:45:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:45:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:45:21.805Z||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.
2022-09-27T17:45:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:45:31.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:45:31.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:46:21.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:46:21.804Z||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.
2022-09-27T17:46:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:46:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:46:21.806Z||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.
2022-09-27T17:46:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:46:31.372Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:46:31.386Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:47:21.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:47:21.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:47:21.808Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:47:21.808Z||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.
2022-09-27T17:47:21.808Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:47:21.808Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:47:31.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:47:31.444Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:48:21.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:48:21.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:48:21.804Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:48:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:48:21.807Z||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.
2022-09-27T17:48:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:48:31.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:48:31.446Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:49:21.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:49:21.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:49:21.804Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:49:21.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:49:21.805Z||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.
2022-09-27T17:49:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:49:31.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:49:31.389Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:21.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:50:21.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:50:21.804Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:50:21.805Z||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.
2022-09-27T17:50:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:22.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:22.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301008781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301008781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301012704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301008781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301012704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301008781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301012704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301008781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "cds",
"timestamp": 1664301015120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301012704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301008781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "cds",
"timestamp": 1664301015120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301012704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301008781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "cds",
"timestamp": 1664301015120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301012704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "cds",
"timestamp": 1664301015120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301012704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:50:22.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "clamp",
"timestamp": 1664301018433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "cds",
"timestamp": 1664301015120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "clamp",
"timestamp": 1664301018433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "NOTIFIED"
}
2022-09-27T17:50:22.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301020865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:50:22.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:50:22.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "cds",
"timestamp": 1664301015120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "clamp",
"timestamp": 1664301018433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301020500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "aai-ml",
"timestamp": 1664301020050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "cds",
"timestamp": 1664301015120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:50:22.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:50:22.448Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:22.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T17:50:22.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"46a43559-d8d9-4675-8e5d-ede9b1a52853","serviceName":"vFW 2022-09-27 17-48-54","serviceVersion":"1.0","serviceUUID":"40f56f10-41f5-4dec-93db-529eff6e4592","serviceDescription":"catalog service description","serviceInvariantUUID":"f04dbece-5652-4d38-887b-41495fd307a9","resources":[{"resourceInstanceName":"vFW 9a8c4a2a-4bc1 0","resourceName":"vFW 9a8c4a2a-4bc1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"337889cd-a4a5-4917-861e-637f237e8749","resourceInvariantUUID":"01870006-2aed-4f56-b151-3e2526bc94c6","resourceCustomizationUUID":"49254d29-fda4-4d2c-ac06-b691a7cab173","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml","artifactChecksum":"MmQ4YTExZDEzNTUwNjJlOWRkZWU2M2I4YTUzNDU4MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cba6ed68-3c47-4445-b8fa-b388f676106f","artifactVersion":"1"},{"artifactName":"vfw9a8c4a2a4bc10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json","artifactChecksum":"NWQ0ZDg5MjRmZmVlYWRiZmE4MjNkMzZjYzZjNDQxNmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b76842f-f18b-4a14-8a6a-8890ba750b32","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d933e830-99fc-42df-9759-5e4a8d2c5395","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml","artifactChecksum":"MDQwNDI5NWY3Mzg5N2YwZGRiMGQ2NDJmMGE0OWFlMWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2c435906-34fe-452e-bbe6-2e666062dd6e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d0de9a58-8286-4904-a456-e92eddf39a57","artifactVersion":"2","generatedFromUUID":"d933e830-99fc-42df-9759-5e4a8d2c5395"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220927174854-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml","artifactChecksum":"YzVlMGZlYzdhODAyYjU4MmU4YjNlMDEzOWY3ZTJkNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e4de16b-031e-4be4-a8a7-17219f3feadb","artifactVersion":"1"},{"artifactName":"service-Vfw20220927174854-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar","artifactChecksum":"NjFmNzExMzE1NGMwNWJjOTNlN2Y5YWViNWI0OTAwZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ad5154a-2e7c-4cf1-b8ab-92739fae9b33","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-27T17:50:22.461Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:22.467Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:22.477Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:22.477Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:22.579Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-27T17:50:22.586Z||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.
2022-09-27T17:50:22.586Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:22.628Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:22.629Z||pool-3-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:23.495Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:23.496Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:23.501Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:23.502Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "NOTIFIED"
}
2022-09-27T17:50:23.598Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-27T17:50:23.599Z||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.
2022-09-27T17:50:23.606Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:23.627Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:23.627Z||pool-4-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":2,"count":1}
2022-09-27T17:50:24.503Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:24.504Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:24.506Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:24.506Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-27T17:50:24.606Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:24.607Z||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.
2022-09-27T17:50:24.607Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:24.622Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:24.623Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:50:25.507Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:25.508Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:25.510Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:25.510Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:25.610Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:25.611Z||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.
2022-09-27T17:50:25.611Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:25.626Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:25.627Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:50:26.511Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:26.511Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:26.513Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:26.513Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-27T17:50:26.613Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:50:26.616Z||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.
2022-09-27T17:50:26.616Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:26.629Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:26.630Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:27.514Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:27.515Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:27.518Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:27.518Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:50:27.618Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:27.619Z||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.
2022-09-27T17:50:27.619Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:27.633Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:27.634Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:50:28.518Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:50:28.519Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:28.521Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:28.521Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:50:28.621Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:28.622Z||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.
2022-09-27T17:50:28.622Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:28.649Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:28.650Z||pool-9-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:50:29.523Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"serviceName": "vFW 2022-09-27 17-48-54",
"serviceVersion": "1.0",
"serviceUUID": "40f56f10-41f5-4dec-93db-529eff6e4592",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f04dbece-5652-4d38-887b-41495fd307a9",
"resources": [
{
"resourceInstanceName": "vFW 9a8c4a2a-4bc1 0",
"resourceCustomizationUUID": "49254d29-fda4-4d2c-ac06-b691a7cab173",
"resourceName": "vFW 9a8c4a2a-4bc1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "337889cd-a4a5-4917-861e-637f237e8749",
"resourceInvariantUUID": "01870006-2aed-4f56-b151-3e2526bc94c6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9a8c4a2a4bc10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"artifactChecksum": "NWQ0ZDg5MjRmZmVlYWRiZmE4MjNkMzZjYzZjNDQxNmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0b76842f-f18b-4a14-8a6a-8890ba750b32",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d933e830-99fc-42df-9759-5e4a8d2c5395",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d0de9a58-8286-4904-a456-e92eddf39a57",
"generatedFromUUID": "d933e830-99fc-42df-9759-5e4a8d2c5395"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d0de9a58-8286-4904-a456-e92eddf39a57",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220927174854-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"artifactChecksum": "NjFmNzExMzE1NGMwNWJjOTNlN2Y5YWViNWI0OTAwZjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9ad5154a-2e7c-4cf1-b8ab-92739fae9b33"
}
],
"workloadContext": "Production"
}
2022-09-27T17:50:29.524Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-27T17:50:29.524Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 40f56f10-41f5-4dec-93db-529eff6e4592 ASDC
2022-09-27T17:50:29.645Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:46a43559-d8d9-4675-8e5d-ede9b1a52853
ServiceName:vFW 2022-09-27 17-48-54
ServiceVersion:1.0
ServiceUUID:40f56f10-41f5-4dec-93db-529eff6e4592
ServiceInvariantUUID:f04dbece-5652-4d38-887b-41495fd307a9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220927174854-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar
ArtifactUUID:9ad5154a-2e7c-4cf1-b8ab-92739fae9b33
ArtifactChecksum:NjFmNzExMzE1NGMwNWJjOTNlN2Y5YWViNWI0OTAwZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9a8c4a2a-4bc1 0
ResourceCustomizationUUID:49254d29-fda4-4d2c-ac06-b691a7cab173
ResourceInvariantUUID:01870006-2aed-4f56-b151-3e2526bc94c6
ResourceName:vFW 9a8c4a2a-4bc1
ResourceType:VF
ResourceUUID:337889cd-a4a5-4917-861e-637f237e8749
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9a8c4a2a4bc10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json
ArtifactUUID:0b76842f-f18b-4a14-8a6a-8890ba750b32
ArtifactChecksum:NWQ0ZDg5MjRmZmVlYWRiZmE4MjNkMzZjYzZjNDQxNmY=
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/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml
ArtifactUUID:d933e830-99fc-42df-9759-5e4a8d2c5395
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/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env
ArtifactUUID:d0de9a58-8286-4904-a456-e92eddf39a57
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/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env
ArtifactUUID:d0de9a58-8286-4904-a456-e92eddf39a57
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-27T17:50:29.647Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40f56f10-41f5-4dec-93db-529eff6e4592 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 (?, ?, ?, ?, ?)
2022-09-27T17:50:29.881Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T17:50:29.882Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-27T17:50:29.884Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-27T17:50:29.884Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9ad5154a-2e7c-4cf1-b8ab-92739fae9b33 from URL: /sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:29.884Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:50:29.886Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:30.120Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:50:30.176Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar 9ad5154a-2e7c-4cf1-b8ab-92739fae9b33 100620
2022-09-27T17:50:30.178Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar ASDC sendASDCNotification
2022-09-27T17:50:30.178Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:30.179Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:50:30.180Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:30.182Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:30.182Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301030176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:50:30.282Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:30.283Z||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.
2022-09-27T17:50:30.283Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:30.322Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:30.323Z||pool-10-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:31.182Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T17:50:31.183Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-27T17:50:31.184Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9ad5154a-2e7c-4cf1-b8ab-92739fae9b33, URL: /sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar to file: /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:31.184Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220927174854-csar.csar
2022-09-27T17:50:31.277Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:31.277Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:32.018Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1410183537266672792/Definitions/service-Vfw20220927174854-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-09-27T17:50:35.225Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-27T17:50:35.230Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-27T17:50:35.230Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.231Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.232Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.232Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.232Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9a8c4a2a-4bc1 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:35.232Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-27T17:50:35.238Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.239Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.243Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:35.244Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-27T17:50:35.245Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T17:50:35.247Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.247Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.247Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:35.248Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-27T17:50:35.248Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T17:50:35.248Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.248Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.252Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.252Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:35.252Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:35.252Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-27T17:50:35.252Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.253Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.253Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.253Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-27T17:50:35.253Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:35.253Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-27T17:50:35.253Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.254Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-27T17:50:35.255Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.255Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T17:50:35.256Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.256Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:35.256Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:35.257Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.257Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:35.257Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:35.257Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.257Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:35.258Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:35.258Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.258Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:35.258Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:35.258Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-27T17:50:35.258Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:35.259Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-27T17:50:35.259Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-27T17:50:35.259Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.259Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.259Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-27T17:50:35.259Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.260Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-27T17:50:35.260Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.260Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c361eefd-0715-485e-ae35-a44a8a22c4c5
2022-09-27T17:50:35.260Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.261Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:35.261Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:35.261Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-27T17:50:35.261Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-27T17:50:35.262Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.263Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-27T17:50:35.263Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.263Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17eeea0e-d888-43d5-a698-f2ff1d7a26a7
2022-09-27T17:50:35.263Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.263Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:35.263Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-27T17:50:35.264Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-27T17:50:35.265Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:35.265Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:35.265Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-27T17:50:35.265Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59e60ac7-3429-4a9e-b4ca-33a69480970b
2022-09-27T17:50:35.265Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.265Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.266Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.266Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.266Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.266Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.266Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:35.266Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:35.267Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-27 17-48-54
Description:catalog service description
Model UUID:40f56f10-41f5-4dec-93db-529eff6e4592
Model Version:NULL
Model InvariantUuid:f04dbece-5652-4d38-887b-41495fd307a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9a8c4a2a-4bc1
Model UUID:ec062896-dbe9-4e96-b44e-5b60098a1598
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:01870006-2aed-4f56-b151-3e2526bc94c6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:49254d29-fda4-4d2c-ac06-b691a7cab173
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:368b1005-198b-4ccb-abec-f59744c7f055
ModelName:Vfw9a8c4a2a4bc1..base_vfw..module-0
ModelUuid:106ab2d7-c8c3-4df7-a022-1bee4121e3fa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c361eefd-0715-485e-ae35-a44a8a22c4c5
ModelInvariantUuid:c5dd4e22-0828-4e6b-b45d-09db4ac62109
ModelName:vFW 9a8c4a2a-4bc1-nodes.vfwCvfc
ModelUuid:536cfb3c-2bb2-4545-a8ca-b90914f34b62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7401591c-4ac4-4de4-8208-bed2da0297a2
ModelInvariantUuid:37034da2-1673-42ba-b85b-1b6662fe63bb
ModelName:Vfw9a8c4a2a4bc1.compute.nodes.heat.vfw
ModelUuid:2c80186c-1921-46a3-afc1-f052689ca543
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:17eeea0e-d888-43d5-a698-f2ff1d7a26a7
ModelInvariantUuid:15488032-5b68-4b6f-9fe5-9467e26f9aa5
ModelName:vFW 9a8c4a2a-4bc1-nodes.vsnCvfc
ModelUuid:105a7863-2ef3-48d1-a2ab-939a64ff9f8c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:dc02eea7-e460-4917-a5f0-4c2f975e3fed
ModelInvariantUuid:414fd7c2-c3ab-4e7d-8acf-a5db0771f9e1
ModelName:Vfw9a8c4a2a4bc1.compute.nodes.heat.vsn
ModelUuid:5ca92f0a-6c2f-4286-ab5e-af1c69ec6a75
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:59e60ac7-3429-4a9e-b4ca-33a69480970b
ModelInvariantUuid:66dad4ae-d798-48f3-bcf5-ddd1ec10365b
ModelName:vFW 9a8c4a2a-4bc1-nodes.vpgCvfc
ModelUuid:4bc8f016-b8ea-4cd2-bb94-1ec9c9f0d344
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:96ca317e-3e54-4ea5-8592-846f53238814
ModelInvariantUuid:ff5f0750-db1d-45d0-b4f2-320ed1aa1746
ModelName:Vfw9a8c4a2a4bc1.compute.nodes.heat.vpg
ModelUuid:3fe44501-2dac-412d-8768-f10c8260ef0e
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-27T17:50:35.286Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 337889cd-a4a5-4917-861e-637f237e8749
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T17:50:35.368Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||vFW 9a8c4a2a-4bc1 0
2022-09-27T17:50:35.375Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 337889cd-a4a5-4917-861e-637f237e8749
2022-09-27T17:50:35.376Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0b76842f-f18b-4a14-8a6a-8890ba750b32 from URL: /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json
2022-09-27T17:50:35.376Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:50:35.376Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json
2022-09-27T17:50:35.440Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:50:35.440Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json 0b76842f-f18b-4a14-8a6a-8890ba750b32 785
2022-09-27T17:50:35.441Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json ASDC sendASDCNotification
2022-09-27T17:50:35.441Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json
2022-09-27T17:50:35.441Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:50:35.442Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:35.444Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:35.444Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301035441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:50:35.545Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:50:35.546Z||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.
2022-09-27T17:50:35.546Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:35.571Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:35.572Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:36.446Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9a8c4a2a4bc1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "368b1005-198b-4ccb-abec-f59744c7f055",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "106ab2d7-c8c3-4df7-a022-1bee4121e3fa",
"vfModuleModelCustomizationUUID": "83108776-ac77-4595-a4cd-2ade86cc932a",
"isBase": true,
"artifacts": [
"d933e830-99fc-42df-9759-5e4a8d2c5395",
"d0de9a58-8286-4904-a456-e92eddf39a57"
],
"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": ""
}
}
]
2022-09-27T17:50:36.461Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9a8c4a2a4bc1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:106ab2d7-c8c3-4df7-a022-1bee4121e3fa
VfModuleModelInvariantUUID:368b1005-198b-4ccb-abec-f59744c7f055
VfModuleModelDescription:NULL
Artifacts UUID List:{
d933e830-99fc-42df-9759-5e4a8d2c5395
,
d0de9a58-8286-4904-a456-e92eddf39a57
}
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
}
2022-09-27T17:50:36.464Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9a8c4a2a4bc1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "368b1005-198b-4ccb-abec-f59744c7f055",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "106ab2d7-c8c3-4df7-a022-1bee4121e3fa",
"vfModuleModelCustomizationUUID": "83108776-ac77-4595-a4cd-2ade86cc932a",
"isBase": true,
"artifacts": [
"d933e830-99fc-42df-9759-5e4a8d2c5395",
"d0de9a58-8286-4904-a456-e92eddf39a57"
],
"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": ""
}
}
]
2022-09-27T17:50:36.464Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9a8c4a2a4bc1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:106ab2d7-c8c3-4df7-a022-1bee4121e3fa
VfModuleModelInvariantUUID:368b1005-198b-4ccb-abec-f59744c7f055
VfModuleModelDescription:NULL
Artifacts UUID List:{
d933e830-99fc-42df-9759-5e4a8d2c5395
,
d0de9a58-8286-4904-a456-e92eddf39a57
}
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
}
2022-09-27T17:50:36.465Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d933e830-99fc-42df-9759-5e4a8d2c5395 from URL: /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml
2022-09-27T17:50:36.465Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:50:36.465Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml
2022-09-27T17:50:36.529Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:50:36.530Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml d933e830-99fc-42df-9759-5e4a8d2c5395 20368
2022-09-27T17:50:36.531Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-27T17:50:36.531Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml
2022-09-27T17:50:36.531Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:50:36.532Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:36.534Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:36.534Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301036531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:50:36.634Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:36.635Z||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.
2022-09-27T17:50:36.635Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:36.651Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:36.652Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:50:37.535Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d0de9a58-8286-4904-a456-e92eddf39a57 from URL: /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env
2022-09-27T17:50:37.535Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:50:37.536Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env
2022-09-27T17:50:37.655Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:50:37.656Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env d0de9a58-8286-4904-a456-e92eddf39a57 2098
2022-09-27T17:50:37.656Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-27T17:50:37.656Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env
2022-09-27T17:50:37.657Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:50:37.657Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:37.660Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:37.660Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301037656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:50:37.760Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:37.761Z||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.
2022-09-27T17:50:37.761Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:37.790Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:37.791Z||pool-13-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:38.661Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 40f56f10-41f5-4dec-93db-529eff6e4592
2022-09-27T17:50:38.661Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9a8c4a2a-4bc1 0 337889cd-a4a5-4917-861e-637f237e8749 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T17:50:38.692Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70ea7813, org.onap.sdc.toscaparser.api.parameters.Input@36a16f3, org.onap.sdc.toscaparser.api.parameters.Input@2672f56, org.onap.sdc.toscaparser.api.parameters.Input@3c12c67e, org.onap.sdc.toscaparser.api.parameters.Input@1f9b0b0f]
2022-09-27T17:50:38.696Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.696Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.697Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-09-27T17:50:38.697Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 49254d29-fda4-4d2c-ac06-b691a7cab173
2022-09-27T17:50:38.697Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49254d29-fda4-4d2c-ac06-b691a7cab173 matches Tosca VF Customization UUID: 49254d29-fda4-4d2c-ac06-b691a7cab173
2022-09-27T17:50:38.697Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 49254d29-fda4-4d2c-ac06-b691a7cab173 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-27T17:50:38.702Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.703Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.704Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 49254d29-fda4-4d2c-ac06-b691a7cab173: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-27T17:50:38.704Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b2ddee0
2022-09-27T17:50:38.704Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.704Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T17:50:38.705Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83108776-ac77-4595-a4cd-2ade86cc932a
2022-09-27T17:50:38.706Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83108776-ac77-4595-a4cd-2ade86cc932a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-27T17:50:38.710Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.710Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:38.711Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:38.711Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.712Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:38.712Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:38.712Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.712Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:38.712Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:38.713Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-27T17:50:38.713Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:38.713Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-27T17:50:38.713Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-27T17:50:38.713Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.714Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:38.714Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-27T17:50:38.714Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:38.714Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-27T17:50:38.714Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.715Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c361eefd-0715-485e-ae35-a44a8a22c4c5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-27T17:50:38.735Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.736Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:38.736Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:38.736Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.736Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:38.737Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:38.737Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-27T17:50:38.737Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:38.737Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.737Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.738Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-27T17:50:38.738Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:38.738Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-27T17:50:38.738Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-27T17:50:38.738Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:38.739Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-27T17:50:38.739Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.739Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17eeea0e-d888-43d5-a698-f2ff1d7a26a7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-27T17:50:38.740Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.740Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:38.741Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:38.743Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.743Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is not matching search criteria
2022-09-27T17:50:38.743Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-27T17:50:38.743Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-27T17:50:38.743Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:38.744Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.744Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.744Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-27T17:50:38.744Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-27T17:50:38.744Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-27T17:50:38.745Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-27T17:50:38.745Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-27T17:50:38.745Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-27T17:50:38.745Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-27T17:50:38.745Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59e60ac7-3429-4a9e-b4ca-33a69480970b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-27T17:50:38.746Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.747Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:38.747Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:50:38.747Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.747Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a8c4a2a-4bc1 0 is matching search criteria
2022-09-27T17:50:38.747Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a8c4a2a-4bc1 0] matching following query criteria: sdcType=VF, customizationUUID=49254d29-fda4-4d2c-ac06-b691a7cab173
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T17:50:38.749Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.749Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.749Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 40f56f10-41f5-4dec-93db-529eff6e4592: vFW 9a8c4a2a-4bc1
2022-09-27T17:50:38.749Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.750Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.750Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.750Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.750Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.750Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.751Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.751Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.751Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:50:38.751Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-27 17-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:50:38.751Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-09-27 17-48-54
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-09-27T17:50:38.998Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9a8c4a2a-4bc1 337889cd-a4a5-4917-861e-637f237e8749 1 ASDC deployResourceStructure
2022-09-27T17:50:38.999Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json ASDC sendASDCNotification
2022-09-27T17:50:38.999Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json
2022-09-27T17:50:38.999Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:50:38.999Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:39.001Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:39.001Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301038999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "DEPLOY_OK"
}
2022-09-27T17:50:39.101Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:39.102Z||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.
2022-09-27T17:50:39.102Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:39.122Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:39.123Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:40.002Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-27T17:50:40.002Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml
2022-09-27T17:50:40.003Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:50:40.003Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:40.004Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:40.005Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301040002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-27T17:50:40.105Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:40.106Z||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.
2022-09-27T17:50:40.106Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:40.133Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:40.133Z||pool-15-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:41.006Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-27T17:50:41.006Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env
2022-09-27T17:50:41.006Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:50:41.007Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:41.008Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:41.008Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301041006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-27T17:50:41.108Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:50:41.109Z||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.
2022-09-27T17:50:41.109Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:41.135Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:41.135Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:42.010Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar ASDC sendASDCNotification
2022-09-27T17:50:42.010Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar
2022-09-27T17:50:42.010Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:50:42.010Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:50:42.012Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:50:42.012Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301042010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T17:50:42.112Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:50:42.113Z||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.
2022-09-27T17:50:42.113Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:50:42.130Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:50:42.131Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:50:43.013Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:50:43.035Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:50:43.038Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:50:43.038Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T17:50:43.038Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T17:51:13.039Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:51:13.049Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:51:13.052Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:51:13.052Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T17:51:13.052Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T17:51:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:51:21.806Z||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.
2022-09-27T17:51:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:51:21.840Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:51:21.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:51:21.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "clamp",
"timestamp": 1664301018433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:51:21.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:51:43.053Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:51:43.062Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:51:43.064Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:51:43.064Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T17:51:43.064Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T17:52:13.065Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:52:13.074Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:52:13.076Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:52:13.076Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T17:52:13.076Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T17:52:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:52:21.806Z||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.
2022-09-27T17:52:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:52:21.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:52:21.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:52:21.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301020500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "NOTIFIED"
}
2022-09-27T17:52:21.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:52:43.077Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:52:43.088Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:52:43.091Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:52:43.091Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T17:52:43.091Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T17:53:13.091Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:53:13.102Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:53:13.103Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:53:13.104Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T17:53:13.104Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T17:53:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:53:21.806Z||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.
2022-09-27T17:53:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:53:21.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:53:21.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "aai-ml",
"timestamp": 1664301020050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "cds",
"timestamp": 1664301023023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.845Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "clamp",
"timestamp": 1664301018433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301020500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "aai-ml",
"timestamp": 1664301020050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "cds",
"timestamp": 1664301024047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-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=?
2022-09-27T17:53:21.856Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46a43559-d8d9-4675-8e5d-ede9b1a52853
2022-09-27T17:53:21.857Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a43559-d8d9-4675-8e5d-ede9b1a52853 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 (?, ?, ?, ?, ?)
2022-09-27T17:53:21.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "clamp",
"timestamp": 1664301018433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301020500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "aai-ml",
"timestamp": 1664301020050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "clamp",
"timestamp": 1664301018433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301020500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "aai-ml",
"timestamp": 1664301020050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301020500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "aai-ml",
"timestamp": 1664301020050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301020500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "aai-ml",
"timestamp": 1664301020050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301028756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301028315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301021803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "aai-ml",
"timestamp": 1664301027957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301029763,
"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=?
2022-09-27T17:53:21.881Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46a43559-d8d9-4675-8e5d-ede9b1a52853
2022-09-27T17:53:21.882Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a43559-d8d9-4675-8e5d-ede9b1a52853 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 (?, ?, ?, ?, ?)
2022-09-27T17:53:21.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301029573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301030176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301030730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "clamp",
"timestamp": 1664301031335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301031835,
"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=?
2022-09-27T17:53:21.898Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46a43559-d8d9-4675-8e5d-ede9b1a52853
2022-09-27T17:53:21.898Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a43559-d8d9-4675-8e5d-ede9b1a52853 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 (?, ?, ?, ?, ?)
2022-09-27T17:53:21.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301032840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "DEPLOY_OK"
}
2022-09-27T17:53:21.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "clamp",
"timestamp": 1664301033346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T17:53:21.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "clamp",
"timestamp": 1664301034350,
"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=?
2022-09-27T17:53:21.913Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46a43559-d8d9-4675-8e5d-ede9b1a52853
2022-09-27T17:53:21.913Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a43559-d8d9-4675-8e5d-ede9b1a52853 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 (?, ?, ?, ?, ?)
2022-09-27T17:53:21.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301035441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301036531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301037656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301038999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/vfw9a8c4a2a4bc10_modules.json",
"status": "DEPLOY_OK"
}
2022-09-27T17:53:21.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301040002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-27T17:53:21.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301041006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/resourceInstances/vfw9a8c4a2a4bc10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-27T17:53:21.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301042010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "aai-ml",
"timestamp": 1664301047503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220927174854/1.0/artifacts/service-Vfw20220927174854-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "aai-ml",
"timestamp": 1664301048509,
"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=?
2022-09-27T17:53:21.931Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46a43559-d8d9-4675-8e5d-ede9b1a52853
2022-09-27T17:53:21.931Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a43559-d8d9-4675-8e5d-ede9b1a52853 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 (?, ?, ?, ?, ?)
2022-09-27T17:53:21.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "clamp",
"timestamp": 1664301048433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "aai-ml",
"timestamp": 1664301050050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301048781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301048781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "clamp",
"timestamp": 1664301048433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "aai-ml",
"timestamp": 1664301050050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "clamp",
"timestamp": 1664301048433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301048781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "aai-ml",
"timestamp": 1664301050050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "aai-ml",
"timestamp": 1664301050050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301048781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "clamp",
"timestamp": 1664301048433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "clamp",
"timestamp": 1664301048433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "aai-ml",
"timestamp": 1664301050050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301048781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "cds",
"timestamp": 1664301060120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301048781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "clamp",
"timestamp": 1664301048433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "aai-ml",
"timestamp": 1664301050050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301060500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "cds",
"timestamp": 1664301060120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "clamp",
"timestamp": 1664301048433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301048781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "aai-ml",
"timestamp": 1664301050050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301060500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "cds",
"timestamp": 1664301060120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301060500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "aai-ml",
"timestamp": 1664301062514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "cds",
"timestamp": 1664301060120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301060500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "cds",
"timestamp": 1664301060120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301060500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "cds",
"timestamp": 1664301060120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301060500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "cds",
"timestamp": 1664301060120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301060500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:53:21.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "cds",
"timestamp": 1664301068078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301068340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "cds",
"timestamp": 1664301069086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-27T17:53:21.969Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d74a607c-0cbc-410c-a355-47f0271caa2e
2022-09-27T17:53:21.969Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d74a607c-0cbc-410c-a355-47f0271caa2e 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 (?, ?, ?, ?, ?)
2022-09-27T17:53:21.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301069568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301070651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301071676,
"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=?
2022-09-27T17:53:21.982Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d74a607c-0cbc-410c-a355-47f0271caa2e
2022-09-27T17:53:21.982Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d74a607c-0cbc-410c-a355-47f0271caa2e 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 (?, ?, ?, ?, ?)
2022-09-27T17:53:21.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "clamp",
"timestamp": 1664301072335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "aai-ml",
"timestamp": 1664301071707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301072704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:21.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:21.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301072680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-27T17:53:21.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:21.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:21.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "aai-ml",
"timestamp": 1664301072712,
"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=?
2022-09-27T17:53:21.999Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d74a607c-0cbc-410c-a355-47f0271caa2e
2022-09-27T17:53:21.999Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d74a607c-0cbc-410c-a355-47f0271caa2e 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 (?, ?, ?, ?, ?)
2022-09-27T17:53:22.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301072704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:22.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "clamp",
"timestamp": 1664301074343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301072704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "clamp",
"timestamp": 1664301075346,
"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=?
2022-09-27T17:53:22.014Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d74a607c-0cbc-410c-a355-47f0271caa2e
2022-09-27T17:53:22.014Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d74a607c-0cbc-410c-a355-47f0271caa2e 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 (?, ?, ?, ?, ?)
2022-09-27T17:53:22.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301072704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301072704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301072704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:53:22.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:22.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301072704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:53:22.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-27T17:53:22.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:53:22.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301080647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:53:22.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:53:43.104Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:53:43.115Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853
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=?
2022-09-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T17:53:43.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T17:53:43.119Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T17:53:43.119Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T17:53:43.119Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T17:53:43.119Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T17:53:43.124Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-27T17:54:13.124Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853 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=?
2022-09-27T17:54:13.135Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46a43559-d8d9-4675-8e5d-ede9b1a52853 and serviceModelVersionId: 40f56f10-41f5-4dec-93db-529eff6e4592
2022-09-27T17:54:13.135Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f04dbece-5652-4d38-887b-41495fd307a9
2022-09-27T17:54:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:54:21.806Z||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.
2022-09-27T17:54:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:22.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:22.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:54:22.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301083446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T17:54:22.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:54:22.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-27T17:54:22.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301084453,
"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=?
2022-09-27T17:54:22.349Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d74a607c-0cbc-410c-a355-47f0271caa2e
2022-09-27T17:54:22.349Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d74a607c-0cbc-410c-a355-47f0271caa2e 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 (?, ?, ?, ?, ?)
2022-09-27T17:54:27.615Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f04dbece-5652-4d38-887b-41495fd307a9/model-vers/model-ver/40f56f10-41f5-4dec-93db-529eff6e4592?depth=0
2022-09-27T17:54:27.730Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-27T17:54:28.194Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04dbece-5652-4d38-887b-41495fd307a9/model-vers/model-ver/40f56f10-41f5-4dec-93db-529eff6e4592?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]}
2022-09-27T17:54:28.199Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04dbece-5652-4d38-887b-41495fd307a9/model-vers/model-ver/40f56f10-41f5-4dec-93db-529eff6e4592?depth=0|INFO|500||Invoke
2022-09-27T17:54:28.300Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04dbece-5652-4d38-887b-41495fd307a9/model-vers/model-ver/40f56f10-41f5-4dec-93db-529eff6e4592?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-27T17:54:28.567Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04dbece-5652-4d38-887b-41495fd307a9/model-vers/model-ver/40f56f10-41f5-4dec-93db-529eff6e4592?depth=0|INFO|500||InvokeReturn
2022-09-27T17:54:28.568Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04dbece-5652-4d38-887b-41495fd307a9/model-vers/model-ver/40f56f10-41f5-4dec-93db-529eff6e4592?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220927-17:54:28:420-71061], vertex-id=[147544], Content-Length=[0], Date=[Tue, 27 Sep 2022 17:54:28 GMT], Content-Type=[application/json]}
2022-09-27T17:54:28.568Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-09-27T17:54:28.572Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-27T17:54:28.572Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T17:54:28.577Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-27T17:54:28.578Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46a43559-d8d9-4675-8e5d-ede9b1a52853 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-27T17:54:28.578Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-27T17:54:28.579Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:28.581Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:28.581Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301268578,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T17:54:28.681Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:54:28.682Z||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.
2022-09-27T17:54:28.682Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:28.700Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:28.700Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 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=?
2022-09-27T17:54:29.597Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:54:29.598Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:54:29.599Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:34.114Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:34.115Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-27T17:54:34.115Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d74a607c-0cbc-410c-a355-47f0271caa2e","serviceName":"basic_onboard_CMMfJn","serviceVersion":"1.0","serviceUUID":"0e95138d-3978-440f-ad87-af1f6655c20d","serviceDescription":"service","serviceInvariantUUID":"0a5b76df-fc8b-49c2-8f51-d38dd4e012b2","resources":[{"resourceInstanceName":"basic_onboard_CMMfJn 0","resourceName":"basic_onboard_CMMfJn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f670d29-7f35-4f61-a81c-26f00564c8cb","resourceInvariantUUID":"6394f148-4c0a-466f-854d-472f3fd51b3b","resourceCustomizationUUID":"5f1404ab-cc19-496c-ac87-474c6a5d9e16","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml","artifactChecksum":"YjQwMzNhMDg4MTgzNGNmNjcxMDRhMDNiM2VmYThhMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3db99ea2-2c2c-4fd8-b287-9b0af94b651e","artifactVersion":"1"},{"artifactName":"basic_onboard_cmmfjn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json","artifactChecksum":"Y2JlZDEwNjA4ZDBjNDU4MDI4YzYwODI3YmY2MWIyZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14476dfe-1bc9-404d-83fa-4e63cddf4d5f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"009270cc-72e3-41c8-a6d8-66efa8bdd6cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a31038e-96c9-4ff2-9aab-aadc24bb7678","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"45ca0e7a-ac39-4a34-8ea3-4a48a0836740","artifactVersion":"2","generatedFromUUID":"009270cc-72e3-41c8-a6d8-66efa8bdd6cb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCmmfjn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml","artifactChecksum":"MTdiYmYxZTViY2I3ZWE0YjdiZmMyMzcwNTgyYzI4YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e50c5235-b478-4ae4-9d60-4f0800dd7169","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCmmfjn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar","artifactChecksum":"MTE2NDdkNGI3N2NjZjNmYWZjZTk3ZjI2YWQ4MjVhZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a5d8077-b4bd-4c0d-9671-a8ee339c3940","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-27T17:54:34.118Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:34.119Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:34.121Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:34.121Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:54:34.221Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:34.222Z||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.
2022-09-27T17:54:34.222Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:34.240Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:34.241Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:54:35.122Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:35.123Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:35.125Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:35.125Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "NOTIFIED"
}
2022-09-27T17:54:35.225Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:35.226Z||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.
2022-09-27T17:54:35.226Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:35.241Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:35.241Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:36.126Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:36.127Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:36.129Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:36.129Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-27T17:54:36.229Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:36.230Z||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.
2022-09-27T17:54:36.230Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:36.265Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:36.266Z||pool-21-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:37.130Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:37.131Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:37.133Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:37.133Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:54:37.234Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-27T17:54:37.235Z||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.
2022-09-27T17:54:37.235Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:37.251Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:37.251Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:38.134Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:38.135Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:38.137Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:38.137Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-27T17:54:38.237Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:38.238Z||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.
2022-09-27T17:54:38.238Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:38.281Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:38.281Z||pool-23-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:39.138Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:39.139Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:39.140Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:39.141Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:54:39.241Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:39.242Z||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.
2022-09-27T17:54:39.242Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:39.267Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:39.267Z||pool-24-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:54:40.141Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T17:54:40.142Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:40.144Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:40.144Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:54:40.244Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:40.245Z||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.
2022-09-27T17:54:40.245Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:40.274Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:40.275Z||pool-25-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:54:41.146Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"serviceName": "basic_onboard_CMMfJn",
"serviceVersion": "1.0",
"serviceUUID": "0e95138d-3978-440f-ad87-af1f6655c20d",
"serviceDescription": "service",
"serviceInvariantUUID": "0a5b76df-fc8b-49c2-8f51-d38dd4e012b2",
"resources": [
{
"resourceInstanceName": "basic_onboard_CMMfJn 0",
"resourceCustomizationUUID": "5f1404ab-cc19-496c-ac87-474c6a5d9e16",
"resourceName": "basic_onboard_CMMfJn",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6f670d29-7f35-4f61-a81c-26f00564c8cb",
"resourceInvariantUUID": "6394f148-4c0a-466f-854d-472f3fd51b3b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cmmfjn0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"artifactChecksum": "Y2JlZDEwNjA4ZDBjNDU4MDI4YzYwODI3YmY2MWIyZTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14476dfe-1bc9-404d-83fa-4e63cddf4d5f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "009270cc-72e3-41c8-a6d8-66efa8bdd6cb",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "45ca0e7a-ac39-4a34-8ea3-4a48a0836740",
"generatedFromUUID": "009270cc-72e3-41c8-a6d8-66efa8bdd6cb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "45ca0e7a-ac39-4a34-8ea3-4a48a0836740",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCmmfjn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"artifactChecksum": "MTE2NDdkNGI3N2NjZjNmYWZjZTk3ZjI2YWQ4MjVhZGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4a5d8077-b4bd-4c0d-9671-a8ee339c3940"
}
],
"workloadContext": "Production"
}
2022-09-27T17:54:41.146Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-27T17:54:41.146Z|46a43559-d8d9-4675-8e5d-ede9b1a52853|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0e95138d-3978-440f-ad87-af1f6655c20d ASDC
2022-09-27T17:54:41.147Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d74a607c-0cbc-410c-a355-47f0271caa2e
ServiceName:basic_onboard_CMMfJn
ServiceVersion:1.0
ServiceUUID:0e95138d-3978-440f-ad87-af1f6655c20d
ServiceInvariantUUID:0a5b76df-fc8b-49c2-8f51-d38dd4e012b2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCmmfjn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar
ArtifactUUID:4a5d8077-b4bd-4c0d-9671-a8ee339c3940
ArtifactChecksum:MTE2NDdkNGI3N2NjZjNmYWZjZTk3ZjI2YWQ4MjVhZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CMMfJn 0
ResourceCustomizationUUID:5f1404ab-cc19-496c-ac87-474c6a5d9e16
ResourceInvariantUUID:6394f148-4c0a-466f-854d-472f3fd51b3b
ResourceName:basic_onboard_CMMfJn
ResourceType:VF
ResourceUUID:6f670d29-7f35-4f61-a81c-26f00564c8cb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cmmfjn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json
ArtifactUUID:14476dfe-1bc9-404d-83fa-4e63cddf4d5f
ArtifactChecksum:Y2JlZDEwNjA4ZDBjNDU4MDI4YzYwODI3YmY2MWIyZTM=
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/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:009270cc-72e3-41c8-a6d8-66efa8bdd6cb
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/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env
ArtifactUUID:45ca0e7a-ac39-4a34-8ea3-4a48a0836740
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/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env
ArtifactUUID:45ca0e7a-ac39-4a34-8ea3-4a48a0836740
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-27T17:54:41.147Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e95138d-3978-440f-ad87-af1f6655c20d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-27T17:54:41.174Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T17:54:41.175Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-27T17:54:41.175Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-27T17:54:41.175Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4a5d8077-b4bd-4c0d-9671-a8ee339c3940 from URL: /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:41.175Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:54:41.176Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:41.474Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:54:41.477Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar 4a5d8077-b4bd-4c0d-9671-a8ee339c3940 75268
2022-09-27T17:54:41.477Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar ASDC sendASDCNotification
2022-09-27T17:54:41.478Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:41.478Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:54:41.478Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:41.480Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:41.480Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301281477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:54:41.580Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:41.581Z||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.
2022-09-27T17:54:41.581Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:41.607Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:41.607Z||pool-26-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:42.480Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T17:54:42.481Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-27T17:54:42.481Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4a5d8077-b4bd-4c0d-9671-a8ee339c3940, URL: /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar to file: /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:42.482Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:42.482Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:42.482Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:42.669Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1045606925725308884/Definitions/service-BasicOnboardCmmfjn-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-09-27T17:54:43.848Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-27T17:54:43.848Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-27T17:54:43.848Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.848Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CMMfJn 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-27T17:54:43.849Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:43.850Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.850Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:43.850Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-27T17:54:43.850Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T17:54:43.850Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.851Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:43.852Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is not matching search criteria
2022-09-27T17:54:43.852Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-27T17:54:43.852Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-27T17:54:43.852Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-27T17:54:43.852Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-27T17:54:43.852Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-27T17:54:43.853Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:43.853Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T17:54:43.853Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:43.853Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:43.853Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:54:43.853Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:43.854Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:43.854Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:54:43.854Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:43.854Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:43.854Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:54:43.854Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is not matching search criteria
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3ea17a0c-f7eb-4dbb-8b2b-2bc060a7565a
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.855Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:43.856Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.856Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:43.856Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.856Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:43.856Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:43.857Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CMMfJn
Description:service
Model UUID:0e95138d-3978-440f-ad87-af1f6655c20d
Model Version:NULL
Model InvariantUuid:0a5b76df-fc8b-49c2-8f51-d38dd4e012b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CMMfJn
Model UUID:85aaaec0-22e0-450c-a2b6-c02a50d8dc2a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6394f148-4c0a-466f-854d-472f3fd51b3b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5f1404ab-cc19-496c-ac87-474c6a5d9e16
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0fd688c6-9816-4baf-ba0d-542eed6cf9e7
ModelName:BasicOnboardCmmfjn..base_ubuntu18..module-0
ModelUuid:a4efedda-d9dc-4395-9fe6-7d8e32f53843
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3ea17a0c-f7eb-4dbb-8b2b-2bc060a7565a
ModelInvariantUuid:149cc907-9d36-4376-8b69-9f9097a48bee
ModelName:basic_onboard_CMMfJn-nodes.ubuntu18Cvfc
ModelUuid:aca29dbd-d5f6-408a-82c7-fc3743033d6a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:17d3c26f-752e-4c17-b716-237f369841c1
ModelInvariantUuid:b80978bf-cee5-487b-8ab2-0e5b0d07f746
ModelName:BasicOnboardCmmfjn.compute.nodes.heat.ubuntu18
ModelUuid:62c25734-1701-4432-8729-072974d70b77
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-27T17:54:43.863Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f670d29-7f35-4f61-a81c-26f00564c8cb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T17:54:43.865Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||basic_onboard_CMMfJn 0
2022-09-27T17:54:43.866Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f670d29-7f35-4f61-a81c-26f00564c8cb
2022-09-27T17:54:43.866Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 14476dfe-1bc9-404d-83fa-4e63cddf4d5f from URL: /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json
2022-09-27T17:54:43.866Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:54:43.866Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json
2022-09-27T17:54:43.947Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:54:43.948Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json 14476dfe-1bc9-404d-83fa-4e63cddf4d5f 798
2022-09-27T17:54:43.948Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json ASDC sendASDCNotification
2022-09-27T17:54:43.948Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json
2022-09-27T17:54:43.949Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:54:43.949Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:43.951Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:43.951Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301283948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:54:44.051Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:44.052Z||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.
2022-09-27T17:54:44.052Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:44.075Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:44.076Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:44.952Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCmmfjn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0fd688c6-9816-4baf-ba0d-542eed6cf9e7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a4efedda-d9dc-4395-9fe6-7d8e32f53843",
"vfModuleModelCustomizationUUID": "e2f3be45-95e4-4aa9-87e5-aad00b204548",
"isBase": true,
"artifacts": [
"009270cc-72e3-41c8-a6d8-66efa8bdd6cb",
"45ca0e7a-ac39-4a34-8ea3-4a48a0836740"
],
"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": ""
}
}
]
2022-09-27T17:54:44.957Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCmmfjn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4efedda-d9dc-4395-9fe6-7d8e32f53843
VfModuleModelInvariantUUID:0fd688c6-9816-4baf-ba0d-542eed6cf9e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
009270cc-72e3-41c8-a6d8-66efa8bdd6cb
,
45ca0e7a-ac39-4a34-8ea3-4a48a0836740
}
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
}
2022-09-27T17:54:44.959Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCmmfjn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0fd688c6-9816-4baf-ba0d-542eed6cf9e7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a4efedda-d9dc-4395-9fe6-7d8e32f53843",
"vfModuleModelCustomizationUUID": "e2f3be45-95e4-4aa9-87e5-aad00b204548",
"isBase": true,
"artifacts": [
"009270cc-72e3-41c8-a6d8-66efa8bdd6cb",
"45ca0e7a-ac39-4a34-8ea3-4a48a0836740"
],
"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": ""
}
}
]
2022-09-27T17:54:44.959Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCmmfjn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4efedda-d9dc-4395-9fe6-7d8e32f53843
VfModuleModelInvariantUUID:0fd688c6-9816-4baf-ba0d-542eed6cf9e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
009270cc-72e3-41c8-a6d8-66efa8bdd6cb
,
45ca0e7a-ac39-4a34-8ea3-4a48a0836740
}
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
}
2022-09-27T17:54:44.959Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 009270cc-72e3-41c8-a6d8-66efa8bdd6cb from URL: /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml
2022-09-27T17:54:44.959Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:54:44.960Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml
2022-09-27T17:54:45.026Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:54:45.027Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml 009270cc-72e3-41c8-a6d8-66efa8bdd6cb 5033
2022-09-27T17:54:45.027Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-27T17:54:45.027Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml
2022-09-27T17:54:45.028Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:54:45.028Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:45.030Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:45.030Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301285027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:54:45.130Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:45.131Z||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.
2022-09-27T17:54:45.131Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:45.165Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:45.165Z||pool-28-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:46.031Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 45ca0e7a-ac39-4a34-8ea3-4a48a0836740 from URL: /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env
2022-09-27T17:54:46.032Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-27T17:54:46.032Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env
2022-09-27T17:54:46.088Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-27T17:54:46.089Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env 45ca0e7a-ac39-4a34-8ea3-4a48a0836740 909
2022-09-27T17:54:46.090Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-27T17:54:46.090Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env
2022-09-27T17:54:46.090Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T17:54:46.090Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:46.093Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:46.093Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301286089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:54:46.193Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:46.194Z||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.
2022-09-27T17:54:46.194Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:46.223Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:46.223Z||pool-29-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:47.094Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0e95138d-3978-440f-ad87-af1f6655c20d
2022-09-27T17:54:47.095Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CMMfJn 0 6f670d29-7f35-4f61-a81c-26f00564c8cb ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T17:54:47.104Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@286aa73, org.onap.sdc.toscaparser.api.parameters.Input@738d308d, org.onap.sdc.toscaparser.api.parameters.Input@6d8b781b, org.onap.sdc.toscaparser.api.parameters.Input@4dbbe7ee, org.onap.sdc.toscaparser.api.parameters.Input@7ad91918]
2022-09-27T17:54:47.105Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.105Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.106Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-09-27T17:54:47.106Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5f1404ab-cc19-496c-ac87-474c6a5d9e16
2022-09-27T17:54:47.106Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f1404ab-cc19-496c-ac87-474c6a5d9e16 matches Tosca VF Customization UUID: 5f1404ab-cc19-496c-ac87-474c6a5d9e16
2022-09-27T17:54:47.106Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5f1404ab-cc19-496c-ac87-474c6a5d9e16 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-27T17:54:47.109Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.109Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.109Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5f1404ab-cc19-496c-ac87-474c6a5d9e16: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-27T17:54:47.110Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4421b99b
2022-09-27T17:54:47.110Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.110Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T17:54:47.110Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e2f3be45-95e4-4aa9-87e5-aad00b204548
2022-09-27T17:54:47.111Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e2f3be45-95e4-4aa9-87e5-aad00b204548
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-27T17:54:47.112Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.112Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:47.113Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:54:47.113Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.113Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:47.114Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:54:47.114Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.114Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is not matching search criteria
2022-09-27T17:54:47.114Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-27T17:54:47.115Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-27T17:54:47.115Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3ea17a0c-f7eb-4dbb-8b2b-2bc060a7565a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-27T17:54:47.116Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.117Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:47.117Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T17:54:47.117Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.118Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CMMfJn 0 is matching search criteria
2022-09-27T17:54:47.118Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CMMfJn 0] matching following query criteria: sdcType=VF, customizationUUID=5f1404ab-cc19-496c-ac87-474c6a5d9e16
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T17:54:47.119Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.119Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.120Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0e95138d-3978-440f-ad87-af1f6655c20d: basic_onboard_CMMfJn
2022-09-27T17:54:47.120Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.120Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.121Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.121Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.121Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.122Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.122Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.122Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.122Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T17:54:47.123Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CMMfJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T17:54:47.123Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_CMMfJn
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-09-27T17:54:47.186Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CMMfJn 6f670d29-7f35-4f61-a81c-26f00564c8cb 1 ASDC deployResourceStructure
2022-09-27T17:54:47.187Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json ASDC sendASDCNotification
2022-09-27T17:54:47.187Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json
2022-09-27T17:54:47.187Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:54:47.188Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:47.190Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:47.190Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301287187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-27T17:54:47.290Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:47.291Z||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.
2022-09-27T17:54:47.291Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:47.314Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:47.314Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:54:48.191Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-27T17:54:48.191Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml
2022-09-27T17:54:48.191Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:54:48.192Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:48.194Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:48.194Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301288190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-27T17:54:48.294Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:54:48.295Z||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.
2022-09-27T17:54:48.295Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:48.321Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:48.321Z||pool-31-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:49.196Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-27T17:54:49.196Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env
2022-09-27T17:54:49.197Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:54:49.197Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:49.200Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:49.200Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301289196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-27T17:54:49.300Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:54:49.301Z||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.
2022-09-27T17:54:49.302Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:49.339Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:49.339Z||pool-32-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:54:50.201Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar ASDC sendASDCNotification
2022-09-27T17:54:50.202Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar
2022-09-27T17:54:50.202Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T17:54:50.202Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:54:50.204Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:54:50.204Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301290201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T17:54:50.304Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T17:54:50.305Z||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.
2022-09-27T17:54:50.305Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:54:50.325Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:54:50.325Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-27T17:54:51.205Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d74a607c-0cbc-410c-a355-47f0271caa2e
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=?
2022-09-27T17:54:51.214Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d74a607c-0cbc-410c-a355-47f0271caa2e
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=?
2022-09-27T17:54:51.218Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T17:54:51.218Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-27T17:54:51.218Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-27T17:54:51.218Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-27T17:54:51.218Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T17:54:51.218Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T17:54:51.219Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T17:54:51.219Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T17:54:51.219Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T17:54:51.219Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T17:54:51.219Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T17:54:51.223Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-27T17:55:21.224Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d74a607c-0cbc-410c-a355-47f0271caa2e 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=?
2022-09-27T17:55:21.231Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d74a607c-0cbc-410c-a355-47f0271caa2e and serviceModelVersionId: 0e95138d-3978-440f-ad87-af1f6655c20d
2022-09-27T17:55:21.231Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a5b76df-fc8b-49c2-8f51-d38dd4e012b2
2022-09-27T17:55:21.232Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0
2022-09-27T17:55:21.237Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-27T17:55:21.318Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0|INFO|500||Invoke
2022-09-27T17:55:21.319Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d74a607c-0cbc-410c-a355-47f0271caa2e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b4c390d-feb1-428d-9244-c938c4104747], X-ECOMP-RequestID=[d74a607c-0cbc-410c-a355-47f0271caa2e], X-TransactionId=[], X-ONAP-RequestID=[d74a607c-0cbc-410c-a355-47f0271caa2e], Content-Type=[application/merge-patch+json]}
2022-09-27T17:55:21.345Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-27T17:55:21.606Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220927-17:55:21:461-29568], vertex-id=[389192], Content-Length=[0], Date=[Tue, 27 Sep 2022 17:55:21 GMT], Content-Type=[application/json]}
2022-09-27T17:55:21.607Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-27T17:55:21.608Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b76df-fc8b-49c2-8f51-d38dd4e012b2/model-vers/model-ver/0e95138d-3978-440f-ad87-af1f6655c20d?depth=0|INFO|500||InvokeReturn
2022-09-27T17:55:21.608Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-27T17:55:21.608Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T17:55:21.613Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-27T17:55:21.614Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d74a607c-0cbc-410c-a355-47f0271caa2e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-27T17:55:21.614Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-27T17:55:21.614Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-27T17:55:21.616Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T17:55:21.616Z|d74a607c-0cbc-410c-a355-47f0271caa2e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301321614,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T17:55:21.717Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-27T17:55:21.718Z||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.
2022-09-27T17:55:21.718Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:55:21.741Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:55:21.742Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-27T17:55:21.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:55:21.805Z||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.
2022-09-27T17:55:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:55:22.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:55:22.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a43559-d8d9-4675-8e5d-ede9b1a52853",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301268578,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T17:55:22.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:55:22.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-27T17:55:22.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "NOTIFIED"
}
2022-09-27T17:55:22.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-27T17:55:22.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-27T17:55:22.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-27T17:55:22.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:55:22.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-27T17:55:22.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-27T17:55:22.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-27T17:55:22.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T17:55:22.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-27T17:55:22.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301269597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T17:55:22.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-27T17:55:22.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301281477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:55:22.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301283948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:55:22.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301285027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:55:22.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301286089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-27T17:55:22.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301287187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/basic_onboard_cmmfjn0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-27T17:55:22.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301288190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-27T17:55:22.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301289196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/resourceInstances/basic_onboard_cmmfjn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-27T17:55:22.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301290201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCmmfjn/1.0/artifacts/service-BasicOnboardCmmfjn-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T17:55:22.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T17:55:22.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-27T17:55:22.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d74a607c-0cbc-410c-a355-47f0271caa2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301321614,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T17:55:22.451Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-27T17:55:22.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:55:22.635Z||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.
2022-09-27T17:55:22.635Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:55:32.208Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:55:32.208Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:55:32.209Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T17:55:32.209Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T17:55:41.787Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:55:41.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:55:41.789Z||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.
2022-09-27T17:55:41.789Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:55:51.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:55:51.341Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:55:51.342Z||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.
2022-09-27T17:55:51.342Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:56:00.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:56:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:56:21.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:56:21.805Z||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.
2022-09-27T17:56:21.805Z||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.
2022-09-27T17:56:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:56:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:56:31.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:56:31.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:57:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:57:21.804Z||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.
2022-09-27T17:57:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:57:21.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:57:21.806Z||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.
2022-09-27T17:57:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:57:31.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:57:31.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:58:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:58:21.804Z||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.
2022-09-27T17:58:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:58:21.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:58:21.806Z||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.
2022-09-27T17:58:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:58:31.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:58:31.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:59:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:59:21.804Z||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.
2022-09-27T17:59:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:59:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T17:59:21.805Z||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.
2022-09-27T17:59:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T17:59:31.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T17:59:31.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:00:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:00:21.804Z||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.
2022-09-27T18:00:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:00:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:00:21.805Z||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.
2022-09-27T18:00:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:00:31.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:00:31.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:01:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:01:21.804Z||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.
2022-09-27T18:01:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:01:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:01:21.805Z||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.
2022-09-27T18:01:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:01:31.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:01:31.392Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:02:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:02:21.804Z||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.
2022-09-27T18:02:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:02:21.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:02:21.805Z||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.
2022-09-27T18:02:21.805Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:02:31.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:02:31.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:03:21.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:03:21.804Z||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.
2022-09-27T18:03:21.804Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:03:21.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:03:21.805Z||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.
2022-09-27T18:03:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:03:31.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:03:31.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:04:21.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:04:21.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:04:21.805Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:04:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:04:21.806Z||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.
2022-09-27T18:04:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:04:22.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:04:22.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"33542e0a-b127-4f5b-81d2-16d324e51746","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c7936dad-2248-4dec-b934-c385c6b40f00","serviceDescription":"service","serviceInvariantUUID":"a4487464-367b-407b-b43d-a0829f8c3545","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9c9fa6c0-7b04-429a-810d-726e5b48931b","resourceInvariantUUID":"1d1de3d9-e15c-44b7-b693-74c06d6eeed3","resourceCustomizationUUID":"a18cd083-3d09-4288-a6ba-68143b58ee5f","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":"MDU2NDA0NjZlNDhmMzJhNDA0OTIyMjJjN2ViYjVjZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46b4998f-df5b-44fc-8247-be1fc4da2678","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDVjOGExZjA2MzM4M2VhM2IwODgyOGMwMzg3YzI2MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"deb13104-1e8f-4628-8758-819eba21b91b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-27T18:04:22.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:04:22.472Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:04:22.473Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:04:22.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301848781,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:04:22.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301840500,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:04:22.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301848781,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301840500,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301852704,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:04:22.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301852704,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T18:04:22.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:04:22.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301855909,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T18:04:22.477Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:04:22.477Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301861803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "cds",
"timestamp": 1664301855120,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "cds",
"timestamp": 1664301855120,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T18:04:22.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301858117,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "cds",
"timestamp": 1664301857951,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301859129,
"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=?
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 (?, ?, ?, ?, ?)
2022-09-27T18:04:22.498Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33542e0a-b127-4f5b-81d2-16d324e51746
2022-09-27T18:04:22.498Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33542e0a-b127-4f5b-81d2-16d324e51746 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 (?, ?, ?, ?, ?)
2022-09-27T18:04:22.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "cds",
"timestamp": 1664301858959,
"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=?
2022-09-27T18:04:22.513Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33542e0a-b127-4f5b-81d2-16d324e51746
2022-09-27T18:04:22.513Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33542e0a-b127-4f5b-81d2-16d324e51746 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 (?, ?, ?, ?, ?)
2022-09-27T18:04:22.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "clamp",
"timestamp": 1664301858433,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:04:22.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "clamp",
"timestamp": 1664301858433,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T18:04:22.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:04:22.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:04:22.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "aai-ml",
"timestamp": 1664301860051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:04:22.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:04:22.577Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:04:22.578Z||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.
2022-09-27T18:04:22.578Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:04:22.601Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:04:22.601Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:04:23.477Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:04:23.479Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:04:23.482Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:04:23.482Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301861803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T18:04:23.582Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:04:23.583Z||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.
2022-09-27T18:04:23.583Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:04:23.624Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:04:23.624Z||pool-36-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:04:24.483Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c7936dad-2248-4dec-b934-c385c6b40f00",
"serviceDescription": "service",
"serviceInvariantUUID": "a4487464-367b-407b-b43d-a0829f8c3545",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "a18cd083-3d09-4288-a6ba-68143b58ee5f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "9c9fa6c0-7b04-429a-810d-726e5b48931b",
"resourceInvariantUUID": "1d1de3d9-e15c-44b7-b693-74c06d6eeed3",
"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": "NDVjOGExZjA2MzM4M2VhM2IwODgyOGMwMzg3YzI2MmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "deb13104-1e8f-4628-8758-819eba21b91b"
}
],
"workloadContext": "Production"
}
2022-09-27T18:04:24.483Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-27T18:04:24.483Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7936dad-2248-4dec-b934-c385c6b40f00 ASDC
2022-09-27T18:04:24.484Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:33542e0a-b127-4f5b-81d2-16d324e51746
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c7936dad-2248-4dec-b934-c385c6b40f00
ServiceInvariantUUID:a4487464-367b-407b-b43d-a0829f8c3545
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:deb13104-1e8f-4628-8758-819eba21b91b
ArtifactChecksum:NDVjOGExZjA2MzM4M2VhM2IwODgyOGMwMzg3YzI2MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a18cd083-3d09-4288-a6ba-68143b58ee5f
ResourceInvariantUUID:1d1de3d9-e15c-44b7-b693-74c06d6eeed3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9c9fa6c0-7b04-429a-810d-726e5b48931b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-09-27T18:04:24.484Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7936dad-2248-4dec-b934-c385c6b40f00 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-27T18:04:24.509Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:04:24.511Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:04:24.511Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:04:24.511Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: deb13104-1e8f-4628-8758-819eba21b91b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-27T18:04:24.511Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:04:24.512Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-27T18:04:24.616Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:04:24.619Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar deb13104-1e8f-4628-8758-819eba21b91b 57612
2022-09-27T18:04:24.619Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-27T18:04:24.620Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-27T18:04:24.620Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:04:24.620Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:04:24.622Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:04:24.622Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301864619,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T18:04:24.722Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:04:24.723Z||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.
2022-09-27T18:04:24.723Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:04:24.783Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:04:24.783Z||pool-37-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:04:25.623Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:04:25.624Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:04:25.624Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: deb13104-1e8f-4628-8758-819eba21b91b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:25.625Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-27T18:04:25.625Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:25.625Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:25.769Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6116340013178944223/Definitions/service-BasicNetwork-template.yml
2022-09-27T18:04:26.303Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-27T18:04:26.304Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-27T18:04:26.304Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||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
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||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
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||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
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||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
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||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
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||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
2022-09-27T18:04:26.305Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||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
2022-09-27T18:04:26.306Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-27T18:04:26.306Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.306Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.306Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-27T18:04:26.306Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:04:26.307Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.308Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.308Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.308Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.308Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.308Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.308Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.309Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.309Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.309Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.309Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c7936dad-2248-4dec-b934-c385c6b40f00
Model Version:NULL
Model InvariantUuid:a4487464-367b-407b-b43d-a0829f8c3545
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1d1de3d9-e15c-44b7-b693-74c06d6eeed3
Model UUID:ccfc663a-e687-4f25-b0bb-26a895ae62c8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:a18cd083-3d09-4288-a6ba-68143b58ee5f
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-27T18:04:26.325Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 9c9fa6c0-7b04-429a-810d-726e5b48931b
2022-09-27T18:04:26.325Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||No resources found for Service: c7936dad-2248-4dec-b934-c385c6b40f00
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T18:04:26.331Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||
2022-09-27T18:04:26.331Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-09-27T18:04:26.332Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c7936dad-2248-4dec-b934-c385c6b40f00
2022-09-27T18:04:26.332Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c7936dad-2248-4dec-b934-c385c6b40f00
2022-09-27T18:04:26.332Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-09-27T18:04:26.332Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T18:04:26.340Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b4d3f8c, org.onap.sdc.toscaparser.api.parameters.Input@480ae6f6, org.onap.sdc.toscaparser.api.parameters.Input@718a8cbb, org.onap.sdc.toscaparser.api.parameters.Input@59fb8a4, org.onap.sdc.toscaparser.api.parameters.Input@775c56c4]
2022-09-27T18:04:26.341Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.341Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.341Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.342Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.342Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c7936dad-2248-4dec-b934-c385c6b40f00: Generic NeutronNet
2022-09-27T18:04:26.342Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.342Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.342Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.342Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||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_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-27T18:04:26.391Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.392Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.392Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.392Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.393Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:04:26.393Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:04:26.393Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_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_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_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 (?, ?)
2022-09-27T18:04:26.460Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-09-27T18:04:26.460Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-27T18:04:26.460Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-27T18:04:26.460Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-27T18:04:26.460Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:04:26.462Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:04:26.462Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301866460,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T18:04:26.562Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:04:26.563Z||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.
2022-09-27T18:04:26.563Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:04:26.590Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:04:26.590Z||pool-38-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:04:27.463Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
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=?
2022-09-27T18:04:27.474Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
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=?
2022-09-27T18:04:27.476Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:04:27.476Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:04:27.476Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:04:57.476Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
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=?
2022-09-27T18:04:57.494Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
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=?
2022-09-27T18:04:57.496Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:04:57.496Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:04:57.496Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:05:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:05:21.807Z||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.
2022-09-27T18:05:21.807Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:05:21.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:05:21.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:05:21.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301861803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:05:21.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:05:27.497Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
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=?
2022-09-27T18:05:27.509Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
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=?
2022-09-27T18:05:27.522Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:05:27.522Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:05:27.522Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:05:57.522Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
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=?
2022-09-27T18:05:57.532Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
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=?
2022-09-27T18:05:57.534Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:05:57.534Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-27T18:05:57.535Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-27T18:06:21.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:06:21.806Z||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.
2022-09-27T18:06:21.806Z||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 cxCP4M1agj7qmKVP) ...
2022-09-27T18:06:21.888Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:06:21.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "aai-ml",
"timestamp": 1664301860051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T18:06:21.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301861803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T18:06:21.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "aai-ml",
"timestamp": 1664301862924,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T18:06:21.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:06:21.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301864619,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T18:06:21.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664301866460,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "aai-ml",
"timestamp": 1664301868767,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:06:21.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "aai-ml",
"timestamp": 1664301869771,
"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=?
2022-09-27T18:06:21.900Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33542e0a-b127-4f5b-81d2-16d324e51746
2022-09-27T18:06:21.901Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33542e0a-b127-4f5b-81d2-16d324e51746 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 (?, ?, ?, ?, ?)
2022-09-27T18:06:21.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "clamp",
"timestamp": 1664301871471,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T18:06:21.915Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:06:21.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "clamp",
"timestamp": 1664301873482,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-27T18:06:21.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-27T18:06:21.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "clamp",
"timestamp": 1664301874485,
"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=?
2022-09-27T18:06:21.921Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 33542e0a-b127-4f5b-81d2-16d324e51746
2022-09-27T18:06:21.921Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33542e0a-b127-4f5b-81d2-16d324e51746 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 (?, ?, ?, ?, ?)
2022-09-27T18:06:21.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "cds",
"timestamp": 1664301915121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301908789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301912705,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "cds",
"timestamp": 1664301915121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301908789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301912705,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "cds",
"timestamp": 1664301915121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301908789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301912705,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "clamp",
"timestamp": 1664301918433,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "cds",
"timestamp": 1664301915121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301908789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301912705,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "clamp",
"timestamp": 1664301918433,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "cds",
"timestamp": 1664301915121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301908789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301912705,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "clamp",
"timestamp": 1664301918433,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "cds",
"timestamp": 1664301915121,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664301912705,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "ves-openapi-manager",
"timestamp": 1664301908789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664301920500,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:21.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-27T18:06:21.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "aai-ml",
"timestamp": 1664301920050,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:06:21.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-27T18:06:27.535Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
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=?
2022-09-27T18:06:27.545Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746
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=?
2022-09-27T18:06:27.547Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-27T18:06:27.548Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-27T18:06:27.553Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-27T18:06:57.553Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33542e0a-b127-4f5b-81d2-16d324e51746 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=?
2022-09-27T18:06:57.558Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33542e0a-b127-4f5b-81d2-16d324e51746 and serviceModelVersionId: c7936dad-2248-4dec-b934-c385c6b40f00
2022-09-27T18:06:57.558Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4487464-367b-407b-b43d-a0829f8c3545
2022-09-27T18:06:57.559Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0
2022-09-27T18:06:57.566Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-09-27T18:06:57.636Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0|INFO|500||Invoke
2022-09-27T18:06:57.637Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33542e0a-b127-4f5b-81d2-16d324e51746], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d5cfdd9-a553-4fd5-af70-441c1f50f87b], X-ECOMP-RequestID=[33542e0a-b127-4f5b-81d2-16d324e51746], X-TransactionId=[], X-ONAP-RequestID=[33542e0a-b127-4f5b-81d2-16d324e51746], Content-Type=[application/merge-patch+json]}
2022-09-27T18:06:57.662Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-27T18:06:57.778Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220927-18:06:57:777-45033], vertex-id=[208992], Content-Length=[0], Date=[Tue, 27 Sep 2022 18:06:57 GMT], Content-Type=[application/json]}
2022-09-27T18:06:57.779Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-27T18:06:57.779Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4487464-367b-407b-b43d-a0829f8c3545/model-vers/model-ver/c7936dad-2248-4dec-b934-c385c6b40f00?depth=0|INFO|500||InvokeReturn
2022-09-27T18:06:57.780Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-27T18:06:57.780Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-27T18:06:57.787Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-27T18:06:57.787Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33542e0a-b127-4f5b-81d2-16d324e51746 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-27T18:06:57.788Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-27T18:06:57.788Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:06:57.790Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:06:57.790Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33542e0a-b127-4f5b-81d2-16d324e51746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664302017787,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-27T18:06:57.891Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:06:57.892Z||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.
2022-09-27T18:06:57.892Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:06:57.977Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:06:57.977Z||pool-39-thread-1|||||INFO|500||cambria reply ok (86 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=?
2022-09-27T18:06:58.802Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-27T18:06:58.803Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-27T18:06:58.803Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:03.463Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:07:03.465Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-27T18:07:03.465Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdf2d48c-c1db-49d4-b481-ea896d4a21f5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2291dbb2-edbf-4297-a033-592950ee6fe5","serviceDescription":"service","serviceInvariantUUID":"fc77420e-7a1d-4f75-b170-5a232d49d853","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fcd41eb4-7321-4282-b674-71e47e8a285f","resourceInvariantUUID":"b4029c3d-a14a-4cd2-8d2b-63836c41d32e","resourceCustomizationUUID":"ca6ef450-eca9-43b5-9505-84ad37579e24","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"OTE5ZjRjMDk2Zjc3MmIzNDRiMmE2MzY0Yjg0MWVhZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff997152-bcdd-45b1-a861-9d701f3168d9","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7badb649-ef09-480d-96a5-36b579a1b12a","artifactVersion":"2","generatedFromUUID":"3ccaf686-67bb-4324-a5a3-aad5c79d15ae"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3ccaf686-67bb-4324-a5a3-aad5c79d15ae","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ODAxYjY4MWE2NTgyNDA2YmZjYThiZjkxNmIxZDY0YmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a7eeb31-25dd-4f7f-bdbb-80ee3dd84c1a","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b153a772-2b20-4b4d-b12b-8aafaa4e530f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1058f155-0933-425c-8bd4-b29c1f603347","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50c19912-6610-449a-8cf1-b7f104fe5207","artifactVersion":"2","generatedFromUUID":"b153a772-2b20-4b4d-b12b-8aafaa4e530f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDdlMWFhMzJjN2I1YTNlZGIyYzFkNWM3NzgzNjI0MWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b7aa06b-13f5-4be0-a1d2-f36905378c19","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmFlODA1OWI2OGVkYzYxNDBlNjg3NmRkZWZlYjAwNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"300d2496-27d4-464d-b8f2-4d6ba4c4fa94","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-27T18:07:03.467Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:03.468Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:03.470Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:03.470Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664302018802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:07:03.570Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:03.571Z||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.
2022-09-27T18:07:03.571Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:03.588Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:07:03.589Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:04.470Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:04.472Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:04.474Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:04.474Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664302018802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-09-27T18:07:04.574Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:04.575Z||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.
2022-09-27T18:07:04.575Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:04.604Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:07:04.604Z||pool-41-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:05.475Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:05.476Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:05.478Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:05.478Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664302018802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-09-27T18:07:05.578Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:05.579Z||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.
2022-09-27T18:07:05.579Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:05.596Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:07:05.596Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:06.479Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:06.480Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:06.482Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:06.483Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664302018802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-09-27T18:07:06.583Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:06.584Z||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.
2022-09-27T18:07:06.584Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:06.614Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:07:06.615Z||pool-43-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:07.483Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:07.484Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:07.487Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:07.487Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664302018802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-09-27T18:07:07.587Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:07.588Z||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.
2022-09-27T18:07:07.588Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:07.628Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:07:07.629Z||pool-44-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:08.487Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:08.488Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:08.490Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:08.490Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664302018802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:07:08.590Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:08.591Z||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.
2022-09-27T18:07:08.591Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:08.616Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:07:08.616Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:09.490Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:09.491Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:09.493Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:09.493Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664302018802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-09-27T18:07:09.594Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:09.595Z||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.
2022-09-27T18:07:09.595Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:09.734Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:07:09.734Z||pool-46-thread-1|||||INFO|500||cambria reply ok (140 ms):{"serverTimeMs":2,"count":1}
2022-09-27T18:07:10.494Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:10.495Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:10.497Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:10.497Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664302018802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-27T18:07:10.597Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:10.598Z||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.
2022-09-27T18:07:10.598Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:10.620Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:07:10.621Z||pool-47-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:11.498Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-27T18:07:11.498Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:11.500Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:11.500Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664302018802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-27T18:07:11.600Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:11.601Z||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.
2022-09-27T18:07:11.601Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:11.636Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:07:11.637Z||pool-48-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:12.502Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "2291dbb2-edbf-4297-a033-592950ee6fe5",
"serviceDescription": "service",
"serviceInvariantUUID": "fc77420e-7a1d-4f75-b170-5a232d49d853",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "ca6ef450-eca9-43b5-9505-84ad37579e24",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fcd41eb4-7321-4282-b674-71e47e8a285f",
"resourceInvariantUUID": "b4029c3d-a14a-4cd2-8d2b-63836c41d32e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7badb649-ef09-480d-96a5-36b579a1b12a",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3ccaf686-67bb-4324-a5a3-aad5c79d15ae",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "ODAxYjY4MWE2NTgyNDA2YmZjYThiZjkxNmIxZDY0YmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a7eeb31-25dd-4f7f-bdbb-80ee3dd84c1a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b153a772-2b20-4b4d-b12b-8aafaa4e530f",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "50c19912-6610-449a-8cf1-b7f104fe5207",
"generatedFromUUID": "b153a772-2b20-4b4d-b12b-8aafaa4e530f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "50c19912-6610-449a-8cf1-b7f104fe5207",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "YmFlODA1OWI2OGVkYzYxNDBlNjg3NmRkZWZlYjAwNWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "300d2496-27d4-464d-b8f2-4d6ba4c4fa94"
}
],
"workloadContext": "Production"
}
2022-09-27T18:07:12.502Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-27T18:07:12.502Z|33542e0a-b127-4f5b-81d2-16d324e51746|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2291dbb2-edbf-4297-a033-592950ee6fe5 ASDC
2022-09-27T18:07:12.503Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:bdf2d48c-c1db-49d4-b481-ea896d4a21f5
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:2291dbb2-edbf-4297-a033-592950ee6fe5
ServiceInvariantUUID:fc77420e-7a1d-4f75-b170-5a232d49d853
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:300d2496-27d4-464d-b8f2-4d6ba4c4fa94
ArtifactChecksum:YmFlODA1OWI2OGVkYzYxNDBlNjg3NmRkZWZlYjAwNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ca6ef450-eca9-43b5-9505-84ad37579e24
ResourceInvariantUUID:b4029c3d-a14a-4cd2-8d2b-63836c41d32e
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:fcd41eb4-7321-4282-b674-71e47e8a285f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:7badb649-ef09-480d-96a5-36b579a1b12a
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:3ccaf686-67bb-4324-a5a3-aad5c79d15ae
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:5a7eeb31-25dd-4f7f-bdbb-80ee3dd84c1a
ArtifactChecksum:ODAxYjY4MWE2NTgyNDA2YmZjYThiZjkxNmIxZDY0YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:b153a772-2b20-4b4d-b12b-8aafaa4e530f
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:50c19912-6610-449a-8cf1-b7f104fe5207
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:50c19912-6610-449a-8cf1-b7f104fe5207
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-27T18:07:12.503Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2291dbb2-edbf-4297-a033-592950ee6fe5 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 (?, ?, ?, ?, ?)
2022-09-27T18:07:12.533Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:07:12.534Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:07:12.535Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:07:12.535Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 300d2496-27d4-464d-b8f2-4d6ba4c4fa94 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-27T18:07:12.535Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-27T18:07:12.536Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-27T18:07:12.602Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-27T18:07:12.607Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 300d2496-27d4-464d-b8f2-4d6ba4c4fa94 73631
2022-09-27T18:07:12.607Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-27T18:07:12.608Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-27T18:07:12.609Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-27T18:07:12.609Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-27T18:07:12.611Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-27T18:07:12.611Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bdf2d48c-c1db-49d4-b481-ea896d4a21f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664302032607,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-27T18:07:12.711Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-27T18:07:12.712Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-27T18:07:12.712Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cxCP4M1agj7qmKVP) ...
2022-09-27T18:07:12.729Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-27T18:07:12.730Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-27T18:07:13.612Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-27T18:07:13.613Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-27T18:07:13.614Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 300d2496-27d4-464d-b8f2-4d6ba4c4fa94, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-27T18:07:13.614Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-27T18:07:13.614Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-27T18:07:13.615Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-27T18:07:13.841Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6092670546403146784/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-09-27T18:07:15.133Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-27T18:07:15.134Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-27T18:07:15.135Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-27T18:07:15.135Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:07:15.135Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:15.135Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:15.136Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-27T18:07:15.136Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:07:15.136Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:07:15.136Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:15.137Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:15.137Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-27T18:07:15.137Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-27T18:07:15.137Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:07:15.137Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-27T18:07:15.138Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:07:15.138Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-27T18:07:15.138Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-27T18:07:15.138Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-09-27T18:07:15.138Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-27T18:07:15.139Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:07:15.139Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-27T18:07:15.139Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:07:15.139Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:15.139Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:07:15.140Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:07:15.140Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:15.140Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:07:15.140Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-27T18:07:15.141Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-27T18:07:15.141Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-27T18:07:15.141Z|bdf2d48c-c1db-49d4-b481-ea896d4a21f5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery