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-05-17T05:18:59.534Z||main|||||INFO|500||The following profiles are active: basic
2022-05-17T05:19:10.763Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-17T05:19:10.764Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-17T05:19:10.886Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-17T05:19:14.973Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-17T05:19:15.466Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-17T05:19:16.066Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-17T05:19:16.073Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-17T05:19:16.185Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-17T05:19:16.437Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-17T05:19:17.111Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-17T05:19:18.926Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-17T05:19:21.317Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-17T05:19:21.382Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-17T05:19:22.109Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-17T05:19:22.324Z||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-05-17T05:19:23.480Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-17T05:19:24.561Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-17T05:19:24.579Z||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$$7b5c92.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-05-17T05:19:24.580Z||main|||||WARN|500||The sdc end point is not alive
2022-05-17T05:19:28.120Z||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-05-17T05:19:31.729Z||main|||||WARN|500||---
2022-05-17T05:19:31.729Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-17T05:19:31.730Z||main|||||WARN|500||---
2022-05-17T05:19:32.264Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-17T05:19:38.230Z||main|||||INFO|500||Started Application in 41.837 seconds (JVM running for 44.156)
2022-05-17T05:19:38.243Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-17T05:19:38.248Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-17T05:19:38.262Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-17T05:19:38.289Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-17T05:19:38.335Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e3f6089-649e-4d2e-8612-72bf916b4f67 url= /sdc/v1/artifactTypes
2022-05-17T05:19:38.335Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-17T05:19:38.612Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-17T05:19:38.638Z||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-05-17T05:19:38.662Z||scheduling-1|||||DEBUG|500||create keys
2022-05-17T05:19:38.670Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-17T05:19:38.697Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:19:38.716Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 65430095-b176-4e3b-b2f9-3ce41f7e08eb url= /sdc/v1/registerForDistribution
2022-05-17T05:19:38.881Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 65430095-b176-4e3b-b2f9-3ce41f7e08eb url= /sdc/v1/registerForDistribution
2022-05-17T05:19:38.882Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-17T05:19:38.898Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:19:38.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:19:38.909Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-17T05:19:38.910Z||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-05-17T05:19:38.910Z||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-05-17T05:19:38.911Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:19:38.911Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:19:49.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:19:49.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:20:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:20:38.891Z||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-05-17T05:20:38.892Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:20:38.899Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:20:38.900Z||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-05-17T05:20:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:20:48.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:20:48.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:21:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:21:38.891Z||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-05-17T05:21:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:21:38.899Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:21:38.900Z||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-05-17T05:21:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:21:48.441Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:21:48.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:22:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:22:38.891Z||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-05-17T05:22:38.892Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:22:38.899Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:22:38.900Z||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-05-17T05:22:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:22:48.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:22:48.449Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:23:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:23:38.891Z||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-05-17T05:23:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:23:38.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:23:38.900Z||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-05-17T05:23:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:23:48.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:23:48.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:24:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:24:38.891Z||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-05-17T05:24:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:24:38.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:24:38.901Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-17T05:24:38.901Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:24:48.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:24:48.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:25:38.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:25:38.894Z||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-05-17T05:25:38.894Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:25:38.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:25:38.901Z||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-05-17T05:25:38.901Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:25:48.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:25:48.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:26:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:26:38.892Z||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-05-17T05:26:38.892Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:26:38.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:26:38.902Z||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-05-17T05:26:38.902Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:26:48.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:26:48.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:27:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:27:38.892Z||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-05-17T05:27:38.893Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:27:38.899Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:27:38.900Z||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-05-17T05:27:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:27:48.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:27:48.446Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:28:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:28:38.892Z||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-05-17T05:28:38.892Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:28:38.899Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:28:38.900Z||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-05-17T05:28:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:28:48.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:28:48.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:28:56.268Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-17T05:29:38.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:29:38.891Z||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-05-17T05:29:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:29:38.899Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:29:38.900Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-17T05:29:38.900Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:29:48.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:29:48.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:30:38.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:30:38.892Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-17T05:30:38.892Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:30:38.899Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:30:38.900Z||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-05-17T05:30:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:30:48.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:30:48.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:31:38.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:31:38.891Z||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-05-17T05:31:38.892Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:31:38.899Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:31:38.900Z||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-05-17T05:31:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:31:48.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:31:48.456Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:32:38.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:32:38.891Z||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-05-17T05:32:38.892Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:32:38.899Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:32:38.900Z||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-05-17T05:32:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:32:48.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:32:48.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:33:38.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:33:38.891Z||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-05-17T05:33:38.892Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:33:38.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:33:38.901Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-17T05:33:38.901Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:33:48.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:33:48.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:34:38.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:34:38.892Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-17T05:34:38.892Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:34:38.899Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:34:38.900Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-17T05:34:38.900Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:34:48.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:34:48.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:35:38.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:35:38.892Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-17T05:35:38.892Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:35:38.899Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:35:38.900Z||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-05-17T05:35:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:35:48.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:35:48.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:36:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:36:38.893Z||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-05-17T05:36:38.893Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:36:38.899Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:36:38.900Z||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-05-17T05:36:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:36:48.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:36:48.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:37:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:37:38.892Z||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-05-17T05:37:38.892Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:37:38.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:37:38.900Z||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-05-17T05:37:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:37:48.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:37:48.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:38:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:38:38.891Z||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-05-17T05:38:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:38:38.899Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:38:38.900Z||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-05-17T05:38:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:38:48.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:38:48.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:39:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:39:38.891Z||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-05-17T05:39:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:39:38.899Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:39:38.900Z||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-05-17T05:39:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:39:48.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:39:48.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:40:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:40:38.891Z||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-05-17T05:40:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:40:38.899Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:40:38.900Z||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-05-17T05:40:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:40:48.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:40:48.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:41:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:41:38.891Z||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-05-17T05:41:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:41:38.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:41:38.900Z||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-05-17T05:41:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:41:48.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:41:48.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:42:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:42:38.891Z||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-05-17T05:42:38.892Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:42:38.899Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:42:38.900Z||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-05-17T05:42:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:42:48.470Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:42:48.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:43:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:43:38.891Z||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-05-17T05:43:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:43:38.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:43:38.901Z||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-05-17T05:43:38.901Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:43:48.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:43:48.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:44:38.891Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:44:38.892Z||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-05-17T05:44:38.893Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:44:38.899Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:44:38.901Z||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-05-17T05:44:38.901Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:44:48.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:44:48.496Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:45:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:45:38.891Z||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-05-17T05:45:38.892Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:45:38.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:45:38.900Z||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-05-17T05:45:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:45:48.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:45:48.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:46:38.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:46:38.893Z||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-05-17T05:46:38.893Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:46:38.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:46:38.900Z||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-05-17T05:46:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:46:48.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:46:48.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:47:38.891Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:47:38.892Z||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-05-17T05:47:38.893Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:47:38.899Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:47:38.900Z||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-05-17T05:47:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:47:48.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:47:48.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:48:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:48:38.891Z||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-05-17T05:48:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:48:38.899Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:48:38.900Z||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-05-17T05:48:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:48:48.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:48:48.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:48:58.100Z||http-nio-8085-exec-3|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-17T05:49:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:49:38.891Z||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-05-17T05:49:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:49:38.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:49:38.901Z||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-05-17T05:49:38.901Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:49:48.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:49:48.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:50:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:50:38.891Z||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-05-17T05:50:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:50:38.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:50:38.900Z||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-05-17T05:50:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:50:48.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:50:48.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:51:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:51:38.891Z||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-05-17T05:51:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:51:38.899Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:51:38.900Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-17T05:51:38.900Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:51:48.444Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:51:48.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:52:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:52:38.892Z||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-05-17T05:52:38.892Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:52:38.899Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:52:38.900Z||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-05-17T05:52:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:52:48.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:52:48.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:53:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:53:38.891Z||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-05-17T05:53:38.891Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:53:38.899Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:53:38.900Z||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-05-17T05:53:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:53:48.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:53:48.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:38.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:54:38.892Z||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-05-17T05:54:38.893Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:38.899Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:54:38.900Z||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-05-17T05:54:38.900Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:39.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:39.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"12946032-ebd1-479c-a2a7-36e0c237e5a4","serviceName":"vFW 2022-05-17 05-52-47","serviceVersion":"1.0","serviceUUID":"271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b","serviceDescription":"catalog service description","serviceInvariantUUID":"91382b43-9c87-49fd-b3ee-c1d4c83900b8","resources":[{"resourceInstanceName":"vFW 69e7467e-56c8 0","resourceName":"vFW 69e7467e-56c8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d663e080-1b5d-4182-8924-0140d8cd0fb8","resourceInvariantUUID":"9e0b2727-a3c9-4ea4-a15b-112146d1f170","resourceCustomizationUUID":"c25c2a38-83c1-4bda-b4c9-5eb587eac0f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml","artifactChecksum":"ZjM5YTczMzkwOGE0ZDA2NGNlNTk0ZDczNDFjZjZkZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7672e4f6-398c-405b-a993-f6ebb3361213","artifactVersion":"1"},{"artifactName":"vfw69e7467e56c80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json","artifactChecksum":"YjkyODM4NjA0ZDk1YTMyODhlOTI4MDM3ZmQ3ZmExNGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"60eb0da2-057c-42dc-b04a-c8ceff0dadfa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0abe752f-6d52-431b-bc9b-e95efc589aec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml","artifactChecksum":"MTQ2N2FmZjkxMzYyNTY0NmIyNTE0MzQyODg1MGU5NzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c44b929f-eded-4d95-ba5d-fcb228774ae6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2414f41e-4392-44c3-8231-828ea39160fa","artifactVersion":"2","generatedFromUUID":"0abe752f-6d52-431b-bc9b-e95efc589aec"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220517055247-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml","artifactChecksum":"ODBhMWZlZmMwYjQ5MmIyNmI4YzY5YThjMWMwZmUxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc033063-c84a-4848-95ef-5acf4aeee323","artifactVersion":"1"},{"artifactName":"service-Vfw20220517055247-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar","artifactChecksum":"ZmFkZWFkZWRjNzZhMjI0MTIzZjU0Y2FlNGJkNzRhZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f245a832-ae83-4cc5-b080-97a96ed6b8be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-17T05:54:39.533Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:39.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766852354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.544Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:54:39.551Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:39.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "cds",
"timestamp": 1652766844255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "aai-ml",
"timestamp": 1652766853000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766852354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "NOTIFIED"
}
2022-05-17T05:54:39.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.566Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:39.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "cds",
"timestamp": 1652766844255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.567Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "aai-ml",
"timestamp": 1652766853000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766852354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-17T05:54:39.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "cds",
"timestamp": 1652766844255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "aai-ml",
"timestamp": 1652766853000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766852354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "cds",
"timestamp": 1652766844255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "aai-ml",
"timestamp": 1652766853000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766852354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-17T05:54:39.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "cds",
"timestamp": 1652766844255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "aai-ml",
"timestamp": 1652766853000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766852354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "cds",
"timestamp": 1652766844255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "aai-ml",
"timestamp": 1652766853000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766852354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:54:39.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "cds",
"timestamp": 1652766844255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:54:39.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "aai-ml",
"timestamp": 1652766853000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:54:39.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "clamp",
"timestamp": 1652766860300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "policy-id",
"timestamp": 1652766860443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766861674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:54:39.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:54:39.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "cds",
"timestamp": 1652766860808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:54:39.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:54:39.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "aai-ml",
"timestamp": 1652766861566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:54:39.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:54:39.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "clamp",
"timestamp": 1652766860300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "NOTIFIED"
}
2022-05-17T05:54:39.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "policy-id",
"timestamp": 1652766860443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766861841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "cds",
"timestamp": 1652766861826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-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-05-17T05:54:39.667Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-05-17T05:54:39.671Z||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-05-17T05:54:39.671Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:39.686Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:39.691Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-17T05:54:39.781Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12946032-ebd1-479c-a2a7-36e0c237e5a4
2022-05-17T05:54:39.805Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12946032-ebd1-479c-a2a7-36e0c237e5a4 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-05-17T05:54:39.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766862756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:54:39.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:54:39.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "clamp",
"timestamp": 1652766860300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "policy-id",
"timestamp": 1652766860443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-17T05:54:39.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766861841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766863807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:54:39.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:54:39.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "clamp",
"timestamp": 1652766860300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766862606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "policy-id",
"timestamp": 1652766860443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766861841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766864862,
"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-05-17T05:54:39.855Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12946032-ebd1-479c-a2a7-36e0c237e5a4
2022-05-17T05:54:39.855Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12946032-ebd1-479c-a2a7-36e0c237e5a4 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-05-17T05:54:39.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "clamp",
"timestamp": 1652766860300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766862606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "policy-id",
"timestamp": 1652766860443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766861841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766865866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "DEPLOY_OK"
}
2022-05-17T05:54:39.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:54:39.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766862606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "clamp",
"timestamp": 1652766860300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "policy-id",
"timestamp": 1652766860443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766861841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766862606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "clamp",
"timestamp": 1652766860300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:54:39.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "policy-id",
"timestamp": 1652766860443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:54:39.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766861841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766862606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766861841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "policy-id",
"timestamp": 1652766868374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:54:39.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:54:39.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766862606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:39.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "policy-id",
"timestamp": 1652766869390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:54:39.871Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:54:39.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766862606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:54:39.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:54:39.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "policy-id",
"timestamp": 1652766870395,
"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-05-17T05:54:39.876Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12946032-ebd1-479c-a2a7-36e0c237e5a4
2022-05-17T05:54:39.877Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12946032-ebd1-479c-a2a7-36e0c237e5a4 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-05-17T05:54:39.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766871231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:54:39.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:54:39.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "clamp",
"timestamp": 1652766875464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:54:39.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:54:39.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766874915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:54:39.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:54:39.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766875921,
"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-05-17T05:54:39.892Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12946032-ebd1-479c-a2a7-36e0c237e5a4
2022-05-17T05:54:39.892Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12946032-ebd1-479c-a2a7-36e0c237e5a4 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-05-17T05:54:39.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "clamp",
"timestamp": 1652766877474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:54:39.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:54:39.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:54:39.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "clamp",
"timestamp": 1652766878479,
"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-05-17T05:54:39.906Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 12946032-ebd1-479c-a2a7-36e0c237e5a4
2022-05-17T05:54:39.906Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12946032-ebd1-479c-a2a7-36e0c237e5a4 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-05-17T05:54:40.579Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:54:40.580Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:40.582Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:40.583Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "NOTIFIED"
}
2022-05-17T05:54:40.683Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:54:40.684Z||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-05-17T05:54:40.685Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:40.698Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:40.699Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:54:41.584Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:54:41.585Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:41.588Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:41.588Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-17T05:54:41.688Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:54:41.690Z||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-05-17T05:54:41.691Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:41.707Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:41.708Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:54:42.589Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:54:42.590Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:42.592Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:42.592Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:42.693Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-17T05:54:42.694Z||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-05-17T05:54:42.694Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:42.715Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:42.716Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-17T05:54:43.593Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:54:43.594Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:43.596Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:43.597Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-17T05:54:43.697Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:54:43.698Z||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-05-17T05:54:43.698Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:43.713Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:43.713Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:54:44.601Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:54:44.601Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:44.604Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:44.604Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:54:44.704Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:54:44.706Z||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-05-17T05:54:44.706Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:44.719Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:44.720Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:54:45.605Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:54:45.606Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:45.608Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:45.608Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:54:45.708Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:54:45.710Z||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-05-17T05:54:45.710Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:45.726Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:45.726Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:54:46.615Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"serviceName": "vFW 2022-05-17 05-52-47",
"serviceVersion": "1.0",
"serviceUUID": "271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "91382b43-9c87-49fd-b3ee-c1d4c83900b8",
"resources": [
{
"resourceInstanceName": "vFW 69e7467e-56c8 0",
"resourceCustomizationUUID": "c25c2a38-83c1-4bda-b4c9-5eb587eac0f6",
"resourceName": "vFW 69e7467e-56c8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d663e080-1b5d-4182-8924-0140d8cd0fb8",
"resourceInvariantUUID": "9e0b2727-a3c9-4ea4-a15b-112146d1f170",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw69e7467e56c80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"artifactChecksum": "YjkyODM4NjA0ZDk1YTMyODhlOTI4MDM3ZmQ3ZmExNGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "60eb0da2-057c-42dc-b04a-c8ceff0dadfa",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0abe752f-6d52-431b-bc9b-e95efc589aec",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2414f41e-4392-44c3-8231-828ea39160fa",
"generatedFromUUID": "0abe752f-6d52-431b-bc9b-e95efc589aec"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2414f41e-4392-44c3-8231-828ea39160fa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220517055247-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"artifactChecksum": "ZmFkZWFkZWRjNzZhMjI0MTIzZjU0Y2FlNGJkNzRhZjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f245a832-ae83-4cc5-b080-97a96ed6b8be"
}
],
"workloadContext": "Production"
}
2022-05-17T05:54:46.616Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-17T05:54:46.616Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b ASDC
2022-05-17T05:54:46.748Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:12946032-ebd1-479c-a2a7-36e0c237e5a4
ServiceName:vFW 2022-05-17 05-52-47
ServiceVersion:1.0
ServiceUUID:271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b
ServiceInvariantUUID:91382b43-9c87-49fd-b3ee-c1d4c83900b8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220517055247-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar
ArtifactUUID:f245a832-ae83-4cc5-b080-97a96ed6b8be
ArtifactChecksum:ZmFkZWFkZWRjNzZhMjI0MTIzZjU0Y2FlNGJkNzRhZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 69e7467e-56c8 0
ResourceCustomizationUUID:c25c2a38-83c1-4bda-b4c9-5eb587eac0f6
ResourceInvariantUUID:9e0b2727-a3c9-4ea4-a15b-112146d1f170
ResourceName:vFW 69e7467e-56c8
ResourceType:VF
ResourceUUID:d663e080-1b5d-4182-8924-0140d8cd0fb8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw69e7467e56c80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json
ArtifactUUID:60eb0da2-057c-42dc-b04a-c8ceff0dadfa
ArtifactChecksum:YjkyODM4NjA0ZDk1YTMyODhlOTI4MDM3ZmQ3ZmExNGE=
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/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml
ArtifactUUID:0abe752f-6d52-431b-bc9b-e95efc589aec
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/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env
ArtifactUUID:2414f41e-4392-44c3-8231-828ea39160fa
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/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env
ArtifactUUID:2414f41e-4392-44c3-8231-828ea39160fa
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-17T05:54:46.749Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b 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-05-17T05:54:46.801Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-17T05:54:46.802Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-17T05:54:46.804Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-17T05:54:46.804Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f245a832-ae83-4cc5-b080-97a96ed6b8be from URL: /sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar
2022-05-17T05:54:46.804Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-17T05:54:46.806Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar
2022-05-17T05:54:46.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-17T05:54:46.932Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar f245a832-ae83-4cc5-b080-97a96ed6b8be 99004
2022-05-17T05:54:46.934Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar ASDC sendASDCNotification
2022-05-17T05:54:46.934Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar
2022-05-17T05:54:46.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-17T05:54:46.937Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:46.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:46.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766886932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:54:47.040Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:54:47.041Z||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-05-17T05:54:47.041Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:47.054Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:47.054Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:54:47.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-17T05:54:47.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-17T05:54:47.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f245a832-ae83-4cc5-b080-97a96ed6b8be, URL: /sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar to file: /app/ASDC/1/service-Vfw20220517055247-csar.csar
2022-05-17T05:54:47.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220517055247-csar.csar
2022-05-17T05:54:48.036Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220517055247-csar.csar
2022-05-17T05:54:48.036Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220517055247-csar.csar
2022-05-17T05:54:48.768Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16561422061580288956/Definitions/service-Vfw20220517055247-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-05-17T05:54:51.908Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-17T05:54:51.913Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-17T05:54:51.913Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.913Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||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-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||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-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 69e7467e-56c8 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-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||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-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||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-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.914Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||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-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.915Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||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-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.915Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.915Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||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-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.915Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.915Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||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-Vfw20220517055247-csar.csar
2022-05-17T05:54:51.915Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-17T05:54:51.921Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.923Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:51.926Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria
2022-05-17T05:54:51.927Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-17T05:54:51.929Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-17T05:54:51.931Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.931Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:51.931Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria
2022-05-17T05:54:51.931Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-17T05:54:51.932Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-17T05:54:51.932Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.932Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:51.935Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria
2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:51.936Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:54:51.937Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-17T05:54:51.937Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-17T05:54:51.937Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-17T05:54:51.937Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-17T05:54:51.938Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.939Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-17T05:54:51.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria
2022-05-17T05:54:51.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:54:51.940Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.941Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria
2022-05-17T05:54:51.941Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:54:51.941Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.941Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria
2022-05-17T05:54:51.941Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria
2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-17T05:54:51.942Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-17T05:54:51.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:54:51.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:51.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-17T05:54:51.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:51.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-17T05:54:51.943Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:54:51.944Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=87b0069c-ac09-410a-a754-d255ea7c60f5
2022-05-17T05:54:51.944Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.944Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria
2022-05-17T05:54:51.944Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-17T05:54:51.944Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-17T05:54:51.944Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-17T05:54:51.945Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:54:51.945Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:51.945Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:54:51.945Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-17T05:54:51.945Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-17T05:54:51.945Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-17T05:54:51.946Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:51.946Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-17T05:54:51.946Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:54:51.946Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=116308d8-04bf-49af-b291-1e6baf983506
2022-05-17T05:54:51.946Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.946Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria
2022-05-17T05:54:51.947Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-17T05:54:51.947Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-17T05:54:51.947Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-17T05:54:51.947Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:54:51.947Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:51.947Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:54:51.948Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-17T05:54:51.948Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-17T05:54:51.948Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-17T05:54:51.948Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:54:51.948Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:51.948Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-17T05:54:51.949Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3500fbb6-6253-4553-9037-2b7603124889
2022-05-17T05:54:51.949Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.949Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:51.949Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.949Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:51.949Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.950Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:51.950Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:51.950Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:51.950Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-17 05-52-47
Description:catalog service description
Model UUID:271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b
Model Version:NULL
Model InvariantUuid:91382b43-9c87-49fd-b3ee-c1d4c83900b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 69e7467e-56c8
Model UUID:64dd2a16-ffac-4621-9ff7-18155aab7e2a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e0b2727-a3c9-4ea4-a15b-112146d1f170
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c25c2a38-83c1-4bda-b4c9-5eb587eac0f6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:964d5cfc-e5a4-44fb-a8f7-4fffa3616254
ModelName:Vfw69e7467e56c8..base_vfw..module-0
ModelUuid:e4c09ff3-4a00-4820-810e-dc1becadd51d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:87b0069c-ac09-410a-a754-d255ea7c60f5
ModelInvariantUuid:f998c87e-3c2e-4baa-8402-5d9a6e38a5e8
ModelName:vFW 69e7467e-56c8-nodes.vfwCvfc
ModelUuid:6948021c-50e6-45db-974d-c948a38c88e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b0bd9bbe-323c-47c8-a4ee-2e64c9e40237
ModelInvariantUuid:ca6cda78-c651-44f9-9fd7-fd7c0851b14b
ModelName:Vfw69e7467e56c8.compute.nodes.heat.vfw
ModelUuid:2359e508-8480-4b71-bf7c-6e52fd5f697b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:116308d8-04bf-49af-b291-1e6baf983506
ModelInvariantUuid:c4034de3-11a8-484e-8d6c-3884be0ddd69
ModelName:vFW 69e7467e-56c8-nodes.vsnCvfc
ModelUuid:ff6fd779-5149-4f31-8f22-7dc1bc77e1fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8bcf809d-2841-4872-a4a8-11a0c289da79
ModelInvariantUuid:8d1be2df-c381-408c-ac54-1b8aceead185
ModelName:Vfw69e7467e56c8.compute.nodes.heat.vsn
ModelUuid:aa208e80-9652-4f24-9111-321ae8463f80
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3500fbb6-6253-4553-9037-2b7603124889
ModelInvariantUuid:e795786f-cc18-438c-a821-2152ef7ef3b3
ModelName:vFW 69e7467e-56c8-nodes.vpgCvfc
ModelUuid:e243635c-9867-428a-b8f8-7d9775f0ae1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ae3b80ad-9743-4d3b-9104-e4395ec21fb7
ModelInvariantUuid:ce794af8-04a3-440c-8ae1-3a5479f120c1
ModelName:Vfw69e7467e56c8.compute.nodes.heat.vpg
ModelUuid:fdf9e927-0951-421a-aeb9-7daaaa94b62f
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-05-17T05:54:51.959Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d663e080-1b5d-4182-8924-0140d8cd0fb8
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-05-17T05:54:52.055Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||vFW 69e7467e-56c8 0
2022-05-17T05:54:52.063Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d663e080-1b5d-4182-8924-0140d8cd0fb8
2022-05-17T05:54:52.063Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 60eb0da2-057c-42dc-b04a-c8ceff0dadfa from URL: /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json
2022-05-17T05:54:52.063Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-17T05:54:52.064Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json
2022-05-17T05:54:52.171Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-17T05:54:52.172Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json 60eb0da2-057c-42dc-b04a-c8ceff0dadfa 785
2022-05-17T05:54:52.172Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json ASDC sendASDCNotification
2022-05-17T05:54:52.172Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json
2022-05-17T05:54:52.172Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-17T05:54:52.173Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:52.176Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:52.176Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766892172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:54:52.276Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:54:52.277Z||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-05-17T05:54:52.278Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:52.291Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:52.291Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:54:53.178Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw69e7467e56c8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "964d5cfc-e5a4-44fb-a8f7-4fffa3616254",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e4c09ff3-4a00-4820-810e-dc1becadd51d",
"vfModuleModelCustomizationUUID": "8b9741ad-c3e8-4b40-863e-2eefcb54dd68",
"isBase": true,
"artifacts": [
"0abe752f-6d52-431b-bc9b-e95efc589aec",
"2414f41e-4392-44c3-8231-828ea39160fa"
],
"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-05-17T05:54:53.193Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw69e7467e56c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e4c09ff3-4a00-4820-810e-dc1becadd51d
VfModuleModelInvariantUUID:964d5cfc-e5a4-44fb-a8f7-4fffa3616254
VfModuleModelDescription:NULL
Artifacts UUID List:{
0abe752f-6d52-431b-bc9b-e95efc589aec
,
2414f41e-4392-44c3-8231-828ea39160fa
}
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-05-17T05:54:53.195Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw69e7467e56c8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "964d5cfc-e5a4-44fb-a8f7-4fffa3616254",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e4c09ff3-4a00-4820-810e-dc1becadd51d",
"vfModuleModelCustomizationUUID": "8b9741ad-c3e8-4b40-863e-2eefcb54dd68",
"isBase": true,
"artifacts": [
"0abe752f-6d52-431b-bc9b-e95efc589aec",
"2414f41e-4392-44c3-8231-828ea39160fa"
],
"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-05-17T05:54:53.195Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw69e7467e56c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e4c09ff3-4a00-4820-810e-dc1becadd51d
VfModuleModelInvariantUUID:964d5cfc-e5a4-44fb-a8f7-4fffa3616254
VfModuleModelDescription:NULL
Artifacts UUID List:{
0abe752f-6d52-431b-bc9b-e95efc589aec
,
2414f41e-4392-44c3-8231-828ea39160fa
}
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-05-17T05:54:53.196Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0abe752f-6d52-431b-bc9b-e95efc589aec from URL: /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml
2022-05-17T05:54:53.196Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-17T05:54:53.196Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml
2022-05-17T05:54:53.243Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-17T05:54:53.244Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml 0abe752f-6d52-431b-bc9b-e95efc589aec 20368
2022-05-17T05:54:53.244Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-17T05:54:53.244Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml
2022-05-17T05:54:53.244Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-17T05:54:53.245Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:53.246Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:53.247Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766893244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:54:53.347Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:54:53.348Z||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-05-17T05:54:53.348Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:53.359Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:53.360Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:54:54.247Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2414f41e-4392-44c3-8231-828ea39160fa from URL: /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env
2022-05-17T05:54:54.248Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-17T05:54:54.248Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env
2022-05-17T05:54:54.422Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-17T05:54:54.423Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env 2414f41e-4392-44c3-8231-828ea39160fa 2098
2022-05-17T05:54:54.423Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-17T05:54:54.424Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env
2022-05-17T05:54:54.424Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-17T05:54:54.424Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:54.427Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:54.427Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766894423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:54:54.527Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:54:54.529Z||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-05-17T05:54:54.529Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:54.545Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:54.545Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-17T05:54:55.428Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b
2022-05-17T05:54:55.429Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 69e7467e-56c8 0 d663e080-1b5d-4182-8924-0140d8cd0fb8 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-05-17T05:54:55.464Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72462e3a, org.onap.sdc.toscaparser.api.parameters.Input@46ca3d01, org.onap.sdc.toscaparser.api.parameters.Input@2f08ccf2, org.onap.sdc.toscaparser.api.parameters.Input@4b0e5e71, org.onap.sdc.toscaparser.api.parameters.Input@87a8ed4]
2022-05-17T05:54:55.468Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.468Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:55.468Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-17T05:54:55.469Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c25c2a38-83c1-4bda-b4c9-5eb587eac0f6
2022-05-17T05:54:55.469Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c25c2a38-83c1-4bda-b4c9-5eb587eac0f6 matches Tosca VF Customization UUID: c25c2a38-83c1-4bda-b4c9-5eb587eac0f6
2022-05-17T05:54:55.469Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c25c2a38-83c1-4bda-b4c9-5eb587eac0f6 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-05-17T05:54:55.474Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.475Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:55.476Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c25c2a38-83c1-4bda-b4c9-5eb587eac0f6: {\"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-05-17T05:54:55.476Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4dd2c540
2022-05-17T05:54:55.476Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.476Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-17T05:54:55.477Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b9741ad-c3e8-4b40-863e-2eefcb54dd68
2022-05-17T05:54:55.477Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b9741ad-c3e8-4b40-863e-2eefcb54dd68
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-05-17T05:54:55.483Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.483Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria
2022-05-17T05:54:55.483Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:54:55.484Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.484Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria
2022-05-17T05:54:55.484Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:54:55.484Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.484Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria
2022-05-17T05:54:55.485Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-17T05:54:55.485Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-17T05:54:55.485Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-17T05:54:55.485Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-17T05:54:55.485Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-17T05:54:55.485Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:54:55.486Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:55.486Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-17T05:54:55.486Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:55.486Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-17T05:54:55.486Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:54:55.487Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=87b0069c-ac09-410a-a754-d255ea7c60f5
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-05-17T05:54:55.493Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.493Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria
2022-05-17T05:54:55.493Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:54:55.493Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.494Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria
2022-05-17T05:54:55.494Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-17T05:54:55.494Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-17T05:54:55.494Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-17T05:54:55.495Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:54:55.495Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:55.495Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:54:55.495Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-17T05:54:55.496Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-17T05:54:55.496Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-17T05:54:55.496Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:55.496Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-17T05:54:55.496Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:54:55.497Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=116308d8-04bf-49af-b291-1e6baf983506
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-05-17T05:54:55.499Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.499Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria
2022-05-17T05:54:55.499Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:54:55.502Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.502Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is not matching search criteria
2022-05-17T05:54:55.502Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-17T05:54:55.502Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-17T05:54:55.503Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-17T05:54:55.503Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:54:55.503Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:55.503Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:54:55.504Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-17T05:54:55.504Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-17T05:54:55.504Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-17T05:54:55.504Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:54:55.505Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-17T05:54:55.505Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-17T05:54:55.505Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3500fbb6-6253-4553-9037-2b7603124889
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-05-17T05:54:55.507Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.507Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria
2022-05-17T05:54:55.508Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:54:55.508Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.508Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Node template vFW 69e7467e-56c8 0 is matching search criteria
2022-05-17T05:54:55.508Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 69e7467e-56c8 0] matching following query criteria: sdcType=VF, customizationUUID=c25c2a38-83c1-4bda-b4c9-5eb587eac0f6
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-05-17T05:54:55.510Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.510Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:55.511Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b: vFW 69e7467e-56c8
2022-05-17T05:54:55.511Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.511Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:55.511Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.512Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:55.512Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.512Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:55.512Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.513Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:55.513Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:54:55.513Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-52-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:54:55.513Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-05-17 05-52-47
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-05-17T05:54:55.729Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 69e7467e-56c8 d663e080-1b5d-4182-8924-0140d8cd0fb8 1 ASDC deployResourceStructure
2022-05-17T05:54:55.729Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json ASDC sendASDCNotification
2022-05-17T05:54:55.729Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json
2022-05-17T05:54:55.730Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-17T05:54:55.730Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:55.732Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:55.732Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766895729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "DEPLOY_OK"
}
2022-05-17T05:54:55.833Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:54:55.834Z||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-05-17T05:54:55.834Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:55.845Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:55.846Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:54:56.736Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-17T05:54:56.736Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml
2022-05-17T05:54:56.737Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-17T05:54:56.737Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:56.739Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:56.739Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766896736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-17T05:54:56.839Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:54:56.841Z||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-05-17T05:54:56.841Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:56.856Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:56.857Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:54:57.740Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-17T05:54:57.741Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env
2022-05-17T05:54:57.741Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-17T05:54:57.741Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:57.743Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:57.743Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766897740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-17T05:54:57.843Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:54:57.846Z||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-05-17T05:54:57.847Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:57.864Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:57.864Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-17T05:54:58.744Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar ASDC sendASDCNotification
2022-05-17T05:54:58.744Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar
2022-05-17T05:54:58.744Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-17T05:54:58.745Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:54:58.747Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:54:58.747Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766898744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:54:58.847Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:54:58.848Z||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-05-17T05:54:58.848Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:54:58.862Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:54:58.862Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:54:59.748Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4
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-05-17T05:54:59.769Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4
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-05-17T05:54:59.773Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-17T05:54:59.773Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-17T05:54:59.773Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-17T05:55:29.774Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4
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-05-17T05:55:29.789Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4
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-05-17T05:55:29.792Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-17T05:55:29.793Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-17T05:55:29.793Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-17T05:55:38.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:55:38.901Z||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-05-17T05:55:38.902Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:55:39.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:55:39.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:55:39.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:55:39.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:55:59.793Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4
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-05-17T05:55:59.804Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4
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-05-17T05:55:59.809Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-17T05:55:59.809Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-17T05:55:59.809Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-17T05:56:29.810Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4
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-05-17T05:56:29.824Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4
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-05-17T05:56:29.827Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-17T05:56:29.827Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-17T05:56:29.828Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-17T05:56:38.899Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:56:38.901Z||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-05-17T05:56:38.901Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:56:39.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:56:39.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "aai-ml",
"timestamp": 1652766880075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:56:39.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "aai-ml",
"timestamp": 1652766881083,
"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-05-17T05:56:39.453Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12946032-ebd1-479c-a2a7-36e0c237e5a4
2022-05-17T05:56:39.454Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12946032-ebd1-479c-a2a7-36e0c237e5a4 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-05-17T05:56:39.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766878890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766886932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:56:39.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766892172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:56:39.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766893244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:56:39.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766894423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:56:39.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766895729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/vfw69e7467e56c80_modules.json",
"status": "DEPLOY_OK"
}
2022-05-17T05:56:39.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766896736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-17T05:56:39.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766897740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/resourceInstances/vfw69e7467e56c80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-17T05:56:39.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652766898744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055247/1.0/artifacts/service-Vfw20220517055247-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:56:39.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "clamp",
"timestamp": 1652766890300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "cds",
"timestamp": 1652766889255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766892606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766892354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "clamp",
"timestamp": 1652766890300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766892606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "cds",
"timestamp": 1652766889255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766892354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "policy-id",
"timestamp": 1652766900443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "clamp",
"timestamp": 1652766890300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766892606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766892354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "cds",
"timestamp": 1652766889255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "policy-id",
"timestamp": 1652766900443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "clamp",
"timestamp": 1652766890300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766892606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766892354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "cds",
"timestamp": 1652766889255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "policy-id",
"timestamp": 1652766900443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "clamp",
"timestamp": 1652766890300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766892606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "cds",
"timestamp": 1652766889255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766892354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "policy-id",
"timestamp": 1652766900443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "clamp",
"timestamp": 1652766890300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766892606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766892354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "cds",
"timestamp": 1652766889255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "policy-id",
"timestamp": 1652766900443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "clamp",
"timestamp": 1652766890300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766892606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766892354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "cds",
"timestamp": 1652766889255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "policy-id",
"timestamp": 1652766900443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "policy-id",
"timestamp": 1652766900443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766907764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:56:39.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "cds",
"timestamp": 1652766906899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:56:39.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766906958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:56:39.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "ves-openapi-manager",
"timestamp": 1652766901841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "policy-id",
"timestamp": 1652766908576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:56:39.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "cds",
"timestamp": 1652766907903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-17T05:56:39.519Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70645a6c-b29f-45f5-8bdd-8cce91714422
2022-05-17T05:56:39.519Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70645a6c-b29f-45f5-8bdd-8cce91714422 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-05-17T05:56:39.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766909066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:56:39.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766908868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:56:39.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "policy-id",
"timestamp": 1652766909581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:56:39.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766910112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:56:39.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652766909873,
"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-05-17T05:56:39.533Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70645a6c-b29f-45f5-8bdd-8cce91714422
2022-05-17T05:56:39.533Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70645a6c-b29f-45f5-8bdd-8cce91714422 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-05-17T05:56:39.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "policy-id",
"timestamp": 1652766910585,
"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-05-17T05:56:39.546Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70645a6c-b29f-45f5-8bdd-8cce91714422
2022-05-17T05:56:39.546Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70645a6c-b29f-45f5-8bdd-8cce91714422 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-05-17T05:56:39.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766911139,
"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-05-17T05:56:39.561Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70645a6c-b29f-45f5-8bdd-8cce91714422
2022-05-17T05:56:39.561Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70645a6c-b29f-45f5-8bdd-8cce91714422 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-05-17T05:56:39.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652766912142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-17T05:56:39.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "aai-ml",
"timestamp": 1652766913000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "clamp",
"timestamp": 1652766914465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:56:39.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "aai-ml",
"timestamp": 1652766913000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "aai-ml",
"timestamp": 1652766913000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "clamp",
"timestamp": 1652766916471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:56:39.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "aai-ml",
"timestamp": 1652766913000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "clamp",
"timestamp": 1652766917474,
"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-05-17T05:56:39.579Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70645a6c-b29f-45f5-8bdd-8cce91714422
2022-05-17T05:56:39.579Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70645a6c-b29f-45f5-8bdd-8cce91714422 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-05-17T05:56:39.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "aai-ml",
"timestamp": 1652766913000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "aai-ml",
"timestamp": 1652766913000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:56:39.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "aai-ml",
"timestamp": 1652766913000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:56:39.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:56:39.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "aai-ml",
"timestamp": 1652766920734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:56:39.588Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "aai-ml",
"timestamp": 1652766929657,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:56:39.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:56:39.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:56:39.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "aai-ml",
"timestamp": 1652766930661,
"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-05-17T05:56:39.593Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70645a6c-b29f-45f5-8bdd-8cce91714422
2022-05-17T05:56:39.594Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70645a6c-b29f-45f5-8bdd-8cce91714422 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-05-17T05:56:59.828Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4
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-05-17T05:56:59.841Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4
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-05-17T05:56:59.844Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-17T05:56:59.845Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-17T05:56:59.845Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-17T05:56:59.845Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-17T05:56:59.845Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-17T05:56:59.845Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-17T05:56:59.845Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-17T05:56:59.846Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-17T05:56:59.846Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-17T05:56:59.846Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-17T05:56:59.846Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||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-05-17T05:56:59.851Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-17T05:57:29.856Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 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-05-17T05:57:29.931Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12946032-ebd1-479c-a2a7-36e0c237e5a4 and serviceModelVersionId: 271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b
2022-05-17T05:57:29.932Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91382b43-9c87-49fd-b3ee-c1d4c83900b8
2022-05-17T05:57:38.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:57:38.901Z||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-05-17T05:57:38.901Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:57:39.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:57:39.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "cds",
"timestamp": 1652767024255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652767032354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "cds",
"timestamp": 1652767024255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "aai-ml",
"timestamp": 1652767033000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652767032354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json",
"status": "NOTIFIED"
}
2022-05-17T05:57:39.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "cds",
"timestamp": 1652767024255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "aai-ml",
"timestamp": 1652767033000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652767032354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-17T05:57:39.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "cds",
"timestamp": 1652767024255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "aai-ml",
"timestamp": 1652767033000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652767032354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "cds",
"timestamp": 1652767024255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "aai-ml",
"timestamp": 1652767033000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652767032354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-17T05:57:39.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "cds",
"timestamp": 1652767024255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "aai-ml",
"timestamp": 1652767033000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652767032354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "cds",
"timestamp": 1652767024255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:57:39.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "aai-ml",
"timestamp": 1652767033000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652767032354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:57:39.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "aai-ml",
"timestamp": 1652767033000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:57:39.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "cds",
"timestamp": 1652767038956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:57:39.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:57:39.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652767040087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:57:39.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:57:39.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "cds",
"timestamp": 1652767039961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-17T05:57:39.574Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ff4c14a-dd87-4442-978e-82485cdc00a9
2022-05-17T05:57:39.574Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ff4c14a-dd87-4442-978e-82485cdc00a9 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-05-17T05:57:39.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "aai-ml",
"timestamp": 1652767040739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:57:39.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:57:39.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "clamp",
"timestamp": 1652767040300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652767041146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:57:39.584Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:57:39.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "policy-id",
"timestamp": 1652767040443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "clamp",
"timestamp": 1652767040300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json",
"status": "NOTIFIED"
}
2022-05-17T05:57:39.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652767042195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:57:39.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:57:39.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "policy-id",
"timestamp": 1652767040443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1652767041841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "clamp",
"timestamp": 1652767040300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652767043221,
"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-05-17T05:57:39.591Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ff4c14a-dd87-4442-978e-82485cdc00a9
2022-05-17T05:57:39.591Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ff4c14a-dd87-4442-978e-82485cdc00a9 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-05-17T05:57:39.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "policy-id",
"timestamp": 1652767040443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-17T05:57:39.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1652767041841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "clamp",
"timestamp": 1652767040300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652767042606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652767044224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json",
"status": "DEPLOY_OK"
}
2022-05-17T05:57:39.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:57:39.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "policy-id",
"timestamp": 1652767040443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1652767041841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "clamp",
"timestamp": 1652767040300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652767042606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "policy-id",
"timestamp": 1652767040443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1652767041841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652767042606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "clamp",
"timestamp": 1652767040300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "policy-id",
"timestamp": 1652767040443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1652767041841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652767042606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "clamp",
"timestamp": 1652767040300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:57:39.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "policy-id",
"timestamp": 1652767040443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:57:39.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1652767041841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652767042606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1652767041841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "policy-id",
"timestamp": 1652767048348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:57:39.610Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:57:39.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652767042606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:39.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "policy-id",
"timestamp": 1652767049353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:57:39.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:57:39.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652767042606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:57:39.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:57:39.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "policy-id",
"timestamp": 1652767050360,
"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-05-17T05:57:39.618Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ff4c14a-dd87-4442-978e-82485cdc00a9
2022-05-17T05:57:39.619Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ff4c14a-dd87-4442-978e-82485cdc00a9 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-05-17T05:57:39.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652767050472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:57:39.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:57:39.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "clamp",
"timestamp": 1652767053488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:57:39.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:57:39.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652767053074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:57:39.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:57:39.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "aai-ml",
"timestamp": 1652767054417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:57:39.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:57:39.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652767054078,
"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-05-17T05:57:39.659Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ff4c14a-dd87-4442-978e-82485cdc00a9
2022-05-17T05:57:39.659Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ff4c14a-dd87-4442-978e-82485cdc00a9 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-05-17T05:57:39.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "aai-ml",
"timestamp": 1652767055423,
"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-05-17T05:57:39.671Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ff4c14a-dd87-4442-978e-82485cdc00a9
2022-05-17T05:57:39.671Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ff4c14a-dd87-4442-978e-82485cdc00a9 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-05-17T05:57:39.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "clamp",
"timestamp": 1652767055497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:57:39.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:57:39.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:57:39.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "clamp",
"timestamp": 1652767056500,
"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-05-17T05:57:39.687Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ff4c14a-dd87-4442-978e-82485cdc00a9
2022-05-17T05:57:39.687Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ff4c14a-dd87-4442-978e-82485cdc00a9 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-05-17T05:57:45.358Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91382b43-9c87-49fd-b3ee-c1d4c83900b8/model-vers/model-ver/271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b?depth=0
2022-05-17T05:57:45.480Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-17T05:57:45.986Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91382b43-9c87-49fd-b3ee-c1d4c83900b8/model-vers/model-ver/271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-17T05:57:45.991Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91382b43-9c87-49fd-b3ee-c1d4c83900b8/model-vers/model-ver/271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b?depth=0|INFO|500||Invoke
2022-05-17T05:57:46.106Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91382b43-9c87-49fd-b3ee-c1d4c83900b8/model-vers/model-ver/271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-17T05:57:46.392Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91382b43-9c87-49fd-b3ee-c1d4c83900b8/model-vers/model-ver/271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b?depth=0|INFO|500||InvokeReturn
2022-05-17T05:57:46.393Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91382b43-9c87-49fd-b3ee-c1d4c83900b8/model-vers/model-ver/271a8f3c-20f8-4a5a-9b12-5d1ecce39f2b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220517-05:57:46:268-19170], vertex-id=[213064], Content-Length=[0], Date=[Tue, 17 May 2022 05:57:46 GMT], Content-Type=[application/json]}
2022-05-17T05:57:46.394Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-17T05:57:46.397Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-17T05:57:46.397Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||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-05-17T05:57:46.404Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||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-05-17T05:57:46.405Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12946032-ebd1-479c-a2a7-36e0c237e5a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-17T05:57:46.406Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-17T05:57:46.407Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:57:46.410Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:57:46.410Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767066406,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-17T05:57:46.510Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:57:46.512Z||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-05-17T05:57:46.512Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:57:46.528Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:57:46.528Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-17T05:57:47.421Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:57:47.422Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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-05-17T05:57:47.422Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:57:51.869Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:57:51.871Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-17T05:57:51.871Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"70645a6c-b29f-45f5-8bdd-8cce91714422","serviceName":"basic_onboard_pUVNcf","serviceVersion":"1.0","serviceUUID":"538704cb-23be-4fdd-b3cc-d5e60cce3bfc","serviceDescription":"service","serviceInvariantUUID":"97ae50e3-0155-4934-ae85-5cc1e32b16b8","resources":[{"resourceInstanceName":"basic_onboard_pUVNcf 0","resourceName":"basic_onboard_pUVNcf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"806ea8aa-5b5a-49ca-b64b-9e24da17e810","resourceInvariantUUID":"77b3b0c1-b6d7-423c-995d-ecd3e26b4585","resourceCustomizationUUID":"30c6e156-fbb0-4ad7-9dc1-efd496eef730","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml","artifactChecksum":"NjA3NzY2YTg0ZDBjY2E1ZTA0NWE4ODM2YWEzNjY3ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"706412ce-864f-4f95-8889-e0dd1db58d32","artifactVersion":"1"},{"artifactName":"basic_onboard_puvncf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json","artifactChecksum":"Nzg4ODUyNTYzYWY0ODQyOTk5ZjQxYzMwOWYxYmJhMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f26d8d72-239c-4e26-87a1-53c9f3664e48","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5f9fa268-07b4-40ef-a71c-fc402f3f25a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"16a28fd2-427f-44d8-b890-8f1f66bef550","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a6f5b48-afa5-4f7c-abc0-72849dacd8ef","artifactVersion":"2","generatedFromUUID":"5f9fa268-07b4-40ef-a71c-fc402f3f25a9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPuvncf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml","artifactChecksum":"OGU1NTk2ZTY4NDY4MWZhMzc2ODJkMmNiMDZjNTQ2NDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d25f117b-f48f-415b-96aa-1c7189742ea1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPuvncf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar","artifactChecksum":"Yjc1Nzg2NDBiODFmZGZkYjk3NDMwMTUzNWEyNzQ3NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74f3eca4-c8aa-4147-8843-2ac3533ff80f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-17T05:57:51.873Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:57:51.874Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:57:51.876Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:57:51.876Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:51.976Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:57:51.977Z||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-05-17T05:57:51.977Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:57:51.989Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:57:51.989Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:57:52.876Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:57:52.878Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:57:52.879Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:57:52.880Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "NOTIFIED"
}
2022-05-17T05:57:52.980Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:57:52.981Z||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-05-17T05:57:52.981Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:57:52.997Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:57:52.997Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-17T05:57:53.880Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:57:53.881Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:57:53.883Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:57:53.883Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-17T05:57:53.983Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:57:53.985Z||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-05-17T05:57:53.985Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:57:54.001Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:57:54.002Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:57:54.884Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:57:54.885Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:57:54.887Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:57:54.887Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:54.988Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-17T05:57:54.989Z||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-05-17T05:57:54.989Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:57:55.003Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:57:55.004Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:57:55.888Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:57:55.889Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:57:55.890Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:57:55.891Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-17T05:57:55.991Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:57:55.992Z||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-05-17T05:57:55.992Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:57:56.007Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:57:56.008Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:57:56.891Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:57:56.892Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:57:56.894Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:57:56.894Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:57:56.994Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:57:56.995Z||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-05-17T05:57:56.996Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:57:57.009Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:57:57.010Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:57:57.895Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:57:57.896Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:57:57.898Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:57:57.898Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:57:57.998Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:57:58.000Z||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-05-17T05:57:58.000Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:57:58.014Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:57:58.015Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:57:58.900Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"serviceName": "basic_onboard_pUVNcf",
"serviceVersion": "1.0",
"serviceUUID": "538704cb-23be-4fdd-b3cc-d5e60cce3bfc",
"serviceDescription": "service",
"serviceInvariantUUID": "97ae50e3-0155-4934-ae85-5cc1e32b16b8",
"resources": [
{
"resourceInstanceName": "basic_onboard_pUVNcf 0",
"resourceCustomizationUUID": "30c6e156-fbb0-4ad7-9dc1-efd496eef730",
"resourceName": "basic_onboard_pUVNcf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "806ea8aa-5b5a-49ca-b64b-9e24da17e810",
"resourceInvariantUUID": "77b3b0c1-b6d7-423c-995d-ecd3e26b4585",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_puvncf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"artifactChecksum": "Nzg4ODUyNTYzYWY0ODQyOTk5ZjQxYzMwOWYxYmJhMzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f26d8d72-239c-4e26-87a1-53c9f3664e48",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5f9fa268-07b4-40ef-a71c-fc402f3f25a9",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a6f5b48-afa5-4f7c-abc0-72849dacd8ef",
"generatedFromUUID": "5f9fa268-07b4-40ef-a71c-fc402f3f25a9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a6f5b48-afa5-4f7c-abc0-72849dacd8ef",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPuvncf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"artifactChecksum": "Yjc1Nzg2NDBiODFmZGZkYjk3NDMwMTUzNWEyNzQ3NzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "74f3eca4-c8aa-4147-8843-2ac3533ff80f"
}
],
"workloadContext": "Production"
}
2022-05-17T05:57:58.900Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-17T05:57:58.900Z|12946032-ebd1-479c-a2a7-36e0c237e5a4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 538704cb-23be-4fdd-b3cc-d5e60cce3bfc ASDC
2022-05-17T05:57:58.901Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:70645a6c-b29f-45f5-8bdd-8cce91714422
ServiceName:basic_onboard_pUVNcf
ServiceVersion:1.0
ServiceUUID:538704cb-23be-4fdd-b3cc-d5e60cce3bfc
ServiceInvariantUUID:97ae50e3-0155-4934-ae85-5cc1e32b16b8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPuvncf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar
ArtifactUUID:74f3eca4-c8aa-4147-8843-2ac3533ff80f
ArtifactChecksum:Yjc1Nzg2NDBiODFmZGZkYjk3NDMwMTUzNWEyNzQ3NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pUVNcf 0
ResourceCustomizationUUID:30c6e156-fbb0-4ad7-9dc1-efd496eef730
ResourceInvariantUUID:77b3b0c1-b6d7-423c-995d-ecd3e26b4585
ResourceName:basic_onboard_pUVNcf
ResourceType:VF
ResourceUUID:806ea8aa-5b5a-49ca-b64b-9e24da17e810
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_puvncf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json
ArtifactUUID:f26d8d72-239c-4e26-87a1-53c9f3664e48
ArtifactChecksum:Nzg4ODUyNTYzYWY0ODQyOTk5ZjQxYzMwOWYxYmJhMzg=
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/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5f9fa268-07b4-40ef-a71c-fc402f3f25a9
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/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env
ArtifactUUID:4a6f5b48-afa5-4f7c-abc0-72849dacd8ef
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/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env
ArtifactUUID:4a6f5b48-afa5-4f7c-abc0-72849dacd8ef
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-17T05:57:58.901Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 538704cb-23be-4fdd-b3cc-d5e60cce3bfc 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-05-17T05:57:58.929Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-17T05:57:58.929Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-17T05:57:58.930Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-17T05:57:58.930Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 74f3eca4-c8aa-4147-8843-2ac3533ff80f from URL: /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar
2022-05-17T05:57:58.930Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-17T05:57:58.930Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar
2022-05-17T05:57:59.234Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-17T05:57:59.237Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar 74f3eca4-c8aa-4147-8843-2ac3533ff80f 71580
2022-05-17T05:57:59.237Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar ASDC sendASDCNotification
2022-05-17T05:57:59.238Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar
2022-05-17T05:57:59.238Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-17T05:57:59.238Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:57:59.240Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:57:59.241Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767079237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:57:59.341Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:57:59.342Z||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-05-17T05:57:59.342Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:57:59.360Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:57:59.360Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:00.241Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-17T05:58:00.242Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-17T05:58:00.243Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 74f3eca4-c8aa-4147-8843-2ac3533ff80f, URL: /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar to file: /app/ASDC/1/service-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:00.243Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:00.244Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:00.244Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:00.368Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3948300821892905543/Definitions/service-BasicOnboardPuvncf-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-05-17T05:58:01.585Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-17T05:58:01.585Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-17T05:58:01.585Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:01.585Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||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-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||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-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pUVNcf 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-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||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-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||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-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:01.586Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:01.587Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||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-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:01.587Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||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-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:01.587Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-17T05:58:01.587Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:01.587Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:01.588Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria
2022-05-17T05:58:01.588Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-17T05:58:01.588Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-17T05:58:01.588Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:01.588Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:01.589Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria
2022-05-17T05:58:01.589Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-17T05:58:01.589Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-17T05:58:01.589Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:01.589Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:01.590Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:01.590Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is not matching search criteria
2022-05-17T05:58:01.590Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-17T05:58:01.590Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-17T05:58:01.590Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-17T05:58:01.591Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-17T05:58:01.591Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-17T05:58:01.591Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:01.591Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-17T05:58:01.591Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:01.592Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria
2022-05-17T05:58:01.592Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:58:01.592Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:01.592Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria
2022-05-17T05:58:01.592Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:58:01.593Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:01.593Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria
2022-05-17T05:58:01.593Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:58:01.593Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:01.593Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is not matching search criteria
2022-05-17T05:58:01.593Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-17T05:58:01.594Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-17T05:58:01.594Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a76fcab9-85e6-4a97-9a30-640f7611a176
2022-05-17T05:58:01.594Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:01.594Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:01.594Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:01.594Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:01.595Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:01.595Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:01.595Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:01.595Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:01.595Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_pUVNcf
Description:service
Model UUID:538704cb-23be-4fdd-b3cc-d5e60cce3bfc
Model Version:NULL
Model InvariantUuid:97ae50e3-0155-4934-ae85-5cc1e32b16b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_pUVNcf
Model UUID:bd5f6aff-709a-4612-97b4-9cef4a5a99ce
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:77b3b0c1-b6d7-423c-995d-ecd3e26b4585
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:30c6e156-fbb0-4ad7-9dc1-efd496eef730
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:02a5c55f-0c58-4841-b0f7-1df83028d40b
ModelName:BasicOnboardPuvncf..base_ubuntu18..module-0
ModelUuid:47d5a455-119f-4c80-8b1d-014f953bec26
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a76fcab9-85e6-4a97-9a30-640f7611a176
ModelInvariantUuid:7d7176ed-ed2c-4124-a5d7-937c18eb287e
ModelName:basic_onboard_pUVNcf-nodes.ubuntu18Cvfc
ModelUuid:e42c5a2e-9322-43b1-ab4c-df266de7f032
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4530ecf6-9aaa-4adb-a93b-6942217164db
ModelInvariantUuid:5e891614-32dd-46cd-94d6-58ee9df31c6d
ModelName:BasicOnboardPuvncf.compute.nodes.heat.ubuntu18
ModelUuid:86cc00f4-e102-4afe-911c-e733ddf1b6c8
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-05-17T05:58:01.602Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 806ea8aa-5b5a-49ca-b64b-9e24da17e810
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-05-17T05:58:01.604Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||basic_onboard_pUVNcf 0
2022-05-17T05:58:01.604Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 806ea8aa-5b5a-49ca-b64b-9e24da17e810
2022-05-17T05:58:01.605Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f26d8d72-239c-4e26-87a1-53c9f3664e48 from URL: /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json
2022-05-17T05:58:01.605Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-17T05:58:01.605Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json
2022-05-17T05:58:01.977Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-17T05:58:01.977Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json f26d8d72-239c-4e26-87a1-53c9f3664e48 798
2022-05-17T05:58:01.978Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json ASDC sendASDCNotification
2022-05-17T05:58:01.978Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json
2022-05-17T05:58:01.978Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-17T05:58:01.978Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:01.981Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:01.981Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767081978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:58:02.081Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:02.082Z||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-05-17T05:58:02.082Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:02.108Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:02.108Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:02.982Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPuvncf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "02a5c55f-0c58-4841-b0f7-1df83028d40b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "47d5a455-119f-4c80-8b1d-014f953bec26",
"vfModuleModelCustomizationUUID": "acaab938-6e90-4f19-9977-0be044a435e4",
"isBase": true,
"artifacts": [
"5f9fa268-07b4-40ef-a71c-fc402f3f25a9",
"4a6f5b48-afa5-4f7c-abc0-72849dacd8ef"
],
"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-05-17T05:58:02.987Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPuvncf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:47d5a455-119f-4c80-8b1d-014f953bec26
VfModuleModelInvariantUUID:02a5c55f-0c58-4841-b0f7-1df83028d40b
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f9fa268-07b4-40ef-a71c-fc402f3f25a9
,
4a6f5b48-afa5-4f7c-abc0-72849dacd8ef
}
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-05-17T05:58:02.989Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPuvncf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "02a5c55f-0c58-4841-b0f7-1df83028d40b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "47d5a455-119f-4c80-8b1d-014f953bec26",
"vfModuleModelCustomizationUUID": "acaab938-6e90-4f19-9977-0be044a435e4",
"isBase": true,
"artifacts": [
"5f9fa268-07b4-40ef-a71c-fc402f3f25a9",
"4a6f5b48-afa5-4f7c-abc0-72849dacd8ef"
],
"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-05-17T05:58:02.990Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPuvncf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:47d5a455-119f-4c80-8b1d-014f953bec26
VfModuleModelInvariantUUID:02a5c55f-0c58-4841-b0f7-1df83028d40b
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f9fa268-07b4-40ef-a71c-fc402f3f25a9
,
4a6f5b48-afa5-4f7c-abc0-72849dacd8ef
}
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-05-17T05:58:02.990Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5f9fa268-07b4-40ef-a71c-fc402f3f25a9 from URL: /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml
2022-05-17T05:58:02.990Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-17T05:58:02.990Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml
2022-05-17T05:58:03.909Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-17T05:58:03.909Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml 5f9fa268-07b4-40ef-a71c-fc402f3f25a9 5033
2022-05-17T05:58:03.910Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-17T05:58:03.910Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml
2022-05-17T05:58:03.910Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-17T05:58:03.910Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:03.912Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:03.912Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767083910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:58:04.013Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-17T05:58:04.014Z||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-05-17T05:58:04.014Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:04.030Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:04.030Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-17T05:58:04.914Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a6f5b48-afa5-4f7c-abc0-72849dacd8ef from URL: /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env
2022-05-17T05:58:04.914Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-17T05:58:04.914Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env
2022-05-17T05:58:05.413Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-17T05:58:05.414Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env 4a6f5b48-afa5-4f7c-abc0-72849dacd8ef 909
2022-05-17T05:58:05.414Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-17T05:58:05.414Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env
2022-05-17T05:58:05.414Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-17T05:58:05.414Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:05.416Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:05.417Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767085414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:58:05.517Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:05.518Z||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-05-17T05:58:05.518Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:05.532Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:05.532Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-17T05:58:06.417Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 538704cb-23be-4fdd-b3cc-d5e60cce3bfc
2022-05-17T05:58:06.417Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pUVNcf 0 806ea8aa-5b5a-49ca-b64b-9e24da17e810 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-05-17T05:58:06.430Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f89c147, org.onap.sdc.toscaparser.api.parameters.Input@1494e9a8, org.onap.sdc.toscaparser.api.parameters.Input@b0dd18a, org.onap.sdc.toscaparser.api.parameters.Input@75cd70e5, org.onap.sdc.toscaparser.api.parameters.Input@546f04e2]
2022-05-17T05:58:06.431Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.431Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:06.432Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-17T05:58:06.432Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 30c6e156-fbb0-4ad7-9dc1-efd496eef730
2022-05-17T05:58:06.432Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 30c6e156-fbb0-4ad7-9dc1-efd496eef730 matches Tosca VF Customization UUID: 30c6e156-fbb0-4ad7-9dc1-efd496eef730
2022-05-17T05:58:06.432Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 30c6e156-fbb0-4ad7-9dc1-efd496eef730 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-05-17T05:58:06.434Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.434Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:06.435Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 30c6e156-fbb0-4ad7-9dc1-efd496eef730: {\"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-05-17T05:58:06.435Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1cb57074
2022-05-17T05:58:06.436Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.436Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-17T05:58:06.436Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : acaab938-6e90-4f19-9977-0be044a435e4
2022-05-17T05:58:06.436Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID acaab938-6e90-4f19-9977-0be044a435e4
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-05-17T05:58:06.438Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.438Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria
2022-05-17T05:58:06.439Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:58:06.439Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.439Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria
2022-05-17T05:58:06.439Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:58:06.440Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.440Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is not matching search criteria
2022-05-17T05:58:06.441Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-17T05:58:06.441Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-17T05:58:06.441Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a76fcab9-85e6-4a97-9a30-640f7611a176
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-05-17T05:58:06.443Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.443Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria
2022-05-17T05:58:06.444Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:58:06.444Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.444Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pUVNcf 0 is matching search criteria
2022-05-17T05:58:06.444Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pUVNcf 0] matching following query criteria: sdcType=VF, customizationUUID=30c6e156-fbb0-4ad7-9dc1-efd496eef730
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-05-17T05:58:06.446Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.446Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:06.446Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 538704cb-23be-4fdd-b3cc-d5e60cce3bfc: basic_onboard_pUVNcf
2022-05-17T05:58:06.447Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.447Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:06.447Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.447Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:06.448Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.448Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:06.448Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.448Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:06.449Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:06.449Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pUVNcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:06.449Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_pUVNcf
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-05-17T05:58:06.517Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pUVNcf 806ea8aa-5b5a-49ca-b64b-9e24da17e810 1 ASDC deployResourceStructure
2022-05-17T05:58:06.517Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json ASDC sendASDCNotification
2022-05-17T05:58:06.517Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json
2022-05-17T05:58:06.517Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-17T05:58:06.518Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:06.519Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:06.520Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767086517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-17T05:58:06.620Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:06.622Z||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-05-17T05:58:06.622Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:06.638Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:06.639Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:07.521Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-17T05:58:07.521Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml
2022-05-17T05:58:07.521Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-17T05:58:07.521Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:07.523Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:07.523Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767087520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-17T05:58:07.623Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:07.625Z||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-05-17T05:58:07.625Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:07.637Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:07.638Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:08.524Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-17T05:58:08.525Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env
2022-05-17T05:58:08.525Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-17T05:58:08.525Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:08.527Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:08.527Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767088524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-17T05:58:08.627Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:08.629Z||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-05-17T05:58:08.629Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:08.643Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:08.643Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:09.528Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar ASDC sendASDCNotification
2022-05-17T05:58:09.529Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar
2022-05-17T05:58:09.529Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-17T05:58:09.529Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:09.531Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:09.531Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767089528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:58:09.631Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:09.633Z||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-05-17T05:58:09.633Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:09.651Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:09.651Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:10.532Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70645a6c-b29f-45f5-8bdd-8cce91714422
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-05-17T05:58:10.546Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70645a6c-b29f-45f5-8bdd-8cce91714422
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-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-17T05:58:10.551Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-17T05:58:10.552Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-17T05:58:10.552Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-17T05:58:10.552Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-17T05:58:10.552Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||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-05-17T05:58:10.557Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-17T05:58:38.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-17T05:58:38.901Z||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-05-17T05:58:38.901Z||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 WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:39.527Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:39.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12946032-ebd1-479c-a2a7-36e0c237e5a4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767066406,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-17T05:58:39.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:58:39.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:58:39.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:58:39.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "NOTIFIED"
}
2022-05-17T05:58:39.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:58:39.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-17T05:58:39.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:58:39.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:58:39.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:58:39.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-17T05:58:39.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:58:39.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:58:39.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:58:39.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:58:39.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-17T05:58:39.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767079237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:58:39.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:58:39.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767081978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:58:39.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:58:39.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767083910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:58:39.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:58:39.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767085414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:58:39.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:58:39.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767086517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/basic_onboard_puvncf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-17T05:58:39.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:58:39.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767087520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-17T05:58:39.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:58:39.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767088524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/resourceInstances/basic_onboard_puvncf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-17T05:58:39.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:58:39.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-17T05:58:39.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767089528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPuvncf/1.0/artifacts/service-BasicOnboardPuvncf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-17T05:58:39.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-17T05:58:40.557Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70645a6c-b29f-45f5-8bdd-8cce91714422 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-05-17T05:58:40.565Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70645a6c-b29f-45f5-8bdd-8cce91714422 and serviceModelVersionId: 538704cb-23be-4fdd-b3cc-d5e60cce3bfc
2022-05-17T05:58:40.565Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97ae50e3-0155-4934-ae85-5cc1e32b16b8
2022-05-17T05:58:40.567Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97ae50e3-0155-4934-ae85-5cc1e32b16b8/model-vers/model-ver/538704cb-23be-4fdd-b3cc-d5e60cce3bfc?depth=0
2022-05-17T05:58:40.571Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-17T05:58:40.621Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97ae50e3-0155-4934-ae85-5cc1e32b16b8/model-vers/model-ver/538704cb-23be-4fdd-b3cc-d5e60cce3bfc?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-17T05:58:40.623Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97ae50e3-0155-4934-ae85-5cc1e32b16b8/model-vers/model-ver/538704cb-23be-4fdd-b3cc-d5e60cce3bfc?depth=0|INFO|500||Invoke
2022-05-17T05:58:40.650Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97ae50e3-0155-4934-ae85-5cc1e32b16b8/model-vers/model-ver/538704cb-23be-4fdd-b3cc-d5e60cce3bfc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-17T05:58:40.783Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97ae50e3-0155-4934-ae85-5cc1e32b16b8/model-vers/model-ver/538704cb-23be-4fdd-b3cc-d5e60cce3bfc?depth=0|INFO|500||InvokeReturn
2022-05-17T05:58:40.785Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97ae50e3-0155-4934-ae85-5cc1e32b16b8/model-vers/model-ver/538704cb-23be-4fdd-b3cc-d5e60cce3bfc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220517-05:58:40:812-1155], vertex-id=[209064], Content-Length=[0], Date=[Tue, 17 May 2022 05:58:40 GMT], Content-Type=[application/json]}
2022-05-17T05:58:40.785Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-17T05:58:40.785Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-17T05:58:40.786Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||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-05-17T05:58:40.791Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||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-05-17T05:58:40.792Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70645a6c-b29f-45f5-8bdd-8cce91714422 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-17T05:58:40.792Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-17T05:58:40.792Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:40.794Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:40.795Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "70645a6c-b29f-45f5-8bdd-8cce91714422",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767120792,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-17T05:58:40.895Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:40.896Z||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-05-17T05:58:40.896Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:40.915Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:40.916Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-17T05:58:41.809Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-17T05:58:41.809Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ff4c14a-dd87-4442-978e-82485cdc00a9","serviceName":"vFW 2022-05-17 05-55-55","serviceVersion":"1.0","serviceUUID":"6e9f5f73-3531-4da3-856a-01ce31f4107e","serviceDescription":"catalog service description","serviceInvariantUUID":"9d1b8054-d3ff-4875-8c4c-1355495c5d56","resources":[{"resourceInstanceName":"vFW 3ae8e71d-5b46 0","resourceName":"vFW 3ae8e71d-5b46","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a6d4475-244a-4d54-93b6-c3c602967594","resourceInvariantUUID":"e0d38bac-f7c8-475b-a00d-22fbe563651e","resourceCustomizationUUID":"9b8ddb9d-5359-4327-8979-af8110a1095b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml","artifactChecksum":"MmJlYjhkMTFmMmU4NTE4ZTlkN2NhNGU4MDVkM2MyYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7fe5ecfe-c469-4642-abe8-f896d7517dfb","artifactVersion":"1"},{"artifactName":"vfw3ae8e71d5b460_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json","artifactChecksum":"MjBmOWY0NmZlM2NhYjU0NDljZGVlMzZlNmRlM2VkNTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c823391c-fcb4-4bf8-aaec-986f608266a4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml","artifactChecksum":"YWE1YjcwMjVkZDU2OWI5MmZjODJlZmVhZTExYmI2YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1b10bd01-d6bd-4618-a42a-7e17bd9cae02","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"561fe5da-bb7e-435f-9896-8b6525d1e081","artifactVersion":"2","generatedFromUUID":"a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220517055555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml","artifactChecksum":"NWNmMzI4N2Q4Y2M2NDNmY2Y2MGVhM2I1MTZkNzRiN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"777e28da-f43f-40f5-b156-2abe5f238a58","artifactVersion":"1"},{"artifactName":"service-Vfw20220517055555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar","artifactChecksum":"M2QzZDY1ZmFlODAxZmU0MjBhNjA5MDg4YzI3ZTMyZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2936cde6-cf68-4a81-b11f-0d4fc9c07cad","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-17T05:58:41.810Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:58:41.811Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:41.813Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:41.813Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:58:41.913Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:41.914Z||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-05-17T05:58:41.915Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:41.929Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:41.929Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:42.814Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:58:42.815Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:42.818Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:42.818Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json",
"status": "NOTIFIED"
}
2022-05-17T05:58:42.918Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:42.919Z||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-05-17T05:58:42.919Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:42.933Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:42.934Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:43.819Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:58:43.820Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:43.823Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:43.823Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-17T05:58:43.923Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:43.924Z||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-05-17T05:58:43.924Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:43.936Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:43.937Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:44.823Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:58:44.824Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:44.827Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:44.827Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:58:44.927Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:44.928Z||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-05-17T05:58:44.929Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:44.944Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:44.944Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:45.827Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:58:45.828Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:45.831Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:45.831Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-17T05:58:45.931Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:45.932Z||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-05-17T05:58:45.932Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:45.949Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:45.950Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:46.831Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:58:46.833Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:46.835Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:46.835Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-17T05:58:46.936Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:46.937Z||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-05-17T05:58:46.937Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:46.954Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:46.955Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:47.836Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-17T05:58:47.837Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:47.839Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:47.839Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767067421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "NOTIFIED"
}
2022-05-17T05:58:47.939Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:47.940Z||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-05-17T05:58:47.941Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:47.977Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:47.978Z||pool-41-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:48.841Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"serviceName": "vFW 2022-05-17 05-55-55",
"serviceVersion": "1.0",
"serviceUUID": "6e9f5f73-3531-4da3-856a-01ce31f4107e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9d1b8054-d3ff-4875-8c4c-1355495c5d56",
"resources": [
{
"resourceInstanceName": "vFW 3ae8e71d-5b46 0",
"resourceCustomizationUUID": "9b8ddb9d-5359-4327-8979-af8110a1095b",
"resourceName": "vFW 3ae8e71d-5b46",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8a6d4475-244a-4d54-93b6-c3c602967594",
"resourceInvariantUUID": "e0d38bac-f7c8-475b-a00d-22fbe563651e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3ae8e71d5b460_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json",
"artifactChecksum": "MjBmOWY0NmZlM2NhYjU0NDljZGVlMzZlNmRlM2VkNTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c823391c-fcb4-4bf8-aaec-986f608266a4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "561fe5da-bb7e-435f-9896-8b6525d1e081",
"generatedFromUUID": "a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "561fe5da-bb7e-435f-9896-8b6525d1e081",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220517055555-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"artifactChecksum": "M2QzZDY1ZmFlODAxZmU0MjBhNjA5MDg4YzI3ZTMyZjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2936cde6-cf68-4a81-b11f-0d4fc9c07cad"
}
],
"workloadContext": "Production"
}
2022-05-17T05:58:48.841Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-17T05:58:48.841Z|70645a6c-b29f-45f5-8bdd-8cce91714422|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e9f5f73-3531-4da3-856a-01ce31f4107e ASDC
2022-05-17T05:58:48.842Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5ff4c14a-dd87-4442-978e-82485cdc00a9
ServiceName:vFW 2022-05-17 05-55-55
ServiceVersion:1.0
ServiceUUID:6e9f5f73-3531-4da3-856a-01ce31f4107e
ServiceInvariantUUID:9d1b8054-d3ff-4875-8c4c-1355495c5d56
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220517055555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar
ArtifactUUID:2936cde6-cf68-4a81-b11f-0d4fc9c07cad
ArtifactChecksum:M2QzZDY1ZmFlODAxZmU0MjBhNjA5MDg4YzI3ZTMyZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3ae8e71d-5b46 0
ResourceCustomizationUUID:9b8ddb9d-5359-4327-8979-af8110a1095b
ResourceInvariantUUID:e0d38bac-f7c8-475b-a00d-22fbe563651e
ResourceName:vFW 3ae8e71d-5b46
ResourceType:VF
ResourceUUID:8a6d4475-244a-4d54-93b6-c3c602967594
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3ae8e71d5b460_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json
ArtifactUUID:c823391c-fcb4-4bf8-aaec-986f608266a4
ArtifactChecksum:MjBmOWY0NmZlM2NhYjU0NDljZGVlMzZlNmRlM2VkNTU=
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/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml
ArtifactUUID:a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3
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/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env
ArtifactUUID:561fe5da-bb7e-435f-9896-8b6525d1e081
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/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env
ArtifactUUID:561fe5da-bb7e-435f-9896-8b6525d1e081
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-17T05:58:48.842Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e9f5f73-3531-4da3-856a-01ce31f4107e 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-05-17T05:58:48.884Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-17T05:58:48.885Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-17T05:58:48.885Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-17T05:58:48.885Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2936cde6-cf68-4a81-b11f-0d4fc9c07cad from URL: /sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar
2022-05-17T05:58:48.885Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-17T05:58:48.886Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar
2022-05-17T05:58:48.952Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-17T05:58:48.956Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar 2936cde6-cf68-4a81-b11f-0d4fc9c07cad 98977
2022-05-17T05:58:48.957Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar ASDC sendASDCNotification
2022-05-17T05:58:48.957Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar
2022-05-17T05:58:48.957Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-17T05:58:48.958Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:48.960Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:48.960Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767128957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:58:49.060Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:49.061Z||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-05-17T05:58:49.062Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:49.078Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:49.078Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-17T05:58:49.960Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-17T05:58:49.962Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-17T05:58:49.962Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2936cde6-cf68-4a81-b11f-0d4fc9c07cad, URL: /sdc/v1/catalog/services/Vfw20220517055555/1.0/artifacts/service-Vfw20220517055555-csar.csar to file: /app/ASDC/1/service-Vfw20220517055555-csar.csar
2022-05-17T05:58:49.962Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220517055555-csar.csar
2022-05-17T05:58:49.963Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220517055555-csar.csar
2022-05-17T05:58:49.963Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220517055555-csar.csar
2022-05-17T05:58:50.141Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8904886684013138548/Definitions/service-Vfw20220517055555-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-05-17T05:58:52.201Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-17T05:58:52.202Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-17T05:58:52.202Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.203Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-17T05:58:52.203Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||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-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.203Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||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-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.203Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||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-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.203Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.204Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.204Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||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-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.204Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||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-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.204Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||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-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.204Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.204Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||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-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.205Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.205Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||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-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.205Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3ae8e71d-5b46 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-Vfw20220517055555-csar.csar
2022-05-17T05:58:52.205Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-17T05:58:52.205Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.206Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:52.206Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria
2022-05-17T05:58:52.206Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-17T05:58:52.206Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-17T05:58:52.207Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.207Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:52.207Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria
2022-05-17T05:58:52.207Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-17T05:58:52.208Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-17T05:58:52.208Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.208Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:52.208Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.208Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is not matching search criteria
2022-05-17T05:58:52.209Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-17T05:58:52.209Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-17T05:58:52.209Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-17T05:58:52.209Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-17T05:58:52.210Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:58:52.210Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:58:52.210Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-17T05:58:52.210Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-17T05:58:52.210Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-17T05:58:52.211Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:58:52.211Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-17T05:58:52.211Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-17T05:58:52.211Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-17T05:58:52.212Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-17T05:58:52.212Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:58:52.212Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-17T05:58:52.212Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.212Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-17T05:58:52.213Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.213Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria
2022-05-17T05:58:52.213Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:58:52.213Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.214Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria
2022-05-17T05:58:52.214Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:58:52.214Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.214Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria
2022-05-17T05:58:52.214Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:58:52.215Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.215Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is not matching search criteria
2022-05-17T05:58:52.215Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-17T05:58:52.215Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-17T05:58:52.216Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-17T05:58:52.216Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-17T05:58:52.216Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-17T05:58:52.216Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:58:52.216Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-17T05:58:52.217Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-17T05:58:52.217Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-17T05:58:52.217Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-17T05:58:52.217Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:58:52.217Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=66839835-984d-4d98-8cde-bcf3785e8632
2022-05-17T05:58:52.218Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.218Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is not matching search criteria
2022-05-17T05:58:52.218Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-17T05:58:52.218Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-17T05:58:52.219Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-17T05:58:52.219Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-17T05:58:52.219Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:58:52.219Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:58:52.220Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-17T05:58:52.220Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-17T05:58:52.220Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-17T05:58:52.220Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-17T05:58:52.221Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-17T05:58:52.221Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:58:52.221Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b3218e41-8909-477e-9a44-44ed71c63294
2022-05-17T05:58:52.221Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.222Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is not matching search criteria
2022-05-17T05:58:52.222Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-17T05:58:52.222Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-17T05:58:52.222Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-17T05:58:52.222Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-17T05:58:52.223Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:58:52.223Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:58:52.223Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-17T05:58:52.223Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-17T05:58:52.224Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-17T05:58:52.224Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:58:52.224Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-17T05:58:52.224Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-17T05:58:52.225Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=10ea1c7b-66bd-49cc-be7c-2327c8c55153
2022-05-17T05:58:52.225Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.225Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:52.225Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.225Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:52.226Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.226Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:52.226Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:52.226Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:52.226Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-17 05-55-55
Description:catalog service description
Model UUID:6e9f5f73-3531-4da3-856a-01ce31f4107e
Model Version:NULL
Model InvariantUuid:9d1b8054-d3ff-4875-8c4c-1355495c5d56
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3ae8e71d-5b46
Model UUID:9fe3dca2-9011-46bf-b0bf-0ed576eaa8b9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e0d38bac-f7c8-475b-a00d-22fbe563651e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9b8ddb9d-5359-4327-8979-af8110a1095b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8ae9fdc5-1228-416c-aecb-849d2c8aa8a8
ModelName:Vfw3ae8e71d5b46..base_vfw..module-0
ModelUuid:fd305a07-64c7-4bcb-851e-051a51b60fad
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:66839835-984d-4d98-8cde-bcf3785e8632
ModelInvariantUuid:de88c6ff-79ae-4ee8-a44c-e4313add5e6c
ModelName:vFW 3ae8e71d-5b46-nodes.vfwCvfc
ModelUuid:0c8d9cad-c568-4b1c-bf72-3783af3ae0a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a981a872-d7b6-4cc6-99ec-8531e0cffecc
ModelInvariantUuid:42ae118f-bb2a-424d-ba18-c464db00edaf
ModelName:Vfw3ae8e71d5b46.compute.nodes.heat.vfw
ModelUuid:d73458f5-b46b-4227-be9b-7a931e34440b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b3218e41-8909-477e-9a44-44ed71c63294
ModelInvariantUuid:f4be1543-d197-47e4-913d-46a84ae5ede2
ModelName:vFW 3ae8e71d-5b46-nodes.vsnCvfc
ModelUuid:e8c9de84-8e38-4fa8-9608-93fc0bb91ea8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:cbf331a6-cf1b-4832-830e-f54095eea612
ModelInvariantUuid:7c8bfec1-577f-46a7-a776-d1eb743f0e32
ModelName:Vfw3ae8e71d5b46.compute.nodes.heat.vsn
ModelUuid:3d0d06eb-76ae-43a5-bbe6-045ffbb340b2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:10ea1c7b-66bd-49cc-be7c-2327c8c55153
ModelInvariantUuid:c48aa523-74a3-4681-810e-c175c09d8aeb
ModelName:vFW 3ae8e71d-5b46-nodes.vpgCvfc
ModelUuid:f84f68f9-2477-4f40-be9e-169734b24f54
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a1a1977b-5524-49bb-b168-f72f9e80f2a0
ModelInvariantUuid:84188930-a751-4aa1-b83e-bb38386b4bd0
ModelName:Vfw3ae8e71d5b46.compute.nodes.heat.vpg
ModelUuid:ddec6d8e-ba25-46f7-b372-cdac4d7f9c64
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-05-17T05:58:52.233Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8a6d4475-244a-4d54-93b6-c3c602967594
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-05-17T05:58:52.236Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||vFW 3ae8e71d-5b46 0
2022-05-17T05:58:52.236Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8a6d4475-244a-4d54-93b6-c3c602967594
2022-05-17T05:58:52.236Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c823391c-fcb4-4bf8-aaec-986f608266a4 from URL: /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json
2022-05-17T05:58:52.236Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-17T05:58:52.237Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json
2022-05-17T05:58:52.339Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-17T05:58:52.340Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json c823391c-fcb4-4bf8-aaec-986f608266a4 785
2022-05-17T05:58:52.340Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json ASDC sendASDCNotification
2022-05-17T05:58:52.341Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json
2022-05-17T05:58:52.341Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-17T05:58:52.341Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:52.343Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:52.343Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767132340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/vfw3ae8e71d5b460_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:58:52.444Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:52.445Z||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-05-17T05:58:52.445Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:52.460Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:52.461Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:53.344Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3ae8e71d5b46..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8ae9fdc5-1228-416c-aecb-849d2c8aa8a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fd305a07-64c7-4bcb-851e-051a51b60fad",
"vfModuleModelCustomizationUUID": "f6ef2ce9-ac40-486f-8e96-b2f55cb2c45e",
"isBase": true,
"artifacts": [
"a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3",
"561fe5da-bb7e-435f-9896-8b6525d1e081"
],
"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-05-17T05:58:53.347Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3ae8e71d5b46..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd305a07-64c7-4bcb-851e-051a51b60fad
VfModuleModelInvariantUUID:8ae9fdc5-1228-416c-aecb-849d2c8aa8a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3
,
561fe5da-bb7e-435f-9896-8b6525d1e081
}
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-05-17T05:58:53.349Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3ae8e71d5b46..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8ae9fdc5-1228-416c-aecb-849d2c8aa8a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fd305a07-64c7-4bcb-851e-051a51b60fad",
"vfModuleModelCustomizationUUID": "f6ef2ce9-ac40-486f-8e96-b2f55cb2c45e",
"isBase": true,
"artifacts": [
"a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3",
"561fe5da-bb7e-435f-9896-8b6525d1e081"
],
"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-05-17T05:58:53.350Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3ae8e71d5b46..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd305a07-64c7-4bcb-851e-051a51b60fad
VfModuleModelInvariantUUID:8ae9fdc5-1228-416c-aecb-849d2c8aa8a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3
,
561fe5da-bb7e-435f-9896-8b6525d1e081
}
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-05-17T05:58:53.350Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3 from URL: /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml
2022-05-17T05:58:53.350Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-17T05:58:53.350Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml
2022-05-17T05:58:53.393Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-17T05:58:53.394Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml a97eaf9e-5dd9-45a1-8edb-4c1bfcda17e3 20368
2022-05-17T05:58:53.395Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-17T05:58:53.395Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml
2022-05-17T05:58:53.395Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-17T05:58:53.395Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:53.397Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:53.398Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767133395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:58:53.498Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-17T05:58:53.499Z||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-05-17T05:58:53.499Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:53.512Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:53.512Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:54.399Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 561fe5da-bb7e-435f-9896-8b6525d1e081 from URL: /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env
2022-05-17T05:58:54.399Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-17T05:58:54.400Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env
2022-05-17T05:58:54.533Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-17T05:58:54.534Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env 561fe5da-bb7e-435f-9896-8b6525d1e081 2098
2022-05-17T05:58:54.534Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-17T05:58:54.535Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env
2022-05-17T05:58:54.535Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-17T05:58:54.535Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-17T05:58:54.537Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-17T05:58:54.537Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5ff4c14a-dd87-4442-978e-82485cdc00a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652767134534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220517055555/1.0/resourceInstances/vfw3ae8e71d5b460/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-17T05:58:54.639Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-17T05:58:54.640Z||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-05-17T05:58:54.641Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WCt8sSiIOqIxKWln) ...
2022-05-17T05:58:54.657Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-17T05:58:54.658Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-17T05:58:55.538Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6e9f5f73-3531-4da3-856a-01ce31f4107e
2022-05-17T05:58:55.539Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3ae8e71d-5b46 0 8a6d4475-244a-4d54-93b6-c3c602967594 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-05-17T05:58:55.555Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d47fd02, org.onap.sdc.toscaparser.api.parameters.Input@4baa93ca, org.onap.sdc.toscaparser.api.parameters.Input@6527fc70, org.onap.sdc.toscaparser.api.parameters.Input@4075956b, org.onap.sdc.toscaparser.api.parameters.Input@22b8cf8a]
2022-05-17T05:58:55.557Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:55.557Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:55.557Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-17T05:58:55.558Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9b8ddb9d-5359-4327-8979-af8110a1095b
2022-05-17T05:58:55.558Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b8ddb9d-5359-4327-8979-af8110a1095b matches Tosca VF Customization UUID: 9b8ddb9d-5359-4327-8979-af8110a1095b
2022-05-17T05:58:55.558Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9b8ddb9d-5359-4327-8979-af8110a1095b 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-05-17T05:58:55.560Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:55.561Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-17T05:58:55.562Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9b8ddb9d-5359-4327-8979-af8110a1095b: {\"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-05-17T05:58:55.562Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b3f8c2d
2022-05-17T05:58:55.562Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:55.562Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-17 05-55-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-17T05:58:55.563Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f6ef2ce9-ac40-486f-8e96-b2f55cb2c45e
2022-05-17T05:58:55.563Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f6ef2ce9-ac40-486f-8e96-b2f55cb2c45e
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-05-17T05:58:55.565Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:55.566Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria
2022-05-17T05:58:55.566Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:58:55.567Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:55.567Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria
2022-05-17T05:58:55.567Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:58:55.568Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:55.568Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is not matching search criteria
2022-05-17T05:58:55.568Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-17T05:58:55.569Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-17T05:58:55.569Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-17T05:58:55.569Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-17T05:58:55.569Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-17T05:58:55.570Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-17T05:58:55.570Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-17T05:58:55.570Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-17T05:58:55.571Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-17T05:58:55.571Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-17T05:58:55.571Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-17T05:58:55.572Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=66839835-984d-4d98-8cde-bcf3785e8632
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-05-17T05:58:55.574Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-17T05:58:55.575Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Node template vFW 3ae8e71d-5b46 0 is matching search criteria
2022-05-17T05:58:55.575Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3ae8e71d-5b46 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-17T05:58:55.575Z|5ff4c14a-dd87-4442-978e-82485cdc00a9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery