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-04-02T03:27:42.556Z||main|||||INFO|500||The following profiles are active: basic
2022-04-02T03:27:53.961Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-02T03:27:53.962Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-02T03:27:54.086Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-02T03:27:58.094Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-02T03:27:58.533Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-02T03:27:59.122Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-02T03:27:59.130Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-02T03:27:59.252Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-02T03:27:59.489Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-02T03:28:00.106Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-02T03:28:01.775Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-02T03:28:04.314Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-02T03:28:04.376Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-02T03:28:04.971Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-02T03:28:05.213Z||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-04-02T03:28:06.451Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-02T03:28:07.615Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-02T03:28:07.633Z||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$$781474b1.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-04-02T03:28:07.634Z||main|||||WARN|500||The sdc end point is not alive
2022-04-02T03:28:10.503Z||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-04-02T03:28:13.333Z||main|||||WARN|500||---
2022-04-02T03:28:13.334Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-02T03:28:13.334Z||main|||||WARN|500||---
2022-04-02T03:28:13.728Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-02T03:28:19.190Z||main|||||INFO|500||Started Application in 39.71 seconds (JVM running for 41.723)
2022-04-02T03:28:19.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-02T03:28:19.235Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-02T03:28:19.252Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-02T03:28:19.296Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-02T03:28:19.346Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 26c2bf78-866d-49c9-8463-daca2681bd36 url= /sdc/v1/artifactTypes
2022-04-02T03:28:19.346Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-02T03:28:19.735Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-02T03:28:19.767Z||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-04-02T03:28:19.788Z||scheduling-1|||||DEBUG|500||create keys
2022-04-02T03:28:19.808Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-02T03:28:19.866Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:28:19.889Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2ca0d995-363d-402a-95a3-1a9ed5c5eeea url= /sdc/v1/registerForDistribution
2022-04-02T03:28:19.989Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2ca0d995-363d-402a-95a3-1a9ed5c5eeea url= /sdc/v1/registerForDistribution
2022-04-02T03:28:19.990Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-02T03:28:20.021Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-02T03:28:20.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:28:20.026Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:28:20.110Z||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-04-02T03:28:20.111Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:28:20.111Z||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-04-02T03:28:20.112Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:28:30.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:28:30.383Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:29:20.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:29:20.002Z||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-04-02T03:29:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:29:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:29:20.009Z||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-04-02T03:29:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:29:29.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:29:29.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:30:20.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:30:20.002Z||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-04-02T03:30:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:30:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:30:20.009Z||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-04-02T03:30:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:30:29.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:30:29.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:31:20.001Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:31:20.002Z||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-04-02T03:31:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:31:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:31:20.009Z||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-04-02T03:31:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:31:29.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:31:29.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:32:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:32:20.003Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-02T03:32:20.003Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:32:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:32:20.009Z||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-04-02T03:32:20.010Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:32:29.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:32:29.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:33:20.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:33:20.003Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-02T03:33:20.003Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:33:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:33:20.009Z||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-04-02T03:33:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:33:29.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:33:29.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:34:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:34:20.003Z||pool-2-thread-8|||||WARN|500||GET 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-04-02T03:34:20.003Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:34:20.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:34:20.009Z||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-04-02T03:34:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:34:29.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:34:29.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:35:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:35:20.002Z||pool-2-thread-8|||||WARN|500||GET 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-04-02T03:35:20.002Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:35:20.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:35:20.010Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-02T03:35:20.011Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:35:29.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:35:29.548Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:36:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:36:20.002Z||pool-2-thread-8|||||WARN|500||GET 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-04-02T03:36:20.002Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:36:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:36:20.009Z||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-04-02T03:36:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:36:29.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:36:29.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:37:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:37:20.002Z||pool-2-thread-8|||||WARN|500||GET 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-04-02T03:37:20.002Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:37:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:37:20.009Z||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-04-02T03:37:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:37:29.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:37:29.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:37:51.770Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-02T03:38:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:38:20.002Z||pool-2-thread-8|||||WARN|500||GET 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-04-02T03:38:20.002Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:38:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:38:20.009Z||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-04-02T03:38:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:38:29.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:38:29.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:39:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:39:20.003Z||pool-2-thread-8|||||WARN|500||GET 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-04-02T03:39:20.003Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:39:20.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:39:20.009Z||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-04-02T03:39:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:39:29.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:39:29.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:40:20.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:40:20.003Z||pool-2-thread-8|||||WARN|500||GET 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-04-02T03:40:20.003Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:40:20.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:40:20.009Z||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-04-02T03:40:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:40:29.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:40:29.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:41:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:41:20.002Z||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-04-02T03:41:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:41:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:41:20.009Z||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-04-02T03:41:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:41:29.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:41:29.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:42:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:42:20.002Z||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-04-02T03:42:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:42:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:42:20.009Z||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-04-02T03:42:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:42:29.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:42:29.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:43:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:43:20.002Z||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-04-02T03:43:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:43:20.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:43:20.009Z||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-04-02T03:43:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:43:29.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:43:29.545Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:44:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:44:20.002Z||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-04-02T03:44:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:44:20.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:44:20.009Z||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-04-02T03:44:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:44:29.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:44:29.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:45:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:45:20.002Z||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-04-02T03:45:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:45:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:45:20.009Z||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-04-02T03:45:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:45:29.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:45:29.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:46:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:46:20.002Z||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-04-02T03:46:20.003Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:46:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:46:20.009Z||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-04-02T03:46:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:46:29.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:46:29.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:47:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:47:20.004Z||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-04-02T03:47:20.004Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:47:20.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:47:20.009Z||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-04-02T03:47:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:47:29.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:47:29.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:48:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:48:20.002Z||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-04-02T03:48:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:48:20.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:48:20.009Z||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-04-02T03:48:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:48:29.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:48:29.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:49:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:49:20.002Z||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-04-02T03:49:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:49:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:49:20.009Z||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-04-02T03:49:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:49:29.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:49:29.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:50:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:50:20.002Z||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-04-02T03:50:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:50:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:50:20.009Z||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-04-02T03:50:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:50:29.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:50:29.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:51:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:51:20.002Z||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-04-02T03:51:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:51:20.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:51:20.009Z||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-04-02T03:51:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:51:29.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:51:29.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:52:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:52:20.002Z||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-04-02T03:52:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:52:20.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:52:20.009Z||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-04-02T03:52:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:52:29.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:52:29.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:53:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:53:20.002Z||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-04-02T03:53:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:53:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:53:20.009Z||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-04-02T03:53:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:53:29.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:53:29.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:54:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:54:20.003Z||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-04-02T03:54:20.003Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:54:20.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:54:20.009Z||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-04-02T03:54:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:54:29.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:54:29.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:55:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:55:20.002Z||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-04-02T03:55:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:55:20.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:55:20.009Z||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-04-02T03:55:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:55:29.543Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:55:29.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:56:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:56:20.002Z||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-04-02T03:56:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:56:20.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:56:20.009Z||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-04-02T03:56:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:56:29.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:56:29.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:20.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:57:20.001Z||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-04-02T03:57:20.002Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:57:20.009Z||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-04-02T03:57:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:20.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:20.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6bc3090a-1707-4272-9160-87aabf1495b4","serviceName":"basic_onboard_seAWdR","serviceVersion":"1.0","serviceUUID":"589def1c-78d4-403e-b3f5-61d6d946e1da","serviceDescription":"service","serviceInvariantUUID":"555f341f-d12f-485e-a63c-4d7855359af9","resources":[{"resourceInstanceName":"basic_onboard_seAWdR 0","resourceName":"basic_onboard_seAWdR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4520e09-de45-42c6-92db-a2c6a12fbec9","resourceInvariantUUID":"40a8985f-87f5-465d-870b-e5ae1e86c04e","resourceCustomizationUUID":"190d2d45-4717-4c7a-8c03-1aa7142fc996","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml","artifactChecksum":"ZDBmNmY3ZDE3MGZiZmZhM2ZlNjM1NjRiYmVhZGJjNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"307650b2-5a8c-4cbb-9919-3d53bc6b52ad","artifactVersion":"1"},{"artifactName":"basic_onboard_seawdr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json","artifactChecksum":"MGIwZjNiYjhjMzdiMjNkOTcxNTZlNGZmZjM2ZmI5YmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5725feda-c7d0-4125-934a-6bfa61a8aca2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1fecfe50-3648-46de-bcdc-087d3f3ce598","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"67388927-b27a-4fd5-88ee-fedd0518dcc9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a238d13a-c6a4-45fe-92b0-80bef16a9a25","artifactVersion":"2","generatedFromUUID":"1fecfe50-3648-46de-bcdc-087d3f3ce598"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSeawdr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml","artifactChecksum":"ZDU1MmFmYTRjNTk5NWU4ZGQzNGJjNWY5ODljYjRmNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c711664-73b2-415f-a5e6-f94cfdfb518e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSeawdr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar","artifactChecksum":"YWRkMzFhNTA4YzA1ZDNlOTI4YjI0N2FhZGUwOTQ1ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc019999-4620-43c1-83ec-1b0b07643c39","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-02T03:57:20.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:20.640Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:20.646Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:20.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871794216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.661Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:20.661Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "clamp",
"timestamp": 1648871794957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "dcae-sch",
"timestamp": 1648871799513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "policy-id",
"timestamp": 1648871800620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "aai-ml",
"timestamp": 1648871799255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871794216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "clamp",
"timestamp": 1648871794957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "NOTIFIED"
}
2022-04-02T03:57:20.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "policy-id",
"timestamp": 1648871800620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "dcae-sch",
"timestamp": 1648871799513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "aai-ml",
"timestamp": 1648871799255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871794216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "clamp",
"timestamp": 1648871794957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "policy-id",
"timestamp": 1648871800620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-02T03:57:20.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "dcae-sch",
"timestamp": 1648871799513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "aai-ml",
"timestamp": 1648871799255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "clamp",
"timestamp": 1648871794957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871794216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "policy-id",
"timestamp": 1648871800620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "dcae-sch",
"timestamp": 1648871799513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "aai-ml",
"timestamp": 1648871799255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871794216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "clamp",
"timestamp": 1648871794957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "policy-id",
"timestamp": 1648871800620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "dcae-sch",
"timestamp": 1648871799513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "aai-ml",
"timestamp": 1648871799255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871805661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "cds",
"timestamp": 1648871807453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871794216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "clamp",
"timestamp": 1648871794957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "policy-id",
"timestamp": 1648871800620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "dcae-sch",
"timestamp": 1648871799513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "aai-ml",
"timestamp": 1648871799255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871805661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "cds",
"timestamp": 1648871807453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871794216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "clamp",
"timestamp": 1648871794957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T03:57:20.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "policy-id",
"timestamp": 1648871800620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T03:57:20.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "dcae-sch",
"timestamp": 1648871799513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "aai-ml",
"timestamp": 1648871799255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T03:57:20.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871805661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "cds",
"timestamp": 1648871807453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871805661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871808900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "cds",
"timestamp": 1648871807453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "aai-ml",
"timestamp": 1648871811310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.705Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "policy-id",
"timestamp": 1648871809987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.706Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871805661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871808900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "NOTIFIED"
}
2022-04-02T03:57:20.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "cds",
"timestamp": 1648871807453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "policy-id",
"timestamp": 1648871810996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T03:57:20.709Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871805661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871808900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-02T03:57:20.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "cds",
"timestamp": 1648871807453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "policy-id",
"timestamp": 1648871812001,
"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-04-02T03:57:20.761Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-02T03:57:20.765Z||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-04-02T03:57:20.765Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:20.779Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:20.780Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-02T03:57:20.898Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bc3090a-1707-4272-9160-87aabf1495b4
2022-04-02T03:57:20.921Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc3090a-1707-4272-9160-87aabf1495b4 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-04-02T03:57:20.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871805661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T03:57:20.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871808900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "cds",
"timestamp": 1648871807453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T03:57:20.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871813601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871808900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-02T03:57:20.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "cds",
"timestamp": 1648871815363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871808900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:20.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "clamp",
"timestamp": 1648871814934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "cds",
"timestamp": 1648871816419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-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-04-02T03:57:20.965Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bc3090a-1707-4272-9160-87aabf1495b4
2022-04-02T03:57:20.966Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc3090a-1707-4272-9160-87aabf1495b4 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-04-02T03:57:20.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871808900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T03:57:20.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:57:20.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871816921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.976Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "clamp",
"timestamp": 1648871816945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T03:57:20.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "clamp",
"timestamp": 1648871817950,
"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-04-02T03:57:20.984Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6bc3090a-1707-4272-9160-87aabf1495b4
2022-04-02T03:57:20.984Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc3090a-1707-4272-9160-87aabf1495b4 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-04-02T03:57:20.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871818131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871818450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871819329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:20.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871819455,
"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-04-02T03:57:21.002Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6bc3090a-1707-4272-9160-87aabf1495b4
2022-04-02T03:57:21.010Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc3090a-1707-4272-9160-87aabf1495b4 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-04-02T03:57:21.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:21.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871820414,
"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-04-02T03:57:21.024Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bc3090a-1707-4272-9160-87aabf1495b4
2022-04-02T03:57:21.024Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc3090a-1707-4272-9160-87aabf1495b4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-02T03:57:21.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:21.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871821417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-02T03:57:21.035Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:21.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:21.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "aai-ml",
"timestamp": 1648871826946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T03:57:21.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:57:21.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:57:21.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "aai-ml",
"timestamp": 1648871827957,
"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-04-02T03:57:21.041Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6bc3090a-1707-4272-9160-87aabf1495b4
2022-04-02T03:57:21.041Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc3090a-1707-4272-9160-87aabf1495b4 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-04-02T03:57:21.670Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:21.670Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:21.672Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:21.672Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "NOTIFIED"
}
2022-04-02T03:57:21.772Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:21.773Z||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-04-02T03:57:21.775Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:21.803Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:21.804Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:57:22.673Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:22.674Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:22.676Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:22.676Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-02T03:57:22.776Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:22.777Z||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-04-02T03:57:22.777Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:22.794Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:22.795Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:57:23.676Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:23.677Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:23.679Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:23.679Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:23.780Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:23.781Z||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-04-02T03:57:23.781Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:23.806Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:23.807Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:24.680Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:24.681Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:24.683Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:24.683Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-02T03:57:24.783Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:24.784Z||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-04-02T03:57:24.784Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:24.804Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:24.805Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:57:25.684Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:25.684Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:25.686Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:25.687Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:57:25.787Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:25.788Z||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-04-02T03:57:25.788Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:25.809Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:25.809Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:26.687Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:57:26.688Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:26.691Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:26.691Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T03:57:26.791Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:26.792Z||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-04-02T03:57:26.792Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:26.803Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:26.804Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:27.694Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"serviceName": "basic_onboard_seAWdR",
"serviceVersion": "1.0",
"serviceUUID": "589def1c-78d4-403e-b3f5-61d6d946e1da",
"serviceDescription": "service",
"serviceInvariantUUID": "555f341f-d12f-485e-a63c-4d7855359af9",
"resources": [
{
"resourceInstanceName": "basic_onboard_seAWdR 0",
"resourceCustomizationUUID": "190d2d45-4717-4c7a-8c03-1aa7142fc996",
"resourceName": "basic_onboard_seAWdR",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c4520e09-de45-42c6-92db-a2c6a12fbec9",
"resourceInvariantUUID": "40a8985f-87f5-465d-870b-e5ae1e86c04e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_seawdr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"artifactChecksum": "MGIwZjNiYjhjMzdiMjNkOTcxNTZlNGZmZjM2ZmI5YmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5725feda-c7d0-4125-934a-6bfa61a8aca2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1fecfe50-3648-46de-bcdc-087d3f3ce598",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a238d13a-c6a4-45fe-92b0-80bef16a9a25",
"generatedFromUUID": "1fecfe50-3648-46de-bcdc-087d3f3ce598"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a238d13a-c6a4-45fe-92b0-80bef16a9a25",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSeawdr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"artifactChecksum": "YWRkMzFhNTA4YzA1ZDNlOTI4YjI0N2FhZGUwOTQ1ZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cc019999-4620-43c1-83ec-1b0b07643c39"
}
],
"workloadContext": "Production"
}
2022-04-02T03:57:27.695Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-02T03:57:27.696Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 589def1c-78d4-403e-b3f5-61d6d946e1da ASDC
2022-04-02T03:57:27.812Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6bc3090a-1707-4272-9160-87aabf1495b4
ServiceName:basic_onboard_seAWdR
ServiceVersion:1.0
ServiceUUID:589def1c-78d4-403e-b3f5-61d6d946e1da
ServiceInvariantUUID:555f341f-d12f-485e-a63c-4d7855359af9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSeawdr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar
ArtifactUUID:cc019999-4620-43c1-83ec-1b0b07643c39
ArtifactChecksum:YWRkMzFhNTA4YzA1ZDNlOTI4YjI0N2FhZGUwOTQ1ZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_seAWdR 0
ResourceCustomizationUUID:190d2d45-4717-4c7a-8c03-1aa7142fc996
ResourceInvariantUUID:40a8985f-87f5-465d-870b-e5ae1e86c04e
ResourceName:basic_onboard_seAWdR
ResourceType:VF
ResourceUUID:c4520e09-de45-42c6-92db-a2c6a12fbec9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_seawdr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json
ArtifactUUID:5725feda-c7d0-4125-934a-6bfa61a8aca2
ArtifactChecksum:MGIwZjNiYjhjMzdiMjNkOTcxNTZlNGZmZjM2ZmI5YmI=
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/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1fecfe50-3648-46de-bcdc-087d3f3ce598
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/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env
ArtifactUUID:a238d13a-c6a4-45fe-92b0-80bef16a9a25
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/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env
ArtifactUUID:a238d13a-c6a4-45fe-92b0-80bef16a9a25
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-02T03:57:27.812Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 589def1c-78d4-403e-b3f5-61d6d946e1da 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-04-02T03:57:27.862Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T03:57:27.862Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T03:57:27.864Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T03:57:27.864Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cc019999-4620-43c1-83ec-1b0b07643c39 from URL: /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:27.864Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:57:27.865Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:28.101Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:57:28.124Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar cc019999-4620-43c1-83ec-1b0b07643c39 71557
2022-04-02T03:57:28.126Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar ASDC sendASDCNotification
2022-04-02T03:57:28.126Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:28.127Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:57:28.128Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:28.130Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:28.130Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871848125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:57:28.230Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:28.231Z||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-04-02T03:57:28.231Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:28.244Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:28.244Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:29.130Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T03:57:29.131Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T03:57:29.133Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: cc019999-4620-43c1-83ec-1b0b07643c39, URL: /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar to file: /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:29.133Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:29.210Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:29.211Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:29.775Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11417664515901264888/Definitions/service-BasicOnboardSeawdr-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-02T03:57:31.891Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-02T03:57:31.896Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-02T03:57:31.897Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.897Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-02T03:57:31.897Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_seAWdR 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.897Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.897Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||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-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.898Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.898Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||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-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.898Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.898Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.898Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||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-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.898Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||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-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:31.899Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-02T03:57:31.905Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:31.906Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.910Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:31.910Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-02T03:57:31.912Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T03:57:31.914Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:31.914Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.914Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:31.914Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-02T03:57:31.914Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T03:57:31.915Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:31.915Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.918Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:31.919Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is not matching search criteria
2022-04-02T03:57:31.919Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-02T03:57:31.919Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-02T03:57:31.920Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-02T03:57:31.920Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-02T03:57:31.920Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-02T03:57:31.920Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:31.921Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T03:57:31.922Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:31.923Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:31.923Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:57:31.924Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:31.924Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:31.924Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:57:31.924Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:31.925Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:31.925Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:57:31.925Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:31.926Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is not matching search criteria
2022-04-02T03:57:31.926Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-02T03:57:31.926Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-02T03:57:31.926Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ebda9d5e-19f9-4f0b-9560-4013728012e1
2022-04-02T03:57:31.927Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:31.927Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.927Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:31.927Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.928Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:31.928Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.928Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:31.929Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:31.929Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_seAWdR
Description:service
Model UUID:589def1c-78d4-403e-b3f5-61d6d946e1da
Model Version:NULL
Model InvariantUuid:555f341f-d12f-485e-a63c-4d7855359af9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_seAWdR
Model UUID:94e9cebf-8dea-47dd-935c-a5b1c133fbe5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:40a8985f-87f5-465d-870b-e5ae1e86c04e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:190d2d45-4717-4c7a-8c03-1aa7142fc996
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:816900d4-7402-4fb6-b3b4-8d9b4dd49e84
ModelName:BasicOnboardSeawdr..base_ubuntu18..module-0
ModelUuid:38a4f3cc-0e08-4512-837c-74e0c3b1fcdb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ebda9d5e-19f9-4f0b-9560-4013728012e1
ModelInvariantUuid:aac13765-674a-44a8-bac5-4c551858ae41
ModelName:basic_onboard_seAWdR-nodes.ubuntu18Cvfc
ModelUuid:e3873f56-aabe-4223-8c54-e0e078b85c90
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b5ca733a-961d-46f0-a76d-2a174f89459d
ModelInvariantUuid:cc82604b-35a5-498d-a2c9-da3a000a850a
ModelName:BasicOnboardSeawdr.compute.nodes.heat.ubuntu18
ModelUuid:93e1da56-aac6-4b36-ab84-24467571f8e6
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-04-02T03:57:31.940Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c4520e09-de45-42c6-92db-a2c6a12fbec9
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-04-02T03:57:32.026Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||basic_onboard_seAWdR 0
2022-04-02T03:57:32.032Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4520e09-de45-42c6-92db-a2c6a12fbec9
2022-04-02T03:57:32.033Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5725feda-c7d0-4125-934a-6bfa61a8aca2 from URL: /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json
2022-04-02T03:57:32.033Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:57:32.033Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json
2022-04-02T03:57:32.335Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:57:32.336Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json 5725feda-c7d0-4125-934a-6bfa61a8aca2 798
2022-04-02T03:57:32.336Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json ASDC sendASDCNotification
2022-04-02T03:57:32.336Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json
2022-04-02T03:57:32.337Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:57:32.337Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:32.339Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:32.339Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871852336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:57:32.440Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T03:57:32.440Z||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-04-02T03:57:32.441Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:32.451Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:32.451Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:33.340Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSeawdr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "816900d4-7402-4fb6-b3b4-8d9b4dd49e84",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "38a4f3cc-0e08-4512-837c-74e0c3b1fcdb",
"vfModuleModelCustomizationUUID": "04b27c36-5d6d-42f8-856c-1f40f7ad7ccf",
"isBase": true,
"artifacts": [
"1fecfe50-3648-46de-bcdc-087d3f3ce598",
"a238d13a-c6a4-45fe-92b0-80bef16a9a25"
],
"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-04-02T03:57:33.355Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSeawdr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:38a4f3cc-0e08-4512-837c-74e0c3b1fcdb
VfModuleModelInvariantUUID:816900d4-7402-4fb6-b3b4-8d9b4dd49e84
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fecfe50-3648-46de-bcdc-087d3f3ce598
,
a238d13a-c6a4-45fe-92b0-80bef16a9a25
}
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-04-02T03:57:33.357Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSeawdr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "816900d4-7402-4fb6-b3b4-8d9b4dd49e84",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "38a4f3cc-0e08-4512-837c-74e0c3b1fcdb",
"vfModuleModelCustomizationUUID": "04b27c36-5d6d-42f8-856c-1f40f7ad7ccf",
"isBase": true,
"artifacts": [
"1fecfe50-3648-46de-bcdc-087d3f3ce598",
"a238d13a-c6a4-45fe-92b0-80bef16a9a25"
],
"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-04-02T03:57:33.357Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSeawdr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:38a4f3cc-0e08-4512-837c-74e0c3b1fcdb
VfModuleModelInvariantUUID:816900d4-7402-4fb6-b3b4-8d9b4dd49e84
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fecfe50-3648-46de-bcdc-087d3f3ce598
,
a238d13a-c6a4-45fe-92b0-80bef16a9a25
}
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-04-02T03:57:33.357Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1fecfe50-3648-46de-bcdc-087d3f3ce598 from URL: /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml
2022-04-02T03:57:33.358Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:57:33.358Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml
2022-04-02T03:57:33.619Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:57:33.619Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml 1fecfe50-3648-46de-bcdc-087d3f3ce598 5033
2022-04-02T03:57:33.620Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-02T03:57:33.620Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml
2022-04-02T03:57:33.620Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:57:33.620Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:33.622Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:33.622Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871853620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:57:33.722Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:33.723Z||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-04-02T03:57:33.723Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:33.735Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:33.736Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:57:34.623Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a238d13a-c6a4-45fe-92b0-80bef16a9a25 from URL: /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env
2022-04-02T03:57:34.623Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:57:34.623Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env
2022-04-02T03:57:34.820Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:57:34.820Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env a238d13a-c6a4-45fe-92b0-80bef16a9a25 909
2022-04-02T03:57:34.821Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-02T03:57:34.821Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env
2022-04-02T03:57:34.821Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:57:34.821Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:34.823Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:34.823Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871854821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:57:34.924Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:34.925Z||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-04-02T03:57:34.925Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:34.937Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:34.937Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:35.824Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 589def1c-78d4-403e-b3f5-61d6d946e1da
2022-04-02T03:57:35.825Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_seAWdR 0 c4520e09-de45-42c6-92db-a2c6a12fbec9 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-04-02T03:57:35.864Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31ec8ed0, org.onap.sdc.toscaparser.api.parameters.Input@599b38ba, org.onap.sdc.toscaparser.api.parameters.Input@6f76bf84, org.onap.sdc.toscaparser.api.parameters.Input@881a8ee, org.onap.sdc.toscaparser.api.parameters.Input@5d4e3d20]
2022-04-02T03:57:35.868Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.868Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.868Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-04-02T03:57:35.869Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 190d2d45-4717-4c7a-8c03-1aa7142fc996
2022-04-02T03:57:35.869Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 190d2d45-4717-4c7a-8c03-1aa7142fc996 matches Tosca VF Customization UUID: 190d2d45-4717-4c7a-8c03-1aa7142fc996
2022-04-02T03:57:35.869Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 190d2d45-4717-4c7a-8c03-1aa7142fc996 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-04-02T03:57:35.877Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.877Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.878Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 190d2d45-4717-4c7a-8c03-1aa7142fc996: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-02T03:57:35.879Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@429bf43d
2022-04-02T03:57:35.879Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.879Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T03:57:35.880Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 04b27c36-5d6d-42f8-856c-1f40f7ad7ccf
2022-04-02T03:57:35.881Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 04b27c36-5d6d-42f8-856c-1f40f7ad7ccf
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-04-02T03:57:35.889Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.889Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:35.889Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:57:35.890Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.890Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:35.891Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:57:35.891Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.891Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is not matching search criteria
2022-04-02T03:57:35.891Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-02T03:57:35.892Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-02T03:57:35.892Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ebda9d5e-19f9-4f0b-9560-4013728012e1
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-04-02T03:57:35.900Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.901Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:35.901Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:57:35.901Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.901Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_seAWdR 0 is matching search criteria
2022-04-02T03:57:35.902Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_seAWdR 0] matching following query criteria: sdcType=VF, customizationUUID=190d2d45-4717-4c7a-8c03-1aa7142fc996
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-04-02T03:57:35.904Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.904Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.904Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 589def1c-78d4-403e-b3f5-61d6d946e1da: basic_onboard_seAWdR
2022-04-02T03:57:35.905Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.905Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.905Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.905Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.906Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.906Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.906Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.906Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.907Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:57:35.907Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_seAWdR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:57:35.907Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_seAWdR
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-04-02T03:57:36.060Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_seAWdR c4520e09-de45-42c6-92db-a2c6a12fbec9 1 ASDC deployResourceStructure
2022-04-02T03:57:36.061Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json ASDC sendASDCNotification
2022-04-02T03:57:36.061Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json
2022-04-02T03:57:36.061Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:57:36.062Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:36.063Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:36.064Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871856060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-02T03:57:36.164Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:36.170Z||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-04-02T03:57:36.171Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:36.188Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:36.189Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:37.065Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-02T03:57:37.066Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml
2022-04-02T03:57:37.066Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:57:37.067Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:37.070Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:37.071Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871857065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-02T03:57:37.171Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:37.172Z||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-04-02T03:57:37.172Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:37.184Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:37.185Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:57:38.072Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-02T03:57:38.073Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env
2022-04-02T03:57:38.073Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:57:38.073Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:38.075Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:38.075Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871858072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-02T03:57:38.175Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:57:38.176Z||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-04-02T03:57:38.176Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:38.191Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:38.192Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:39.075Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar ASDC sendASDCNotification
2022-04-02T03:57:39.076Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar
2022-04-02T03:57:39.076Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:57:39.077Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:57:39.078Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:57:39.078Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871859075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T03:57:39.179Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-02T03:57:39.180Z||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-04-02T03:57:39.180Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:57:39.192Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:57:39.192Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:57:40.079Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bc3090a-1707-4272-9160-87aabf1495b4
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-04-02T03:57:40.094Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bc3090a-1707-4272-9160-87aabf1495b4
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-04-02T03:57:40.098Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T03:57:40.099Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T03:57:40.099Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-02T03:57:40.099Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-02T03:57:40.100Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-02T03:57:40.100Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-02T03:57:40.100Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-02T03:57:40.101Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-02T03:57:40.101Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-02T03:57:40.101Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-02T03:57:40.101Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||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-04-02T03:57:40.107Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-02T03:58:10.108Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bc3090a-1707-4272-9160-87aabf1495b4 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-04-02T03:58:10.116Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bc3090a-1707-4272-9160-87aabf1495b4 and serviceModelVersionId: 589def1c-78d4-403e-b3f5-61d6d946e1da
2022-04-02T03:58:10.116Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 555f341f-d12f-485e-a63c-4d7855359af9
2022-04-02T03:58:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:58:20.009Z||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-04-02T03:58:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:58:20.137Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:58:20.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:58:20.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:58:20.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:58:24.341Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0
2022-04-02T03:58:24.447Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-02T03:58:24.939Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0|INFO|500||Invoke
2022-04-02T03:58:24.949Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6bc3090a-1707-4272-9160-87aabf1495b4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f4658843-fef6-4037-ad8a-c7d6a0ab26bf], X-ECOMP-RequestID=[6bc3090a-1707-4272-9160-87aabf1495b4], X-TransactionId=[], X-ONAP-RequestID=[6bc3090a-1707-4272-9160-87aabf1495b4], Content-Type=[application/merge-patch+json]}
2022-04-02T03:58:25.072Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-02T03:58:25.798Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?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/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220402-03:58:24:956-71436], vertex-id=[430312], Content-Length=[0], Date=[Sat, 02 Apr 2022 03:58:24 GMT], Content-Type=[application/json]}
2022-04-02T03:58:25.800Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-02T03:58:25.800Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/555f341f-d12f-485e-a63c-4d7855359af9/model-vers/model-ver/589def1c-78d4-403e-b3f5-61d6d946e1da?depth=0|INFO|500||InvokeReturn
2022-04-02T03:58:25.804Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-02T03:58:25.804Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||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-04-02T03:58:25.809Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||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-04-02T03:58:25.810Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bc3090a-1707-4272-9160-87aabf1495b4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-02T03:58:25.811Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-02T03:58:25.812Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:58:25.814Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:58:25.814Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871905811,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T03:58:25.914Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:58:25.915Z||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-04-02T03:58:25.915Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:58:25.927Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:58:25.927Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-02T03:58:26.825Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:58:26.826Z|6bc3090a-1707-4272-9160-87aabf1495b4|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-04-02T03:58:26.826Z|6bc3090a-1707-4272-9160-87aabf1495b4|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:58:36.368Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:20.001Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:59:20.002Z|6bc3090a-1707-4272-9160-87aabf1495b4|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-04-02T03:59:20.002Z|6bc3090a-1707-4272-9160-87aabf1495b4|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T03:59:20.009Z||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-04-02T03:59:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:20.038Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:20.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "NOTIFIED"
}
2022-04-02T03:59:20.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:59:20.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-02T03:59:20.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:59:20.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:59:20.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:59:20.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-02T03:59:20.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:59:20.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:59:20.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:59:20.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871840001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T03:59:20.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T03:59:20.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871848125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:59:20.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871852336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:59:20.045Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871853620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:59:20.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871854821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:59:20.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871856060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/basic_onboard_seawdr0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-02T03:59:20.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871857065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-02T03:59:20.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871858072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/resourceInstances/basic_onboard_seawdr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-02T03:59:20.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871859075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSeawdr/1.0/artifacts/service-BasicOnboardSeawdr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T03:59:20.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T03:59:20.636Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:20.638Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-02T03:59:20.638Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c04a20c9-2375-40a5-b3fb-e71deaad0c68","serviceName":"vFW 2022-04-02 03-56-39","serviceVersion":"1.0","serviceUUID":"460bba71-51b5-40f0-aa4c-ef18ec31919d","serviceDescription":"catalog service description","serviceInvariantUUID":"5c60f4ce-7377-4ce6-85a3-fa520da00484","resources":[{"resourceInstanceName":"vFW 6230cf9f-caca 0","resourceName":"vFW 6230cf9f-caca","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6b6918a-5dc6-4863-8da7-5ad1d5435aed","resourceInvariantUUID":"d2d836f4-002d-4f75-aa02-135a7940d02e","resourceCustomizationUUID":"946191d3-c6fd-4aab-be5e-cd5d898cd64f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml","artifactChecksum":"NzRiYjMwZTA2ZDRmN2RmMGY3MjAzNzYyNTE4MWE2MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f3562e9-7fbe-40a1-b4d1-9b7aaa70979e","artifactVersion":"1"},{"artifactName":"vfw6230cf9fcaca0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json","artifactChecksum":"NjIwZGFlMDYwNTNhZjBjZDlmOWIxMmI4ZDdkZWM2Mzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8505a1c8-e32d-49aa-b583-ced1d1256edb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bd7c4217-fcc8-4f42-a9ad-17069c00552d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml","artifactChecksum":"YmE3NzVjZWM1NWM3MWQ3ODU1YWJlMGMxNjJlYjg4M2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aae4eadd-ba20-49ac-aabd-0ae340b3426d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a04eac5b-d15e-4fc4-84ce-fdcf90aa009d","artifactVersion":"2","generatedFromUUID":"bd7c4217-fcc8-4f42-a9ad-17069c00552d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220402035639-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml","artifactChecksum":"YzE5NWI2Mzk2ZWI0N2ZlOTRjMzEwODUwZGQ4OWIzNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f488d887-078b-43ad-a31a-2c0a2e4741ee","artifactVersion":"1"},{"artifactName":"service-Vfw20220402035639-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar","artifactChecksum":"MDI5MTEwYmQ2NGI0MjRhZjlhZmI3YWEzZWQzZTlkNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1948065f-f678-49f4-8c31-48cd3e39db34","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-02T03:59:20.640Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:20.641Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:20.643Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:20.643Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:59:20.743Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:20.744Z||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-04-02T03:59:20.745Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:20.759Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:20.760Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:59:21.643Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:21.644Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:21.647Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:21.647Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "NOTIFIED"
}
2022-04-02T03:59:21.747Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:21.748Z||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-04-02T03:59:21.748Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:21.759Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:21.760Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:22.647Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:22.648Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:22.650Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:22.650Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-02T03:59:22.750Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:22.751Z||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-04-02T03:59:22.751Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:22.766Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:22.766Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:59:23.650Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:23.651Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:23.653Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:23.654Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:59:23.754Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:23.755Z||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-04-02T03:59:23.755Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:23.769Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:23.769Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:24.655Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:24.656Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:24.658Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:24.659Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-02T03:59:24.759Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:24.760Z||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-04-02T03:59:24.760Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:24.771Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:24.772Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-02T03:59:25.659Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:25.660Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:25.662Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:25.662Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T03:59:25.762Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:25.763Z||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-04-02T03:59:25.763Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:25.773Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:25.773Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:26.663Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T03:59:26.663Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:26.665Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:26.665Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T03:59:26.765Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:26.766Z||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-04-02T03:59:26.767Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:26.778Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:26.778Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:27.666Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"serviceName": "vFW 2022-04-02 03-56-39",
"serviceVersion": "1.0",
"serviceUUID": "460bba71-51b5-40f0-aa4c-ef18ec31919d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5c60f4ce-7377-4ce6-85a3-fa520da00484",
"resources": [
{
"resourceInstanceName": "vFW 6230cf9f-caca 0",
"resourceCustomizationUUID": "946191d3-c6fd-4aab-be5e-cd5d898cd64f",
"resourceName": "vFW 6230cf9f-caca",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d6b6918a-5dc6-4863-8da7-5ad1d5435aed",
"resourceInvariantUUID": "d2d836f4-002d-4f75-aa02-135a7940d02e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6230cf9fcaca0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"artifactChecksum": "NjIwZGFlMDYwNTNhZjBjZDlmOWIxMmI4ZDdkZWM2Mzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8505a1c8-e32d-49aa-b583-ced1d1256edb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bd7c4217-fcc8-4f42-a9ad-17069c00552d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a04eac5b-d15e-4fc4-84ce-fdcf90aa009d",
"generatedFromUUID": "bd7c4217-fcc8-4f42-a9ad-17069c00552d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a04eac5b-d15e-4fc4-84ce-fdcf90aa009d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220402035639-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"artifactChecksum": "MDI5MTEwYmQ2NGI0MjRhZjlhZmI3YWEzZWQzZTlkNGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1948065f-f678-49f4-8c31-48cd3e39db34"
}
],
"workloadContext": "Production"
}
2022-04-02T03:59:27.667Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-02T03:59:27.667Z|6bc3090a-1707-4272-9160-87aabf1495b4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 460bba71-51b5-40f0-aa4c-ef18ec31919d ASDC
2022-04-02T03:59:27.668Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c04a20c9-2375-40a5-b3fb-e71deaad0c68
ServiceName:vFW 2022-04-02 03-56-39
ServiceVersion:1.0
ServiceUUID:460bba71-51b5-40f0-aa4c-ef18ec31919d
ServiceInvariantUUID:5c60f4ce-7377-4ce6-85a3-fa520da00484
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220402035639-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar
ArtifactUUID:1948065f-f678-49f4-8c31-48cd3e39db34
ArtifactChecksum:MDI5MTEwYmQ2NGI0MjRhZjlhZmI3YWEzZWQzZTlkNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6230cf9f-caca 0
ResourceCustomizationUUID:946191d3-c6fd-4aab-be5e-cd5d898cd64f
ResourceInvariantUUID:d2d836f4-002d-4f75-aa02-135a7940d02e
ResourceName:vFW 6230cf9f-caca
ResourceType:VF
ResourceUUID:d6b6918a-5dc6-4863-8da7-5ad1d5435aed
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6230cf9fcaca0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json
ArtifactUUID:8505a1c8-e32d-49aa-b583-ced1d1256edb
ArtifactChecksum:NjIwZGFlMDYwNTNhZjBjZDlmOWIxMmI4ZDdkZWM2Mzc=
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/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml
ArtifactUUID:bd7c4217-fcc8-4f42-a9ad-17069c00552d
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/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env
ArtifactUUID:a04eac5b-d15e-4fc4-84ce-fdcf90aa009d
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/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env
ArtifactUUID:a04eac5b-d15e-4fc4-84ce-fdcf90aa009d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-02T03:59:27.668Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 460bba71-51b5-40f0-aa4c-ef18ec31919d 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-04-02T03:59:27.699Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T03:59:27.700Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T03:59:27.700Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T03:59:27.700Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1948065f-f678-49f4-8c31-48cd3e39db34 from URL: /sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:27.700Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:59:27.701Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:28.106Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:59:28.113Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar 1948065f-f678-49f4-8c31-48cd3e39db34 98917
2022-04-02T03:59:28.114Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar ASDC sendASDCNotification
2022-04-02T03:59:28.114Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:28.114Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:59:28.115Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:28.117Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:28.117Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871968113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:59:28.217Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:28.218Z||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-04-02T03:59:28.218Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:28.230Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:28.231Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:29.117Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T03:59:29.118Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T03:59:29.119Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1948065f-f678-49f4-8c31-48cd3e39db34, URL: /sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar to file: /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:29.119Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220402035639-csar.csar
2022-04-02T03:59:29.119Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:29.120Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:29.309Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8979730172908928045/Definitions/service-Vfw20220402035639-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-02T03:59:31.408Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-02T03:59:31.409Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-02T03:59:31.409Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.409Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.410Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6230cf9f-caca 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||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-Vfw20220402035639-csar.csar
2022-04-02T03:59:31.411Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-02T03:59:31.412Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.412Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.412Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:31.412Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-02T03:59:31.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T03:59:31.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:31.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-02T03:59:31.414Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T03:59:31.414Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.414Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.414Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:31.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:31.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T03:59:31.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T03:59:31.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:31.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T03:59:31.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T03:59:31.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.417Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T03:59:31.417Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.417Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T03:59:31.417Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.417Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-02T03:59:31.417Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.418Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T03:59:31.418Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.418Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:31.418Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:31.419Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.419Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:31.419Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:31.419Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.419Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:31.420Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:31.420Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.420Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:31.420Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:31.420Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-02T03:59:31.420Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:31.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T03:59:31.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T03:59:31.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T03:59:31.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.422Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T03:59:31.422Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.422Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11fe7865-dfdc-41a6-9751-9be42926c6c3
2022-04-02T03:59:31.422Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.422Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:31.423Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:31.423Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T03:59:31.423Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.423Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.423Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.423Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T03:59:31.424Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:31.424Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-02T03:59:31.424Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T03:59:31.424Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.424Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T03:59:31.424Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.425Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd8db91a-2103-4cdb-837f-491877f9adcd
2022-04-02T03:59:31.425Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.425Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:31.425Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:31.425Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T03:59:31.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T03:59:31.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:31.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T03:59:31.427Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T03:59:31.427Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:31.427Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:31.427Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-02T03:59:31.427Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c6327bc8-a313-4f07-b295-5b2a5bb8b9cd
2022-04-02T03:59:31.427Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.429Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:31.429Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:31.429Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-02 03-56-39
Description:catalog service description
Model UUID:460bba71-51b5-40f0-aa4c-ef18ec31919d
Model Version:NULL
Model InvariantUuid:5c60f4ce-7377-4ce6-85a3-fa520da00484
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6230cf9f-caca
Model UUID:9067cdde-5247-46e2-8241-dedebebe2f65
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d2d836f4-002d-4f75-aa02-135a7940d02e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:946191d3-c6fd-4aab-be5e-cd5d898cd64f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a5c2dc3d-80ea-4a87-b509-9f1f0d7afcf6
ModelName:Vfw6230cf9fCaca..base_vfw..module-0
ModelUuid:ca875643-1b2a-48a5-b5bb-bbb1eb6705ef
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:11fe7865-dfdc-41a6-9751-9be42926c6c3
ModelInvariantUuid:e9ce3f34-955a-4896-81c3-cbb3c95f3d04
ModelName:vFW 6230cf9f-caca-nodes.vfwCvfc
ModelUuid:f862ec20-1d09-4e5b-88a6-15d2287b90c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7f8e7be8-568b-4d1b-8741-07bd27fe93ef
ModelInvariantUuid:c7df155c-7c99-49c0-981a-dc2b0d38276e
ModelName:Vfw6230cf9fCaca.compute.nodes.heat.vfw
ModelUuid:aba0d598-f928-45d1-81a1-dacac2f4337d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cd8db91a-2103-4cdb-837f-491877f9adcd
ModelInvariantUuid:7ad6c2f5-bfc1-4f61-b1ac-7476fb6e1d73
ModelName:vFW 6230cf9f-caca-nodes.vsnCvfc
ModelUuid:6e1990d9-27bf-47f4-9b19-a8bdb9800ef6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e636c8e1-f4b5-4bb5-b26c-6e35c39ba299
ModelInvariantUuid:39cf3955-fd69-4eb7-a889-8e99427ed048
ModelName:Vfw6230cf9fCaca.compute.nodes.heat.vsn
ModelUuid:bdfc99d2-e4ab-4166-a171-6cbd7ccc2ed2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c6327bc8-a313-4f07-b295-5b2a5bb8b9cd
ModelInvariantUuid:9574d10a-c516-4042-a480-f0a199ef6826
ModelName:vFW 6230cf9f-caca-nodes.vpgCvfc
ModelUuid:99f0f13b-2bc7-45b7-bcd3-94fdafda9e50
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:05665389-f870-4049-8927-6254f087d72e
ModelInvariantUuid:1520fb16-3153-4205-9295-575146dc73a7
ModelName:Vfw6230cf9fCaca.compute.nodes.heat.vpg
ModelUuid:3a11d781-56ac-4e90-9387-05606141b594
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-04-02T03:59:31.432Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d6b6918a-5dc6-4863-8da7-5ad1d5435aed
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-04-02T03:59:31.435Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||vFW 6230cf9f-caca 0
2022-04-02T03:59:31.435Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6b6918a-5dc6-4863-8da7-5ad1d5435aed
2022-04-02T03:59:31.435Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8505a1c8-e32d-49aa-b583-ced1d1256edb from URL: /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json
2022-04-02T03:59:31.435Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:59:31.435Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json
2022-04-02T03:59:31.599Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:59:31.600Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json 8505a1c8-e32d-49aa-b583-ced1d1256edb 785
2022-04-02T03:59:31.600Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json ASDC sendASDCNotification
2022-04-02T03:59:31.600Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json
2022-04-02T03:59:31.600Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:59:31.601Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:31.603Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:31.603Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871971600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:59:31.703Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:31.704Z||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-04-02T03:59:31.704Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:31.716Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:31.717Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:32.605Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6230cf9fCaca..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a5c2dc3d-80ea-4a87-b509-9f1f0d7afcf6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ca875643-1b2a-48a5-b5bb-bbb1eb6705ef",
"vfModuleModelCustomizationUUID": "7b7bb2ae-b74d-4fd0-b84a-9a808e8cc9ba",
"isBase": true,
"artifacts": [
"bd7c4217-fcc8-4f42-a9ad-17069c00552d",
"a04eac5b-d15e-4fc4-84ce-fdcf90aa009d"
],
"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-04-02T03:59:32.608Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6230cf9fCaca..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca875643-1b2a-48a5-b5bb-bbb1eb6705ef
VfModuleModelInvariantUUID:a5c2dc3d-80ea-4a87-b509-9f1f0d7afcf6
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd7c4217-fcc8-4f42-a9ad-17069c00552d
,
a04eac5b-d15e-4fc4-84ce-fdcf90aa009d
}
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-04-02T03:59:32.610Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6230cf9fCaca..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a5c2dc3d-80ea-4a87-b509-9f1f0d7afcf6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ca875643-1b2a-48a5-b5bb-bbb1eb6705ef",
"vfModuleModelCustomizationUUID": "7b7bb2ae-b74d-4fd0-b84a-9a808e8cc9ba",
"isBase": true,
"artifacts": [
"bd7c4217-fcc8-4f42-a9ad-17069c00552d",
"a04eac5b-d15e-4fc4-84ce-fdcf90aa009d"
],
"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-04-02T03:59:32.610Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6230cf9fCaca..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca875643-1b2a-48a5-b5bb-bbb1eb6705ef
VfModuleModelInvariantUUID:a5c2dc3d-80ea-4a87-b509-9f1f0d7afcf6
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd7c4217-fcc8-4f42-a9ad-17069c00552d
,
a04eac5b-d15e-4fc4-84ce-fdcf90aa009d
}
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-04-02T03:59:32.611Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bd7c4217-fcc8-4f42-a9ad-17069c00552d from URL: /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml
2022-04-02T03:59:32.611Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:59:32.611Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml
2022-04-02T03:59:32.834Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:59:32.834Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml bd7c4217-fcc8-4f42-a9ad-17069c00552d 20368
2022-04-02T03:59:32.835Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-02T03:59:32.835Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml
2022-04-02T03:59:32.835Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:59:32.835Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:32.837Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:32.837Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871972835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:59:32.937Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:32.938Z||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-04-02T03:59:32.938Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:32.950Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:32.951Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:33.838Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a04eac5b-d15e-4fc4-84ce-fdcf90aa009d from URL: /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env
2022-04-02T03:59:33.839Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T03:59:33.839Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env
2022-04-02T03:59:34.131Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T03:59:34.131Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env a04eac5b-d15e-4fc4-84ce-fdcf90aa009d 2098
2022-04-02T03:59:34.132Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-02T03:59:34.132Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env
2022-04-02T03:59:34.132Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T03:59:34.132Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:34.135Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:34.135Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871974132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-02T03:59:34.235Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:34.236Z||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-04-02T03:59:34.236Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:34.257Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:34.258Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:35.135Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 460bba71-51b5-40f0-aa4c-ef18ec31919d
2022-04-02T03:59:35.136Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6230cf9f-caca 0 d6b6918a-5dc6-4863-8da7-5ad1d5435aed ASDC
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 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 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-04-02T03:59:35.148Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e1d3fcd, org.onap.sdc.toscaparser.api.parameters.Input@2d35270f, org.onap.sdc.toscaparser.api.parameters.Input@6197c412, org.onap.sdc.toscaparser.api.parameters.Input@971c790, org.onap.sdc.toscaparser.api.parameters.Input@e156224]
2022-04-02T03:59:35.149Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.149Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.149Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-04-02T03:59:35.149Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 946191d3-c6fd-4aab-be5e-cd5d898cd64f
2022-04-02T03:59:35.149Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 946191d3-c6fd-4aab-be5e-cd5d898cd64f matches Tosca VF Customization UUID: 946191d3-c6fd-4aab-be5e-cd5d898cd64f
2022-04-02T03:59:35.150Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 946191d3-c6fd-4aab-be5e-cd5d898cd64f 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-04-02T03:59:35.151Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.151Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.152Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 946191d3-c6fd-4aab-be5e-cd5d898cd64f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-02T03:59:35.152Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52bed3da
2022-04-02T03:59:35.152Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.153Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T03:59:35.153Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7b7bb2ae-b74d-4fd0-b84a-9a808e8cc9ba
2022-04-02T03:59:35.153Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7b7bb2ae-b74d-4fd0-b84a-9a808e8cc9ba
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-04-02T03:59:35.155Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.155Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:35.155Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:35.155Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.156Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:35.156Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:35.156Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.156Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:35.156Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:35.157Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-02T03:59:35.157Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:35.157Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T03:59:35.157Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T03:59:35.157Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.158Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:35.158Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T03:59:35.158Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:35.158Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T03:59:35.158Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.159Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11fe7865-dfdc-41a6-9751-9be42926c6c3
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-04-02T03:59:35.160Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.160Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:35.160Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:35.161Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.161Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:35.161Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:35.162Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T03:59:35.162Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:35.162Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.162Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.162Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T03:59:35.163Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:35.163Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-02T03:59:35.163Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T03:59:35.163Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:35.163Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T03:59:35.164Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.164Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd8db91a-2103-4cdb-837f-491877f9adcd
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-04-02T03:59:35.165Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.166Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:35.166Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:35.169Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.170Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is not matching search criteria
2022-04-02T03:59:35.170Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T03:59:35.170Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T03:59:35.170Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:35.171Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.171Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.171Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T03:59:35.171Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T03:59:35.172Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T03:59:35.172Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T03:59:35.172Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T03:59:35.172Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T03:59:35.173Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-02T03:59:35.173Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c6327bc8-a313-4f07-b295-5b2a5bb8b9cd
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-04-02T03:59:35.174Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.175Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:35.175Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T03:59:35.175Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.175Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Node template vFW 6230cf9f-caca 0 is matching search criteria
2022-04-02T03:59:35.175Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6230cf9f-caca 0] matching following query criteria: sdcType=VF, customizationUUID=946191d3-c6fd-4aab-be5e-cd5d898cd64f
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-04-02T03:59:35.177Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.177Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.177Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 460bba71-51b5-40f0-aa4c-ef18ec31919d: vFW 6230cf9f-caca
2022-04-02T03:59:35.177Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.177Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.177Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.178Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.178Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.178Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.178Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.178Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.179Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T03:59:35.179Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-56-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T03:59:35.179Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-04-02 03-56-39
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-04-02T03:59:35.298Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6230cf9f-caca d6b6918a-5dc6-4863-8da7-5ad1d5435aed 1 ASDC deployResourceStructure
2022-04-02T03:59:35.299Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json ASDC sendASDCNotification
2022-04-02T03:59:35.299Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json
2022-04-02T03:59:35.299Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:59:35.299Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:35.301Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:35.301Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871975299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-02T03:59:35.401Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:35.403Z||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-04-02T03:59:35.403Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:35.413Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:35.413Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:36.302Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-02T03:59:36.303Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml
2022-04-02T03:59:36.303Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:59:36.303Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:36.305Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:36.305Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871976302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-02T03:59:36.405Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:36.406Z||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-04-02T03:59:36.406Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:36.416Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:36.417Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:37.306Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-02T03:59:37.307Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env
2022-04-02T03:59:37.307Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:59:37.307Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:37.309Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:37.309Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871977306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-02T03:59:37.409Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T03:59:37.410Z||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-04-02T03:59:37.410Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:37.422Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:37.422Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:38.310Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar ASDC sendASDCNotification
2022-04-02T03:59:38.310Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar
2022-04-02T03:59:38.310Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-02T03:59:38.311Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T03:59:38.312Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T03:59:38.312Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871978310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T03:59:38.413Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-02T03:59:38.414Z||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-04-02T03:59:38.414Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T03:59:38.426Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T03:59:38.427Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T03:59:39.313Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
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-04-02T03:59:39.324Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
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-04-02T03:59:39.326Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T03:59:39.326Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T03:59:39.326Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:00:09.327Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
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-04-02T04:00:09.338Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
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-04-02T04:00:09.342Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:00:09.342Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:00:09.342Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:00:20.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:00:20.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-02T04:00:20.010Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:00:20.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:00:20.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bc3090a-1707-4272-9160-87aabf1495b4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871905811,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:00:20.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871928900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "cds",
"timestamp": 1648871927453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871934216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871925661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871928900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "NOTIFIED"
}
2022-04-02T04:00:20.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "cds",
"timestamp": 1648871927453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871934216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871925661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871928900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-02T04:00:20.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "cds",
"timestamp": 1648871927453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871934216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871925661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871928900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "cds",
"timestamp": 1648871927453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871934216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871925661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871928900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-02T04:00:20.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "cds",
"timestamp": 1648871927453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871934216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871925661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871928900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "cds",
"timestamp": 1648871927453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871934216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871925661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "dcae-sch",
"timestamp": 1648871939513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871928900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:00:20.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "cds",
"timestamp": 1648871927453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:00:20.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "ves-openapi-manager",
"timestamp": 1648871934216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871925661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:00:20.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "dcae-sch",
"timestamp": 1648871939513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "policy-id",
"timestamp": 1648871940620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871941689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "cds",
"timestamp": 1648871943030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871941853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "dcae-sch",
"timestamp": 1648871939513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "policy-id",
"timestamp": 1648871940620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "cds",
"timestamp": 1648871944037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-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-04-02T04:00:20.082Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c04a20c9-2375-40a5-b3fb-e71deaad0c68
2022-04-02T04:00:20.082Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04a20c9-2375-40a5-b3fb-e71deaad0c68 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-04-02T04:00:20.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871942860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "dcae-sch",
"timestamp": 1648871939513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "policy-id",
"timestamp": 1648871940620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-02T04:00:20.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "dcae-sch",
"timestamp": 1648871939513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "policy-id",
"timestamp": 1648871940620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871944148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "policy-id",
"timestamp": 1648871940620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "dcae-sch",
"timestamp": 1648871939513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871945172,
"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-04-02T04:00:20.101Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c04a20c9-2375-40a5-b3fb-e71deaad0c68
2022-04-02T04:00:20.101Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04a20c9-2375-40a5-b3fb-e71deaad0c68 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-04-02T04:00:20.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "clamp",
"timestamp": 1648871944957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871945723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T04:00:20.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "policy-id",
"timestamp": 1648871940620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "dcae-sch",
"timestamp": 1648871939513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648871946175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-02T04:00:20.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "clamp",
"timestamp": 1648871944957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "NOTIFIED"
}
2022-04-02T04:00:20.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648871946733,
"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-04-02T04:00:20.121Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c04a20c9-2375-40a5-b3fb-e71deaad0c68
2022-04-02T04:00:20.121Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04a20c9-2375-40a5-b3fb-e71deaad0c68 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-04-02T04:00:20.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "policy-id",
"timestamp": 1648871940620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "clamp",
"timestamp": 1648871944957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "aai-ml",
"timestamp": 1648871949255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "policy-id",
"timestamp": 1648871948624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "clamp",
"timestamp": 1648871944957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "aai-ml",
"timestamp": 1648871949255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "policy-id",
"timestamp": 1648871949628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "clamp",
"timestamp": 1648871944957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "aai-ml",
"timestamp": 1648871949255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "policy-id",
"timestamp": 1648871950631,
"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-04-02T04:00:20.137Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c04a20c9-2375-40a5-b3fb-e71deaad0c68
2022-04-02T04:00:20.137Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04a20c9-2375-40a5-b3fb-e71deaad0c68 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-02T04:00:20.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "clamp",
"timestamp": 1648871944957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "aai-ml",
"timestamp": 1648871949255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "clamp",
"timestamp": 1648871944957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "aai-ml",
"timestamp": 1648871949255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "aai-ml",
"timestamp": 1648871949255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "aai-ml",
"timestamp": 1648871949255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:00:20.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "aai-ml",
"timestamp": 1648871957189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:00:20.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:00:39.343Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
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-04-02T04:00:39.356Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
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-04-02T04:00:39.359Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:00:39.359Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:00:39.359Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:01:09.360Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
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-04-02T04:01:09.376Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
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-04-02T04:01:09.380Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:01:09.380Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-02T04:01:09.381Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-02T04:01:20.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:01:20.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-02T04:01:20.010Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:01:20.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:01:20.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:01:20.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:01:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "NOTIFIED"
}
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "clamp",
"timestamp": 1648871961950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:01:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "clamp",
"timestamp": 1648871963959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "clamp",
"timestamp": 1648871964963,
"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-04-02T04:01:20.545Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c04a20c9-2375-40a5-b3fb-e71deaad0c68
2022-04-02T04:01:20.545Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04a20c9-2375-40a5-b3fb-e71deaad0c68 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-04-02T04:01:20.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:01:20.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:01:20.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871960001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:01:20.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-02T04:01:20.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871968113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:01:20.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "aai-ml",
"timestamp": 1648871969709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T04:01:20.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "aai-ml",
"timestamp": 1648871970716,
"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-04-02T04:01:20.565Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c04a20c9-2375-40a5-b3fb-e71deaad0c68
2022-04-02T04:01:20.565Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04a20c9-2375-40a5-b3fb-e71deaad0c68 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-04-02T04:01:20.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871971600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:01:20.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871972835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:01:20.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871974132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:01:20.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871975299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/vfw6230cf9fcaca0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-02T04:01:20.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871976302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-02T04:01:20.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871977306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/resourceInstances/vfw6230cf9fcaca0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-02T04:01:20.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:20.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-02T04:01:20.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648871978310,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035639/1.0/artifacts/service-Vfw20220402035639-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T04:01:20.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:01:39.381Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
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-04-02T04:01:39.394Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68
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-04-02T04:01:39.399Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-02T04:01:39.399Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-02T04:01:39.399Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-02T04:01:39.399Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-02T04:01:39.399Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-02T04:01:39.400Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-02T04:01:39.400Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-02T04:01:39.400Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-02T04:01:39.400Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-02T04:01:39.400Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-02T04:01:39.400Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||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-04-02T04:01:39.405Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-02T04:02:09.406Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68 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-04-02T04:02:09.412Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c04a20c9-2375-40a5-b3fb-e71deaad0c68 and serviceModelVersionId: 460bba71-51b5-40f0-aa4c-ef18ec31919d
2022-04-02T04:02:09.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c60f4ce-7377-4ce6-85a3-fa520da00484
2022-04-02T04:02:09.415Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0
2022-04-02T04:02:09.421Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-02T04:02:09.482Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0|INFO|500||Invoke
2022-04-02T04:02:09.483Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c04a20c9-2375-40a5-b3fb-e71deaad0c68], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[74d6d682-5839-4135-98b6-b76b79e8ec21], X-ECOMP-RequestID=[c04a20c9-2375-40a5-b3fb-e71deaad0c68], X-TransactionId=[], X-ONAP-RequestID=[c04a20c9-2375-40a5-b3fb-e71deaad0c68], Content-Type=[application/merge-patch+json]}
2022-04-02T04:02:09.520Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-02T04:02:10.041Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?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/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220402-04:02:09:401-15680], vertex-id=[368776], Content-Length=[0], Date=[Sat, 02 Apr 2022 04:02:09 GMT], Content-Type=[application/json]}
2022-04-02T04:02:10.042Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-02T04:02:10.042Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c60f4ce-7377-4ce6-85a3-fa520da00484/model-vers/model-ver/460bba71-51b5-40f0-aa4c-ef18ec31919d?depth=0|INFO|500||InvokeReturn
2022-04-02T04:02:10.043Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-02T04:02:10.043Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||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-04-02T04:02:10.046Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||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-04-02T04:02:10.047Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c04a20c9-2375-40a5-b3fb-e71deaad0c68 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-02T04:02:10.047Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-02T04:02:10.047Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:10.049Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:10.049Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872130047,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:02:10.150Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:10.151Z||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-04-02T04:02:10.151Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:10.167Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:10.168Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-02T04:02:11.062Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:02:11.063Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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-04-02T04:02:11.064Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:15.405Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:15.406Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-02T04:02:15.407Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e83bf634-fb39-4d4b-b86f-99f895afa254","serviceName":"vFW 2022-04-02 03-59-23","serviceVersion":"1.0","serviceUUID":"e32199b0-9b40-41f5-a63b-309debc568e9","serviceDescription":"catalog service description","serviceInvariantUUID":"a0d7b575-c833-46da-963b-697ec3c13052","resources":[{"resourceInstanceName":"vFW 53940a42-5719 0","resourceName":"vFW 53940a42-5719","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80683700-8ba7-4ced-bdca-440c0f9b891c","resourceInvariantUUID":"b3c83c2a-4255-483b-a829-7f6b2e0c94da","resourceCustomizationUUID":"8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml","artifactChecksum":"MTNiODBhYTQxYmEwMzM4NzUwNzM1ZTdlYjI0MDk4ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5786dd76-f6d2-493d-9378-aae7bfe30d9d","artifactVersion":"1"},{"artifactName":"vfw53940a4257190_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json","artifactChecksum":"Njc1NDgxMDM1NDlkMTRhZTA0ZmFmYTlhMjM3NmNlZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c993bf9-735d-490c-9202-f2929f1a0e90","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d39e43d0-5827-41e9-8c9e-666ec1c3206b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml","artifactChecksum":"YTQ0ZDViNDFhMmIyN2EyOWQ4MDZmNzNmYzlhNWY3Y2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"26651efd-f4eb-41fb-8f04-3af9c11193f7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bdb4a168-e945-430d-8544-273bd7b9acf7","artifactVersion":"2","generatedFromUUID":"d39e43d0-5827-41e9-8c9e-666ec1c3206b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220402035923-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml","artifactChecksum":"ZjRiODk1MmM3ZmYwOTY1ODIxOGZmYWMyZjdiOWVkZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"320b2349-6268-4988-8968-0b1f10fcc87c","artifactVersion":"1"},{"artifactName":"service-Vfw20220402035923-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar","artifactChecksum":"YjJkMzIzY2E3MWUwMWFiNDUzM2U4MmI5N2YyYjQ4MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0dd9383b-716b-4c1b-bd96-c8ff53f7a8c0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-02T04:02:15.412Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:15.413Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:15.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:15.416Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872131062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:15.516Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:15.517Z||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-04-02T04:02:15.517Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:15.529Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:15.529Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:16.422Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:16.426Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:16.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:16.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872131062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"status": "NOTIFIED"
}
2022-04-02T04:02:16.528Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:16.529Z||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-04-02T04:02:16.529Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:16.542Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:16.542Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:02:17.428Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:17.429Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:17.431Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:17.431Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872131062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-02T04:02:17.531Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:17.532Z||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-04-02T04:02:17.532Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:17.544Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:17.545Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:18.431Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:18.432Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:18.434Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:18.434Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872131062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:18.534Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:18.535Z||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-04-02T04:02:18.535Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:18.549Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:18.550Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:19.435Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:19.436Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:19.438Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:19.438Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872131062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-02T04:02:19.538Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:19.539Z||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-04-02T04:02:19.539Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:19.553Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:19.553Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:02:20.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-02T04:02:20.009Z||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-04-02T04:02:20.009Z||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 GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:20.438Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:20.439Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:20.441Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:20.441Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872131062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.541Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:20.542Z||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-04-02T04:02:20.542Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:20.554Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:20.554Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:20.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:20.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "clamp",
"timestamp": 1648872094957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "aai-ml",
"timestamp": 1648872099255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "dcae-sch",
"timestamp": 1648872099513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "policy-id",
"timestamp": 1648872100620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "clamp",
"timestamp": 1648872094957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "aai-ml",
"timestamp": 1648872099255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "dcae-sch",
"timestamp": 1648872099513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "policy-id",
"timestamp": 1648872100620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648872105661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "clamp",
"timestamp": 1648872094957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "aai-ml",
"timestamp": 1648872099255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "dcae-sch",
"timestamp": 1648872099513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "policy-id",
"timestamp": 1648872100620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "cds",
"timestamp": 1648872107453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648872105661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "clamp",
"timestamp": 1648872094957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "aai-ml",
"timestamp": 1648872099255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "dcae-sch",
"timestamp": 1648872099513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "policy-id",
"timestamp": 1648872100620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "cds",
"timestamp": 1648872107453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648872105661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "clamp",
"timestamp": 1648872094957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "dcae-sch",
"timestamp": 1648872099513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "aai-ml",
"timestamp": 1648872099255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "policy-id",
"timestamp": 1648872100620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "cds",
"timestamp": 1648872107453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648872105661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "clamp",
"timestamp": 1648872094957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "aai-ml",
"timestamp": 1648872099255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "dcae-sch",
"timestamp": 1648872099513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "policy-id",
"timestamp": 1648872100620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648872108900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "cds",
"timestamp": 1648872107453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648872105661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "clamp",
"timestamp": 1648872094957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "aai-ml",
"timestamp": 1648872099255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "dcae-sch",
"timestamp": 1648872099513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "policy-id",
"timestamp": 1648872100620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648872108900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "cds",
"timestamp": 1648872107453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648872105661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648872108900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "aai-ml",
"timestamp": 1648872113236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "policy-id",
"timestamp": 1648872111900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "cds",
"timestamp": 1648872107453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648872105661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648872108900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "policy-id",
"timestamp": 1648872112909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T04:02:20.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "cds",
"timestamp": 1648872107453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648872108900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648872113779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "policy-id",
"timestamp": 1648872113913,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-02T04:02:20.609Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e83bf634-fb39-4d4b-b86f-99f895afa254
2022-04-02T04:02:20.609Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e83bf634-fb39-4d4b-b86f-99f895afa254 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-04-02T04:02:20.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "cds",
"timestamp": 1648872115525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648872108900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "ves-openapi-manager",
"timestamp": 1648872114216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "cds",
"timestamp": 1648872116531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-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-04-02T04:02:20.622Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e83bf634-fb39-4d4b-b86f-99f895afa254
2022-04-02T04:02:20.623Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e83bf634-fb39-4d4b-b86f-99f895afa254 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-04-02T04:02:20.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648872108900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "ves-openapi-manager",
"timestamp": 1648872114216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "ves-openapi-manager",
"timestamp": 1648872114216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648872116818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648872117473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T04:02:20.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "ves-openapi-manager",
"timestamp": 1648872114216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648872118025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648872118479,
"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-04-02T04:02:20.640Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e83bf634-fb39-4d4b-b86f-99f895afa254
2022-04-02T04:02:20.640Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e83bf634-fb39-4d4b-b86f-99f895afa254 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-04-02T04:02:20.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "ves-openapi-manager",
"timestamp": 1648872114216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648872119309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "ves-openapi-manager",
"timestamp": 1648872114216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648872120362,
"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-04-02T04:02:20.658Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e83bf634-fb39-4d4b-b86f-99f895afa254
2022-04-02T04:02:20.659Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e83bf634-fb39-4d4b-b86f-99f895afa254 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "ves-openapi-manager",
"timestamp": 1648872114216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648872121374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"status": "DEPLOY_OK"
}
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "clamp",
"timestamp": 1648872121973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:02:20.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "aai-ml",
"timestamp": 1648872125156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "clamp",
"timestamp": 1648872123982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "aai-ml",
"timestamp": 1648872126160,
"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-04-02T04:02:20.670Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e83bf634-fb39-4d4b-b86f-99f895afa254
2022-04-02T04:02:20.671Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e83bf634-fb39-4d4b-b86f-99f895afa254 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-04-02T04:02:20.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "clamp",
"timestamp": 1648872124985,
"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-04-02T04:02:20.683Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e83bf634-fb39-4d4b-b86f-99f895afa254
2022-04-02T04:02:20.683Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e83bf634-fb39-4d4b-b86f-99f895afa254 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-04-02T04:02:20.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c04a20c9-2375-40a5-b3fb-e71deaad0c68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872130047,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-02T04:02:20.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-02T04:02:20.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872131062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872131062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872131062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872131062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-02T04:02:20.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:20.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-02T04:02:20.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872131062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-02T04:02:20.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-02T04:02:21.441Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-02T04:02:21.442Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:21.445Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:21.445Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872131062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "NOTIFIED"
}
2022-04-02T04:02:21.545Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:21.546Z||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-04-02T04:02:21.546Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:21.556Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:21.556Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:22.445Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"serviceName": "vFW 2022-04-02 03-59-23",
"serviceVersion": "1.0",
"serviceUUID": "e32199b0-9b40-41f5-a63b-309debc568e9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a0d7b575-c833-46da-963b-697ec3c13052",
"resources": [
{
"resourceInstanceName": "vFW 53940a42-5719 0",
"resourceCustomizationUUID": "8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97",
"resourceName": "vFW 53940a42-5719",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "80683700-8ba7-4ced-bdca-440c0f9b891c",
"resourceInvariantUUID": "b3c83c2a-4255-483b-a829-7f6b2e0c94da",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw53940a4257190_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"artifactChecksum": "Njc1NDgxMDM1NDlkMTRhZTA0ZmFmYTlhMjM3NmNlZmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6c993bf9-735d-490c-9202-f2929f1a0e90",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d39e43d0-5827-41e9-8c9e-666ec1c3206b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bdb4a168-e945-430d-8544-273bd7b9acf7",
"generatedFromUUID": "d39e43d0-5827-41e9-8c9e-666ec1c3206b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bdb4a168-e945-430d-8544-273bd7b9acf7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220402035923-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"artifactChecksum": "YjJkMzIzY2E3MWUwMWFiNDUzM2U4MmI5N2YyYjQ4MmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0dd9383b-716b-4c1b-bd96-c8ff53f7a8c0"
}
],
"workloadContext": "Production"
}
2022-04-02T04:02:22.446Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-02T04:02:22.446Z|c04a20c9-2375-40a5-b3fb-e71deaad0c68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e32199b0-9b40-41f5-a63b-309debc568e9 ASDC
2022-04-02T04:02:22.447Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:e83bf634-fb39-4d4b-b86f-99f895afa254
ServiceName:vFW 2022-04-02 03-59-23
ServiceVersion:1.0
ServiceUUID:e32199b0-9b40-41f5-a63b-309debc568e9
ServiceInvariantUUID:a0d7b575-c833-46da-963b-697ec3c13052
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220402035923-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar
ArtifactUUID:0dd9383b-716b-4c1b-bd96-c8ff53f7a8c0
ArtifactChecksum:YjJkMzIzY2E3MWUwMWFiNDUzM2U4MmI5N2YyYjQ4MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 53940a42-5719 0
ResourceCustomizationUUID:8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97
ResourceInvariantUUID:b3c83c2a-4255-483b-a829-7f6b2e0c94da
ResourceName:vFW 53940a42-5719
ResourceType:VF
ResourceUUID:80683700-8ba7-4ced-bdca-440c0f9b891c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw53940a4257190_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json
ArtifactUUID:6c993bf9-735d-490c-9202-f2929f1a0e90
ArtifactChecksum:Njc1NDgxMDM1NDlkMTRhZTA0ZmFmYTlhMjM3NmNlZmM=
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/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml
ArtifactUUID:d39e43d0-5827-41e9-8c9e-666ec1c3206b
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/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env
ArtifactUUID:bdb4a168-e945-430d-8544-273bd7b9acf7
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/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env
ArtifactUUID:bdb4a168-e945-430d-8544-273bd7b9acf7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-02T04:02:22.447Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e32199b0-9b40-41f5-a63b-309debc568e9 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-04-02T04:02:22.479Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:02:22.479Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T04:02:22.479Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T04:02:22.480Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0dd9383b-716b-4c1b-bd96-c8ff53f7a8c0 from URL: /sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:22.480Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T04:02:22.480Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:22.601Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T04:02:22.606Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar 0dd9383b-716b-4c1b-bd96-c8ff53f7a8c0 98963
2022-04-02T04:02:22.606Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar ASDC sendASDCNotification
2022-04-02T04:02:22.606Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:22.606Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:02:22.607Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:22.609Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:22.609Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872142606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:02:22.709Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:22.710Z||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-04-02T04:02:22.710Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:22.722Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:22.722Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:23.609Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-02T04:02:23.610Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-02T04:02:23.610Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0dd9383b-716b-4c1b-bd96-c8ff53f7a8c0, URL: /sdc/v1/catalog/services/Vfw20220402035923/1.0/artifacts/service-Vfw20220402035923-csar.csar to file: /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:23.611Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220402035923-csar.csar
2022-04-02T04:02:23.611Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:23.611Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:23.810Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7228224914443133270/Definitions/service-Vfw20220402035923-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-02T04:02:25.858Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.859Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 53940a42-5719 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||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-Vfw20220402035923-csar.csar
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-02T04:02:25.860Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.861Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:25.862Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-02T04:02:25.862Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-02T04:02:25.862Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.862Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.862Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.862Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is not matching search criteria
2022-04-02T04:02:25.863Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T04:02:25.863Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T04:02:25.863Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T04:02:25.863Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.863Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.863Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.864Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:25.865Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:25.866Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.866Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:25.866Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:25.866Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.866Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:25.866Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is not matching search criteria
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T04:02:25.867Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=afe425c2-97a3-41aa-b7c7-17ac344ce24b
2022-04-02T04:02:25.868Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is not matching search criteria
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.869Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7b2eaca5-e3a3-4087-8a96-1b862175eafa
2022-04-02T04:02:25.870Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is not matching search criteria
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.871Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-02T04:02:25.872Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2a9b95e8-8397-44b2-871d-6da050d58049
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:25.873Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:25.874Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-02 03-59-23
Description:catalog service description
Model UUID:e32199b0-9b40-41f5-a63b-309debc568e9
Model Version:NULL
Model InvariantUuid:a0d7b575-c833-46da-963b-697ec3c13052
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 53940a42-5719
Model UUID:d9492d5c-567a-491e-92b4-4f57d6bc7124
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b3c83c2a-4255-483b-a829-7f6b2e0c94da
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6f3d68c3-ca8a-41ea-aaa9-b8e8533e3d2e
ModelName:Vfw53940a425719..base_vfw..module-0
ModelUuid:81192327-f3de-4fd6-9f29-5528623ab73d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:afe425c2-97a3-41aa-b7c7-17ac344ce24b
ModelInvariantUuid:c7dc95d3-532b-41d9-826b-15bf90ecce29
ModelName:vFW 53940a42-5719-nodes.vfwCvfc
ModelUuid:065606b9-33cb-4035-9eaa-3e800911ee87
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f352ff9d-2ea5-48a8-ad46-9a2a3551d9ef
ModelInvariantUuid:27fda6ef-15eb-48b6-a954-6ab403f2c6c7
ModelName:Vfw53940a425719.compute.nodes.heat.vfw
ModelUuid:eaa1b26f-8707-4229-93bd-b49662b1f3db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7b2eaca5-e3a3-4087-8a96-1b862175eafa
ModelInvariantUuid:beb4d5bf-39ec-4c40-b262-6ccdcd99d702
ModelName:vFW 53940a42-5719-nodes.vsnCvfc
ModelUuid:3e408bb5-a75b-4160-854d-1cb36960e52b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0fe59edb-5557-4078-bc8e-c6857333db7f
ModelInvariantUuid:c25ad654-37cb-4f74-9ba5-a51fb17d8e6c
ModelName:Vfw53940a425719.compute.nodes.heat.vsn
ModelUuid:5255cad8-50db-4986-9b96-a9795e991ea2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2a9b95e8-8397-44b2-871d-6da050d58049
ModelInvariantUuid:70670cb5-8578-430b-82cf-9f68bdc12835
ModelName:vFW 53940a42-5719-nodes.vpgCvfc
ModelUuid:e80d268d-ea0b-4369-b54e-d692997645c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:de2d5a3a-931e-40cc-9fc0-4c6a8906b124
ModelInvariantUuid:71258894-0eec-48c4-913f-9e87640d275d
ModelName:Vfw53940a425719.compute.nodes.heat.vpg
ModelUuid:56a4835c-9f19-42e0-8eaf-d3d5cf7aeeef
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-04-02T04:02:25.877Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 80683700-8ba7-4ced-bdca-440c0f9b891c
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-04-02T04:02:25.879Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||vFW 53940a42-5719 0
2022-04-02T04:02:25.879Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80683700-8ba7-4ced-bdca-440c0f9b891c
2022-04-02T04:02:25.879Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6c993bf9-735d-490c-9202-f2929f1a0e90 from URL: /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json
2022-04-02T04:02:25.879Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T04:02:25.879Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json
2022-04-02T04:02:26.194Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T04:02:26.195Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json 6c993bf9-735d-490c-9202-f2929f1a0e90 785
2022-04-02T04:02:26.195Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json ASDC sendASDCNotification
2022-04-02T04:02:26.195Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json
2022-04-02T04:02:26.195Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:02:26.195Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:26.197Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:26.197Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872146195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/vfw53940a4257190_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:02:26.297Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:26.298Z||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-04-02T04:02:26.298Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:26.309Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:26.309Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-02T04:02:27.198Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw53940a425719..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6f3d68c3-ca8a-41ea-aaa9-b8e8533e3d2e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "81192327-f3de-4fd6-9f29-5528623ab73d",
"vfModuleModelCustomizationUUID": "c4ace3d2-a970-491c-a8fe-c43b09378d10",
"isBase": true,
"artifacts": [
"d39e43d0-5827-41e9-8c9e-666ec1c3206b",
"bdb4a168-e945-430d-8544-273bd7b9acf7"
],
"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-04-02T04:02:27.201Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw53940a425719..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:81192327-f3de-4fd6-9f29-5528623ab73d
VfModuleModelInvariantUUID:6f3d68c3-ca8a-41ea-aaa9-b8e8533e3d2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d39e43d0-5827-41e9-8c9e-666ec1c3206b
,
bdb4a168-e945-430d-8544-273bd7b9acf7
}
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-04-02T04:02:27.203Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw53940a425719..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6f3d68c3-ca8a-41ea-aaa9-b8e8533e3d2e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "81192327-f3de-4fd6-9f29-5528623ab73d",
"vfModuleModelCustomizationUUID": "c4ace3d2-a970-491c-a8fe-c43b09378d10",
"isBase": true,
"artifacts": [
"d39e43d0-5827-41e9-8c9e-666ec1c3206b",
"bdb4a168-e945-430d-8544-273bd7b9acf7"
],
"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-04-02T04:02:27.203Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw53940a425719..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:81192327-f3de-4fd6-9f29-5528623ab73d
VfModuleModelInvariantUUID:6f3d68c3-ca8a-41ea-aaa9-b8e8533e3d2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d39e43d0-5827-41e9-8c9e-666ec1c3206b
,
bdb4a168-e945-430d-8544-273bd7b9acf7
}
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-04-02T04:02:27.203Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d39e43d0-5827-41e9-8c9e-666ec1c3206b from URL: /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml
2022-04-02T04:02:27.203Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T04:02:27.204Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml
2022-04-02T04:02:27.394Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T04:02:27.395Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml d39e43d0-5827-41e9-8c9e-666ec1c3206b 20368
2022-04-02T04:02:27.395Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-02T04:02:27.395Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml
2022-04-02T04:02:27.395Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:02:27.396Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:27.397Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:27.397Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872147395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:02:27.498Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:27.498Z||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-04-02T04:02:27.499Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:27.509Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:27.510Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:28.398Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bdb4a168-e945-430d-8544-273bd7b9acf7 from URL: /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env
2022-04-02T04:02:28.399Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-02T04:02:28.399Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env
2022-04-02T04:02:28.595Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-02T04:02:28.596Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env bdb4a168-e945-430d-8544-273bd7b9acf7 2098
2022-04-02T04:02:28.596Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-02T04:02:28.596Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env
2022-04-02T04:02:28.596Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-02T04:02:28.597Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-02T04:02:28.599Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-02T04:02:28.599Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e83bf634-fb39-4d4b-b86f-99f895afa254",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648872148596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220402035923/1.0/resourceInstances/vfw53940a4257190/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-02T04:02:28.699Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-02T04:02:28.700Z||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-04-02T04:02:28.700Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GCqzoDOAtKeQqP9d) ...
2022-04-02T04:02:28.711Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-02T04:02:28.712Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-02T04:02:29.599Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e32199b0-9b40-41f5-a63b-309debc568e9
2022-04-02T04:02:29.600Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 53940a42-5719 0 80683700-8ba7-4ced-bdca-440c0f9b891c 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-04-02T04:02:29.611Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76716bb0, org.onap.sdc.toscaparser.api.parameters.Input@cd20217, org.onap.sdc.toscaparser.api.parameters.Input@47e05458, org.onap.sdc.toscaparser.api.parameters.Input@50306433, org.onap.sdc.toscaparser.api.parameters.Input@2d61a96e]
2022-04-02T04:02:29.613Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:29.614Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:29.614Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-04-02T04:02:29.614Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97
2022-04-02T04:02:29.614Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97 matches Tosca VF Customization UUID: 8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97
2022-04-02T04:02:29.615Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97 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-04-02T04:02:29.617Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:29.617Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-02T04:02:29.618Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8b7ae8b0-a6f9-4c8e-94e0-233e42f8ab97: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-02T04:02:29.618Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27faf7dc
2022-04-02T04:02:29.618Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:29.618Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-02 03-59-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-02T04:02:29.619Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c4ace3d2-a970-491c-a8fe-c43b09378d10
2022-04-02T04:02:29.619Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c4ace3d2-a970-491c-a8fe-c43b09378d10
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-04-02T04:02:29.621Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:29.621Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:29.621Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:29.622Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:29.622Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:29.622Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:29.623Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:29.623Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is not matching search criteria
2022-04-02T04:02:29.623Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-02T04:02:29.624Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-02T04:02:29.624Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-02T04:02:29.624Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-02T04:02:29.625Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-02T04:02:29.625Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-02T04:02:29.625Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:29.625Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-02T04:02:29.626Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-02T04:02:29.626Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-02T04:02:29.626Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-02T04:02:29.626Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=afe425c2-97a3-41aa-b7c7-17ac344ce24b
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-04-02T04:02:29.628Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-02T04:02:29.629Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Node template vFW 53940a42-5719 0 is matching search criteria
2022-04-02T04:02:29.629Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 53940a42-5719 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-02T04:02:29.629Z|e83bf634-fb39-4d4b-b86f-99f895afa254|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery