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-03-15T14:57:59.257Z||main|||||INFO|500||The following profiles are active: basic
2022-03-15T14:58:10.828Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-15T14:58:10.829Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-15T14:58:10.936Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-15T14:58:14.866Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-15T14:58:15.231Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-15T14:58:15.666Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-15T14:58:15.677Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-15T14:58:15.818Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-15T14:58:16.008Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-15T14:58:16.549Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-15T14:58:18.265Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T14:58:20.643Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T14:58:20.698Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-15T14:58:21.393Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T14:58:21.534Z||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-03-15T14:58:22.860Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T14:58:23.876Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-15T14:58:23.894Z||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$$fa32a587.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-03-15T14:58:23.895Z||main|||||WARN|500||The sdc end point is not alive
2022-03-15T14:58:27.601Z||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-03-15T14:58:30.842Z||main|||||WARN|500||---
2022-03-15T14:58:30.842Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-15T14:58:30.842Z||main|||||WARN|500||---
2022-03-15T14:58:31.350Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-15T14:58:36.088Z||main|||||INFO|500||Started Application in 40.113 seconds (JVM running for 42.416)
2022-03-15T14:58:36.103Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-15T14:58:36.105Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-15T14:58:36.117Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-15T14:58:36.140Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-15T14:58:36.190Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9f7416f-f732-4b4f-b260-e45fdc47f2bd url= /sdc/v1/artifactTypes
2022-03-15T14:58:36.190Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-15T14:58:36.444Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-15T14:58:36.468Z||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-03-15T14:58:36.490Z||scheduling-1|||||DEBUG|500||create keys
2022-03-15T14:58:36.500Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-15T14:58:36.571Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T14:58:36.588Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9059105d-0670-41f8-a500-817168a12dae url= /sdc/v1/registerForDistribution
2022-03-15T14:58:36.758Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9059105d-0670-41f8-a500-817168a12dae url= /sdc/v1/registerForDistribution
2022-03-15T14:58:36.759Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-15T14:58:36.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:58:36.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:58:36.813Z||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-03-15T14:58:36.813Z||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-03-15T14:58:36.813Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T14:58:36.813Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-15T14:58:36.813Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T14:58:47.185Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T14:58:47.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T14:59:36.767Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:59:36.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:59:36.769Z||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-03-15T14:59:36.769Z||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-03-15T14:59:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T14:59:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T14:59:46.334Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T14:59:46.335Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:00:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:00:36.767Z||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-03-15T15:00:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:00:36.770Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:00:36.771Z||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-03-15T15:00:36.771Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:00:46.318Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:00:46.343Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:01:36.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:01:36.768Z||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-03-15T15:01:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:01:36.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:01:36.770Z||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-03-15T15:01:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:01:46.319Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:01:46.319Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:02:36.767Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:02:36.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:02:36.769Z||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-03-15T15:02:36.769Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:02:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:02:36.769Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:02:46.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:02:46.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:03:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:03:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:03:36.768Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:03:36.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:03:36.769Z||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-03-15T15:03:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:03:46.320Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:03:46.320Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:04:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:04:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:04:36.768Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:04:36.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:04:36.770Z||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-03-15T15:04:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:04:46.321Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:04:46.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:05:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:05:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:05:36.768Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:05:36.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:05:36.769Z||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-03-15T15:05:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:05:46.316Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:05:46.319Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:06:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:06:36.768Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:06:36.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:06:36.769Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:06:36.769Z||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-03-15T15:06:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:06:46.315Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:06:46.346Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:07:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:07:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:07:36.768Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:07:36.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:07:36.770Z||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-03-15T15:07:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:07:46.320Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:07:46.328Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:08:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:08:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:08:36.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:08:36.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:08:36.770Z||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-03-15T15:08:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:08:46.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:08:46.325Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:08:47.690Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-15T15:09:36.767Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:09:36.768Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:09:36.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:09:36.769Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:09:36.769Z||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-03-15T15:09:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:09:46.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:09:46.326Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:10:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:10:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:10:36.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:10:36.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:10:36.769Z||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-03-15T15:10:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:10:46.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:10:46.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:11:36.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:11:36.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:11:36.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:11:36.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:11:36.770Z||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-03-15T15:11:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:11:46.319Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:11:46.320Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:12:36.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:12:36.767Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:12:36.767Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:12:36.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:12:36.771Z||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-03-15T15:12:36.771Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:12:46.319Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:12:46.320Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:13:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:13:36.767Z||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-03-15T15:13:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:13:36.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:13:36.769Z||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-03-15T15:13:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:13:46.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:13:46.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:14:36.767Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:14:36.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:14:36.770Z||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-03-15T15:14:36.770Z||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-03-15T15:14:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:14:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:14:46.320Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:14:46.320Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:15:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:15:36.767Z||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-03-15T15:15:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:15:36.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:15:36.769Z||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-03-15T15:15:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:15:46.319Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:15:46.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:16:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:16:36.767Z||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-03-15T15:16:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:16:36.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:16:36.769Z||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-03-15T15:16:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:16:46.319Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:16:46.319Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:17:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:17:36.767Z||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-03-15T15:17:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:17:36.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:17:36.769Z||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-03-15T15:17:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:17:46.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:17:46.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:18:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:18:36.767Z||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-03-15T15:18:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:18:36.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:18:36.770Z||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-03-15T15:18:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:18:46.317Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:18:46.317Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:19:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:19:36.767Z||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-03-15T15:19:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:19:36.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:19:36.769Z||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-03-15T15:19:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:19:46.320Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:19:46.321Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:20:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:20:36.767Z||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-03-15T15:20:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:20:36.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:20:36.769Z||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-03-15T15:20:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:20:46.317Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:20:46.318Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:21:36.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:21:36.767Z||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-03-15T15:21:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:21:36.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:21:36.769Z||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-03-15T15:21:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:21:46.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:21:46.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:22:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:22:36.768Z||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-03-15T15:22:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:22:36.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:22:36.770Z||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-03-15T15:22:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:22:46.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:22:46.323Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:23:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:23:36.767Z||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-03-15T15:23:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:23:36.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:23:36.769Z||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-03-15T15:23:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:23:46.324Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:23:46.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:24:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:24:36.767Z||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-03-15T15:24:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:24:36.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:24:36.769Z||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-03-15T15:24:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:24:46.317Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:24:46.322Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:25:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:25:36.767Z||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-03-15T15:25:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:25:36.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:25:36.769Z||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-03-15T15:25:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:25:46.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:25:46.317Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:36.767Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:26:36.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:26:36.770Z||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-03-15T15:26:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:26:36.770Z||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-03-15T15:26:36.771Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:26:46.334Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:46.334Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:27:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:27:36.767Z||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-03-15T15:27:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:27:36.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:27:36.770Z||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-03-15T15:27:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:27:46.326Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:27:46.334Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:28:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:28:36.767Z||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-03-15T15:28:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:28:36.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:28:36.769Z||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-03-15T15:28:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:28:46.322Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:28:46.323Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:29:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:29:36.767Z||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-03-15T15:29:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:29:36.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:29:36.770Z||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-03-15T15:29:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:29:46.317Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:29:46.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:30:36.768Z||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-03-15T15:30:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:30:36.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:30:36.769Z||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-03-15T15:30:36.773Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:30:46.319Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:46.321Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:31:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:31:36.767Z||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-03-15T15:31:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:31:36.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:31:36.769Z||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-03-15T15:31:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:31:46.316Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:31:46.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:32:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:32:36.767Z||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-03-15T15:32:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:32:36.770Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:32:36.771Z||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-03-15T15:32:36.772Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:32:46.328Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:32:46.337Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:33:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:33:36.768Z||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-03-15T15:33:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:33:36.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:33:36.770Z||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-03-15T15:33:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:33:46.317Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:33:46.317Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:34:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:36.767Z||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-03-15T15:34:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:34:36.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:36.769Z||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-03-15T15:34:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:34:46.322Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:34:46.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:35:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:35:36.767Z||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-03-15T15:35:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:35:36.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:35:36.769Z||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-03-15T15:35:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:35:46.321Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:35:46.321Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:36:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:36:36.768Z||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-03-15T15:36:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:36:36.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:36:36.769Z||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-03-15T15:36:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:36:46.322Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:36:46.322Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:37:36.767Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:37:36.768Z||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-03-15T15:37:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:37:36.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:37:36.769Z||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-03-15T15:37:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:37:46.313Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:37:46.330Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:38:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:38:36.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:38:36.769Z||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-03-15T15:38:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:38:36.769Z||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-03-15T15:38:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:38:46.322Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:38:46.329Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:39:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:39:36.767Z||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-03-15T15:39:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:39:36.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:39:36.770Z||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-03-15T15:39:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:39:46.314Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:39:46.314Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:40:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:40:36.767Z||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-03-15T15:40:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:40:36.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:40:36.770Z||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-03-15T15:40:36.771Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:40:46.318Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:40:46.321Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:41:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:41:36.767Z||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-03-15T15:41:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:41:36.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:41:36.769Z||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-03-15T15:41:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:41:46.329Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:41:46.359Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:36.767Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:42:36.768Z||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-03-15T15:42:36.768Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:42:36.770Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:42:36.771Z||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-03-15T15:42:36.771Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:42:46.321Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:46.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:43:36.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:43:36.767Z||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-03-15T15:43:36.767Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:43:36.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:43:36.770Z||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-03-15T15:43:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:43:46.322Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:43:46.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:44:36.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:44:36.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:44:36.768Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:44:36.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:44:36.770Z||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-03-15T15:44:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:44:46.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:44:46.340Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:36.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:45:36.767Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:45:36.768Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:36.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:45:36.770Z||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-03-15T15:45:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:37.400Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:37.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"20d65b7f-f67d-4e79-b4d0-e313b35eea01","serviceName":"basic_onboard_KtmicE","serviceVersion":"1.0","serviceUUID":"5cb435f2-3c46-4f0e-b6db-28de1467e2a2","serviceDescription":"service","serviceInvariantUUID":"34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b","resources":[{"resourceInstanceName":"basic_onboard_KtmicE 0","resourceName":"basic_onboard_KtmicE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8195b17d-9919-410c-8415-7dc840956dda","resourceInvariantUUID":"8daafe37-6f9a-431b-be67-606a0f194d35","resourceCustomizationUUID":"e1805975-54dd-46be-86aa-7e6dae2eeb7c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml","artifactChecksum":"ZDY3YzI1ZWZmY2UyZTBkN2VjZGFiNmM5ZTBlOTA0NGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3eddb14d-53b8-4d08-8b0f-3458a96e7e03","artifactVersion":"1"},{"artifactName":"basic_onboard_ktmice0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json","artifactChecksum":"YTJkYTdiMDUxYTM2YmVlZWU1OWMwOWI5ZTJhNjBhY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18e16f3a-00f2-4131-869e-57847c0a5b78","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f22d412e-b06d-4b50-b856-b0f2ac6a2c27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2a673758-d866-470d-8f49-0efe6a4339e4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9e87c75d-fcab-4773-adfe-dd00a8308aed","artifactVersion":"2","generatedFromUUID":"f22d412e-b06d-4b50-b856-b0f2ac6a2c27"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKtmice-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml","artifactChecksum":"MzQ4YmI5NGQzOGVjM2ZhODAzODlmMTg4YmQyNGI5NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a738d7d4-b8f3-476a-a115-fedc81859fb4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKtmice-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar","artifactChecksum":"ZjFmYjQ2NjY0MzQzM2YxODMxODdhNWYzNWFhZWNlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec42224b-62e6-4c18-b90d-3994ea5b590d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:45:37.417Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:37.425Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:37.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:37.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "dcae-sch",
"timestamp": 1647359115487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.443Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:37.443Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359122751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "cds",
"timestamp": 1647359118244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359116327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359122751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "cds",
"timestamp": 1647359118244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359116327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "dcae-sch",
"timestamp": 1647359115487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "clamp",
"timestamp": 1647359126303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "dcae-sch",
"timestamp": 1647359115487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359116327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "cds",
"timestamp": 1647359118244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359122751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "clamp",
"timestamp": 1647359126303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:45:37.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359122751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "cds",
"timestamp": 1647359118244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359116327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "dcae-sch",
"timestamp": 1647359115487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "clamp",
"timestamp": 1647359126303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "dcae-sch",
"timestamp": 1647359115487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359116327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "cds",
"timestamp": 1647359118244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359122751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "clamp",
"timestamp": 1647359126303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.482Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "dcae-sch",
"timestamp": 1647359115487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359116327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "cds",
"timestamp": 1647359118244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359122751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "clamp",
"timestamp": 1647359126303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "dcae-sch",
"timestamp": 1647359115487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359116327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "cds",
"timestamp": 1647359118244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:45:37.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359122751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:45:37.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "clamp",
"timestamp": 1647359126303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "aai-ml",
"timestamp": 1647359132906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "clamp",
"timestamp": 1647359126303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:45:37.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "cds",
"timestamp": 1647359133252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:45:37.492Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:45:37.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359133716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:45:37.492Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:45:37.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "aai-ml",
"timestamp": 1647359132906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "cds",
"timestamp": 1647359134273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-15T15:45:37.546Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-15T15:45:37.551Z||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-03-15T15:45:37.551Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
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-03-15T15:45:37.566Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:37.567Z||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-03-15T15:45:37.711Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20d65b7f-f67d-4e79-b4d0-e313b35eea01
2022-03-15T15:45:37.733Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20d65b7f-f67d-4e79-b4d0-e313b35eea01 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-03-15T15:45:37.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "policy-id",
"timestamp": 1647359133591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "aai-ml",
"timestamp": 1647359132906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "policy-id",
"timestamp": 1647359133591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359134779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "aai-ml",
"timestamp": 1647359132906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "policy-id",
"timestamp": 1647359133591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359134779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:37.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:45:37.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "aai-ml",
"timestamp": 1647359132906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:37.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:45:38.451Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:38.451Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:38.454Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:38.454Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:45:38.554Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:38.555Z||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-03-15T15:45:38.555Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:38.575Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:38.576Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:39.454Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:39.456Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:39.458Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:39.458Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:45:39.558Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:39.559Z||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-03-15T15:45:39.559Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:39.574Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:39.575Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:40.459Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:40.460Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:40.462Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:40.462Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:40.562Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:40.563Z||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-03-15T15:45:40.563Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:40.577Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:40.578Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:41.466Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:41.467Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:41.469Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:41.470Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T15:45:41.570Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:41.572Z||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-03-15T15:45:41.573Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:41.588Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:41.589Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:42.470Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:42.471Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:42.474Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:42.474Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:45:42.575Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:45:42.576Z||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-03-15T15:45:42.576Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:42.589Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:42.591Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:43.474Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:43.476Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:43.478Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:43.479Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:45:43.579Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:43.580Z||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-03-15T15:45:43.580Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:43.594Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:43.595Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:44.481Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"serviceName": "basic_onboard_KtmicE",
"serviceVersion": "1.0",
"serviceUUID": "5cb435f2-3c46-4f0e-b6db-28de1467e2a2",
"serviceDescription": "service",
"serviceInvariantUUID": "34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b",
"resources": [
{
"resourceInstanceName": "basic_onboard_KtmicE 0",
"resourceCustomizationUUID": "e1805975-54dd-46be-86aa-7e6dae2eeb7c",
"resourceName": "basic_onboard_KtmicE",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8195b17d-9919-410c-8415-7dc840956dda",
"resourceInvariantUUID": "8daafe37-6f9a-431b-be67-606a0f194d35",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ktmice0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"artifactChecksum": "YTJkYTdiMDUxYTM2YmVlZWU1OWMwOWI5ZTJhNjBhY2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "18e16f3a-00f2-4131-869e-57847c0a5b78",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f22d412e-b06d-4b50-b856-b0f2ac6a2c27",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9e87c75d-fcab-4773-adfe-dd00a8308aed",
"generatedFromUUID": "f22d412e-b06d-4b50-b856-b0f2ac6a2c27"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9e87c75d-fcab-4773-adfe-dd00a8308aed",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKtmice-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"artifactChecksum": "ZjFmYjQ2NjY0MzQzM2YxODMxODdhNWYzNWFhZWNlOWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ec42224b-62e6-4c18-b90d-3994ea5b590d"
}
],
"workloadContext": "Production"
}
2022-03-15T15:45:44.482Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:45:44.483Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5cb435f2-3c46-4f0e-b6db-28de1467e2a2 ASDC
2022-03-15T15:45:44.629Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:20d65b7f-f67d-4e79-b4d0-e313b35eea01
ServiceName:basic_onboard_KtmicE
ServiceVersion:1.0
ServiceUUID:5cb435f2-3c46-4f0e-b6db-28de1467e2a2
ServiceInvariantUUID:34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKtmice-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar
ArtifactUUID:ec42224b-62e6-4c18-b90d-3994ea5b590d
ArtifactChecksum:ZjFmYjQ2NjY0MzQzM2YxODMxODdhNWYzNWFhZWNlOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KtmicE 0
ResourceCustomizationUUID:e1805975-54dd-46be-86aa-7e6dae2eeb7c
ResourceInvariantUUID:8daafe37-6f9a-431b-be67-606a0f194d35
ResourceName:basic_onboard_KtmicE
ResourceType:VF
ResourceUUID:8195b17d-9919-410c-8415-7dc840956dda
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ktmice0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json
ArtifactUUID:18e16f3a-00f2-4131-869e-57847c0a5b78
ArtifactChecksum:YTJkYTdiMDUxYTM2YmVlZWU1OWMwOWI5ZTJhNjBhY2M=
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/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f22d412e-b06d-4b50-b856-b0f2ac6a2c27
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/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env
ArtifactUUID:9e87c75d-fcab-4773-adfe-dd00a8308aed
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/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env
ArtifactUUID:9e87c75d-fcab-4773-adfe-dd00a8308aed
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T15:45:44.629Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5cb435f2-3c46-4f0e-b6db-28de1467e2a2 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-03-15T15:45:44.738Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:45:44.739Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:45:44.741Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:45:44.742Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ec42224b-62e6-4c18-b90d-3994ea5b590d from URL: /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:44.742Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:45:44.744Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:45.140Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:45:45.158Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar ec42224b-62e6-4c18-b90d-3994ea5b590d 71535
2022-03-15T15:45:45.160Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar ASDC sendASDCNotification
2022-03-15T15:45:45.160Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:45.161Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:45:45.162Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:45.163Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:45.163Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359145159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:45:45.264Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:45:45.265Z||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-03-15T15:45:45.265Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:45.278Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:45.278Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:46.165Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:45:46.166Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:45:46.166Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ec42224b-62e6-4c18-b90d-3994ea5b590d, URL: /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar to file: /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:46.167Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:46.246Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:46.246Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:46.899Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16085665694984120672/Definitions/service-BasicOnboardKtmice-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-03-15T15:45:48.986Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:45:48.991Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:45:48.991Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.991Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T15:45:48.991Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.991Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.992Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.992Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.992Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.992Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.992Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.992Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KtmicE 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-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.993Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:48.993Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:45:48.999Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:49.000Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.004Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:49.004Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:45:49.006Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:45:49.008Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:49.008Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.008Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:49.009Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:45:49.009Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:45:49.009Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:49.010Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.013Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:49.013Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is not matching search criteria
2022-03-15T15:45:49.014Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-15T15:45:49.014Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-15T15:45:49.014Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-15T15:45:49.014Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T15:45:49.014Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T15:45:49.015Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:49.015Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:45:49.016Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:49.016Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:49.017Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:49.017Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:49.017Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:49.018Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:49.018Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:49.018Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:49.018Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:49.019Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:49.019Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is not matching search criteria
2022-03-15T15:45:49.019Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T15:45:49.019Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T15:45:49.020Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=893b3d81-259d-4635-a519-0d5e73752f5c
2022-03-15T15:45:49.020Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:49.020Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.020Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:49.021Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.021Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:49.021Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.021Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:49.022Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:49.022Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_KtmicE
Description:service
Model UUID:5cb435f2-3c46-4f0e-b6db-28de1467e2a2
Model Version:NULL
Model InvariantUuid:34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_KtmicE
Model UUID:7d2da39b-f7b9-4d6a-8199-8d1c54627c68
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8daafe37-6f9a-431b-be67-606a0f194d35
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e1805975-54dd-46be-86aa-7e6dae2eeb7c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:497a19e1-cd58-49ef-9b6e-62ea90c6ef96
ModelName:BasicOnboardKtmice..base_ubuntu18..module-0
ModelUuid:20876dc7-664c-4a65-aad9-0b8b54b8fb8d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:893b3d81-259d-4635-a519-0d5e73752f5c
ModelInvariantUuid:8b453576-ddfb-4e55-abb0-44edebd74f7e
ModelName:basic_onboard_KtmicE-nodes.ubuntu18Cvfc
ModelUuid:6a6d88ca-c2be-4c3b-b427-bd19d9e0cbf5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:0059c30a-4f4e-4e12-b7ac-bbe96e3a0a73
ModelInvariantUuid:a411256d-a29f-437a-aab0-73102c60a6fb
ModelName:BasicOnboardKtmice.compute.nodes.heat.ubuntu18
ModelUuid:da82cebc-cf47-4932-8df1-5246c04415be
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-03-15T15:45:49.034Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 8195b17d-9919-410c-8415-7dc840956dda
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-03-15T15:45:49.156Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||basic_onboard_KtmicE 0
2022-03-15T15:45:49.164Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8195b17d-9919-410c-8415-7dc840956dda
2022-03-15T15:45:49.165Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 18e16f3a-00f2-4131-869e-57847c0a5b78 from URL: /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json
2022-03-15T15:45:49.165Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:45:49.165Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json
2022-03-15T15:45:49.822Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:45:49.822Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json 18e16f3a-00f2-4131-869e-57847c0a5b78 798
2022-03-15T15:45:49.823Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json ASDC sendASDCNotification
2022-03-15T15:45:49.823Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json
2022-03-15T15:45:49.823Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:45:49.824Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:49.826Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:49.826Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359149823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:45:49.926Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:49.927Z||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-03-15T15:45:49.927Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:49.942Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:49.943Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:50.828Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKtmice..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "497a19e1-cd58-49ef-9b6e-62ea90c6ef96",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "20876dc7-664c-4a65-aad9-0b8b54b8fb8d",
"vfModuleModelCustomizationUUID": "d3f4953d-1540-4564-a9e3-89d39898cc03",
"isBase": true,
"artifacts": [
"f22d412e-b06d-4b50-b856-b0f2ac6a2c27",
"9e87c75d-fcab-4773-adfe-dd00a8308aed"
],
"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-03-15T15:45:50.841Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKtmice..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20876dc7-664c-4a65-aad9-0b8b54b8fb8d
VfModuleModelInvariantUUID:497a19e1-cd58-49ef-9b6e-62ea90c6ef96
VfModuleModelDescription:NULL
Artifacts UUID List:{
f22d412e-b06d-4b50-b856-b0f2ac6a2c27
,
9e87c75d-fcab-4773-adfe-dd00a8308aed
}
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-03-15T15:45:50.843Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKtmice..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "497a19e1-cd58-49ef-9b6e-62ea90c6ef96",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "20876dc7-664c-4a65-aad9-0b8b54b8fb8d",
"vfModuleModelCustomizationUUID": "d3f4953d-1540-4564-a9e3-89d39898cc03",
"isBase": true,
"artifacts": [
"f22d412e-b06d-4b50-b856-b0f2ac6a2c27",
"9e87c75d-fcab-4773-adfe-dd00a8308aed"
],
"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-03-15T15:45:50.844Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKtmice..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20876dc7-664c-4a65-aad9-0b8b54b8fb8d
VfModuleModelInvariantUUID:497a19e1-cd58-49ef-9b6e-62ea90c6ef96
VfModuleModelDescription:NULL
Artifacts UUID List:{
f22d412e-b06d-4b50-b856-b0f2ac6a2c27
,
9e87c75d-fcab-4773-adfe-dd00a8308aed
}
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-03-15T15:45:50.844Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f22d412e-b06d-4b50-b856-b0f2ac6a2c27 from URL: /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml
2022-03-15T15:45:50.844Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:45:50.844Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml
2022-03-15T15:45:51.050Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:45:51.051Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml f22d412e-b06d-4b50-b856-b0f2ac6a2c27 5033
2022-03-15T15:45:51.051Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T15:45:51.051Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml
2022-03-15T15:45:51.051Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:45:51.052Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:51.054Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:51.054Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359151051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:45:51.154Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:51.156Z||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-03-15T15:45:51.156Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:51.170Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:51.171Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:52.055Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9e87c75d-fcab-4773-adfe-dd00a8308aed from URL: /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env
2022-03-15T15:45:52.056Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:45:52.057Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env
2022-03-15T15:45:52.432Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:45:52.433Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env 9e87c75d-fcab-4773-adfe-dd00a8308aed 909
2022-03-15T15:45:52.433Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T15:45:52.433Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env
2022-03-15T15:45:52.433Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:45:52.434Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:52.437Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:52.437Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359152433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:45:52.537Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:52.539Z||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-03-15T15:45:52.539Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:52.553Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:52.553Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:53.438Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5cb435f2-3c46-4f0e-b6db-28de1467e2a2
2022-03-15T15:45:53.439Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KtmicE 0 8195b17d-9919-410c-8415-7dc840956dda 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-03-15T15:45:53.477Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18609ef8, org.onap.sdc.toscaparser.api.parameters.Input@12775816, org.onap.sdc.toscaparser.api.parameters.Input@6a0914c, org.onap.sdc.toscaparser.api.parameters.Input@52557dfb, org.onap.sdc.toscaparser.api.parameters.Input@4e5eae17]
2022-03-15T15:45:53.480Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.481Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.481Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-15T15:45:53.481Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e1805975-54dd-46be-86aa-7e6dae2eeb7c
2022-03-15T15:45:53.481Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e1805975-54dd-46be-86aa-7e6dae2eeb7c matches Tosca VF Customization UUID: e1805975-54dd-46be-86aa-7e6dae2eeb7c
2022-03-15T15:45:53.482Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e1805975-54dd-46be-86aa-7e6dae2eeb7c 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-03-15T15:45:53.489Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.489Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.490Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e1805975-54dd-46be-86aa-7e6dae2eeb7c: {\"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-03-15T15:45:53.491Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@335d8905
2022-03-15T15:45:53.491Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.491Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:45:53.492Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d3f4953d-1540-4564-a9e3-89d39898cc03
2022-03-15T15:45:53.493Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d3f4953d-1540-4564-a9e3-89d39898cc03
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-03-15T15:45:53.501Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.501Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:53.501Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:53.502Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.502Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:53.503Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:53.503Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.503Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is not matching search criteria
2022-03-15T15:45:53.503Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T15:45:53.504Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T15:45:53.504Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=893b3d81-259d-4635-a519-0d5e73752f5c
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-03-15T15:45:53.520Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.521Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:53.521Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:53.522Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.522Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_KtmicE 0 is matching search criteria
2022-03-15T15:45:53.522Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_KtmicE 0] matching following query criteria: sdcType=VF, customizationUUID=e1805975-54dd-46be-86aa-7e6dae2eeb7c
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-03-15T15:45:53.525Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.526Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.526Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5cb435f2-3c46-4f0e-b6db-28de1467e2a2: basic_onboard_KtmicE
2022-03-15T15:45:53.527Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.527Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.527Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.528Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.528Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.528Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.529Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.530Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.530Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:45:53.531Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_KtmicE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:53.531Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_KtmicE
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-03-15T15:45:53.731Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KtmicE 8195b17d-9919-410c-8415-7dc840956dda 1 ASDC deployResourceStructure
2022-03-15T15:45:53.732Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json ASDC sendASDCNotification
2022-03-15T15:45:53.732Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json
2022-03-15T15:45:53.732Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:45:53.732Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:53.734Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:53.734Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359153732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T15:45:53.835Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:45:53.836Z||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-03-15T15:45:53.836Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:53.855Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:53.856Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:54.735Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T15:45:54.735Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml
2022-03-15T15:45:54.736Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:45:54.736Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:54.739Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:54.739Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359154735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T15:45:54.839Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:54.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-03-15T15:45:54.841Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:54.874Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:54.875Z||pool-15-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:55.740Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T15:45:55.740Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env
2022-03-15T15:45:55.741Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:45:55.741Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:55.743Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:55.743Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359155739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-15T15:45:55.843Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:55.844Z||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-03-15T15:45:55.844Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:55.861Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:55.861Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:56.744Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar ASDC sendASDCNotification
2022-03-15T15:45:56.745Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar
2022-03-15T15:45:56.747Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:45:56.747Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:56.749Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:56.749Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359156744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:45:56.849Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:56.850Z||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-03-15T15:45:56.850Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:45:56.863Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:45:56.864Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:57.751Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
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-03-15T15:45:57.773Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
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-03-15T15:45:57.776Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:45:57.776Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:45:57.776Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:46:27.777Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
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-03-15T15:46:27.789Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
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-03-15T15:46:27.792Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:46:27.792Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:46:27.793Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:46:36.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:46:36.769Z||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-03-15T15:46:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:46:36.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:46:36.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:46:36.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:46:36.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:46:57.793Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
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-03-15T15:46:57.802Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
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-03-15T15:46:57.805Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:46:57.805Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:46:57.805Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:47:27.805Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
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-03-15T15:47:27.821Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
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-03-15T15:47:27.827Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:47:27.827Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:47:27.827Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:47:36.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:47:36.770Z||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-03-15T15:47:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:47:37.305Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:47:37.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "policy-id",
"timestamp": 1647359133591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359134779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:47:37.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "aai-ml",
"timestamp": 1647359132906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359138227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:47:37.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:47:37.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "policy-id",
"timestamp": 1647359133591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359134779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "aai-ml",
"timestamp": 1647359132906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:47:37.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359139232,
"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-03-15T15:47:37.326Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20d65b7f-f67d-4e79-b4d0-e313b35eea01
2022-03-15T15:47:37.327Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20d65b7f-f67d-4e79-b4d0-e313b35eea01 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-03-15T15:47:37.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:47:37.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "policy-id",
"timestamp": 1647359133591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359134779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T15:47:37.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "aai-ml",
"timestamp": 1647359140957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "policy-id",
"timestamp": 1647359133591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:47:37.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359134779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T15:47:37.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359134779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:47:37.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "policy-id",
"timestamp": 1647359141447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.343Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:47:37.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "policy-id",
"timestamp": 1647359142460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359142822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359136766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:47:37.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:47:37.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "policy-id",
"timestamp": 1647359143465,
"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-03-15T15:47:37.351Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20d65b7f-f67d-4e79-b4d0-e313b35eea01
2022-03-15T15:47:37.351Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20d65b7f-f67d-4e79-b4d0-e313b35eea01 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-03-15T15:47:37.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359144434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359145159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359146048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359147167,
"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-03-15T15:47:37.368Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20d65b7f-f67d-4e79-b4d0-e313b35eea01
2022-03-15T15:47:37.368Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20d65b7f-f67d-4e79-b4d0-e313b35eea01 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-03-15T15:47:37.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "clamp",
"timestamp": 1647359147727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359148175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T15:47:37.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "clamp",
"timestamp": 1647359149756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:47:37.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359149823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "clamp",
"timestamp": 1647359150763,
"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-03-15T15:47:37.387Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 20d65b7f-f67d-4e79-b4d0-e313b35eea01
2022-03-15T15:47:37.387Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20d65b7f-f67d-4e79-b4d0-e313b35eea01 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-03-15T15:47:37.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359151051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.403Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359152433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359153732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/basic_onboard_ktmice0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359154735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T15:47:37.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359155739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/resourceInstances/basic_onboard_ktmice0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359156744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "aai-ml",
"timestamp": 1647359160739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtmice/1.0/artifacts/service-BasicOnboardKtmice-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:47:37.406Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:37.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:47:37.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "aai-ml",
"timestamp": 1647359161745,
"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-03-15T15:47:37.411Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20d65b7f-f67d-4e79-b4d0-e313b35eea01
2022-03-15T15:47:37.412Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20d65b7f-f67d-4e79-b4d0-e313b35eea01 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-03-15T15:47:57.828Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
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-03-15T15:47:57.842Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01
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-03-15T15:47:57.853Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:47:57.853Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:47:57.853Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:47:57.854Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:47:57.854Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:47:57.854Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:47:57.854Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:47:57.854Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:47:57.854Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:47:57.855Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:47:57.855Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:47:57.860Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:48:27.861Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01 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-03-15T15:48:27.870Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20d65b7f-f67d-4e79-b4d0-e313b35eea01 and serviceModelVersionId: 5cb435f2-3c46-4f0e-b6db-28de1467e2a2
2022-03-15T15:48:27.870Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b
2022-03-15T15:48:36.783Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:48:36.784Z||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-03-15T15:48:36.784Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:37.428Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:48:37.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359256327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "dcae-sch",
"timestamp": 1647359255488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359254779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359256327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "dcae-sch",
"timestamp": 1647359255488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359254779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359256327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "dcae-sch",
"timestamp": 1647359255488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359254779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359256327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "dcae-sch",
"timestamp": 1647359255488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359254779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359256327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359254779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "dcae-sch",
"timestamp": 1647359255488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "cds",
"timestamp": 1647359268244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359256327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "dcae-sch",
"timestamp": 1647359255488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359254779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "cds",
"timestamp": 1647359268244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "ves-openapi-manager",
"timestamp": 1647359256327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "dcae-sch",
"timestamp": 1647359255488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359254779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "cds",
"timestamp": 1647359268244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "cds",
"timestamp": 1647359268244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359272047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "cds",
"timestamp": 1647359268244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359272750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359273440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "cds",
"timestamp": 1647359268244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359272750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "policy-id",
"timestamp": 1647359273591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359274647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "cds",
"timestamp": 1647359268244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359272750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "policy-id",
"timestamp": 1647359273591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359275674,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:48:37.459Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3104be3-010d-4223-b6e5-5f8342c41182
2022-03-15T15:48:37.459Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3104be3-010d-4223-b6e5-5f8342c41182 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-03-15T15:48:37.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359272750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "cds",
"timestamp": 1647359276059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "policy-id",
"timestamp": 1647359273591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:48:37.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359276679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T15:48:37.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "clamp",
"timestamp": 1647359276303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359272750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "cds",
"timestamp": 1647359277069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-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-03-15T15:48:37.480Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a3104be3-010d-4223-b6e5-5f8342c41182
2022-03-15T15:48:37.480Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3104be3-010d-4223-b6e5-5f8342c41182 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-03-15T15:48:37.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "policy-id",
"timestamp": 1647359273591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "clamp",
"timestamp": 1647359276303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:48:37.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359272750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "policy-id",
"timestamp": 1647359273591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "clamp",
"timestamp": 1647359276303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359272750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:48:37.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "policy-id",
"timestamp": 1647359273591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "clamp",
"timestamp": 1647359276303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359280687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "policy-id",
"timestamp": 1647359273591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:48:37.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "clamp",
"timestamp": 1647359276303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "policy-id",
"timestamp": 1647359281404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "clamp",
"timestamp": 1647359276303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "aai-ml",
"timestamp": 1647359282906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "policy-id",
"timestamp": 1647359282408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:48:37.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "clamp",
"timestamp": 1647359276303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:48:37.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "aai-ml",
"timestamp": 1647359282906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "policy-id",
"timestamp": 1647359283411,
"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-03-15T15:48:37.511Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3104be3-010d-4223-b6e5-5f8342c41182
2022-03-15T15:48:37.511Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3104be3-010d-4223-b6e5-5f8342c41182 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-03-15T15:48:37.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359284381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:48:37.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "aai-ml",
"timestamp": 1647359282906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647359285385,
"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-03-15T15:48:37.526Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a3104be3-010d-4223-b6e5-5f8342c41182
2022-03-15T15:48:37.526Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3104be3-010d-4223-b6e5-5f8342c41182 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-03-15T15:48:37.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "aai-ml",
"timestamp": 1647359282906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "aai-ml",
"timestamp": 1647359282906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "aai-ml",
"timestamp": 1647359282906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "aai-ml",
"timestamp": 1647359282906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:48:37.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "clamp",
"timestamp": 1647359289750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "aai-ml",
"timestamp": 1647359290932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "clamp",
"timestamp": 1647359292753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:48:37.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "clamp",
"timestamp": 1647359293756,
"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-03-15T15:48:37.546Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a3104be3-010d-4223-b6e5-5f8342c41182
2022-03-15T15:48:37.547Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3104be3-010d-4223-b6e5-5f8342c41182 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-03-15T15:48:37.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "aai-ml",
"timestamp": 1647359308237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:48:37.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:37.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-15T15:48:37.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "aai-ml",
"timestamp": 1647359309242,
"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-03-15T15:48:37.566Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a3104be3-010d-4223-b6e5-5f8342c41182
2022-03-15T15:48:37.566Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3104be3-010d-4223-b6e5-5f8342c41182 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-03-15T15:48:42.704Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b/model-vers/model-ver/5cb435f2-3c46-4f0e-b6db-28de1467e2a2?depth=0
2022-03-15T15:48:42.828Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:48:43.364Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b/model-vers/model-ver/5cb435f2-3c46-4f0e-b6db-28de1467e2a2?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-03-15T15:48:43.368Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b/model-vers/model-ver/5cb435f2-3c46-4f0e-b6db-28de1467e2a2?depth=0|INFO|500||Invoke
2022-03-15T15:48:43.484Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b/model-vers/model-ver/5cb435f2-3c46-4f0e-b6db-28de1467e2a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-15T15:48:43.866Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b/model-vers/model-ver/5cb435f2-3c46-4f0e-b6db-28de1467e2a2?depth=0|INFO|500||InvokeReturn
2022-03-15T15:48:43.866Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34f1ee87-cb18-41d1-a1cb-f7f6d5c9000b/model-vers/model-ver/5cb435f2-3c46-4f0e-b6db-28de1467e2a2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-15:48:43:493-73190], vertex-id=[381168], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:48:43 GMT], Content-Type=[application/json]}
2022-03-15T15:48:43.867Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:48:43.870Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:48:43.870Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||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-03-15T15:48:43.875Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T15:48:43.876Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20d65b7f-f67d-4e79-b4d0-e313b35eea01 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:48:43.877Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:48:43.877Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:43.879Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:43.879Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359323876,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:48:43.979Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:43.980Z||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-03-15T15:48:43.980Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:43.994Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:48:43.995Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 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-03-15T15:48:44.895Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:48:44.896Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:48:44.896Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:49.272Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:48:49.273Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-15T15:48:49.273Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a3104be3-010d-4223-b6e5-5f8342c41182","serviceName":"vFW 2022-03-15 15-45-20","serviceVersion":"1.0","serviceUUID":"d23eb108-2fc1-4c53-afc2-5d835ca42443","serviceDescription":"catalog service description","serviceInvariantUUID":"b27cb36b-602a-4921-9a49-2cebb18056b9","resources":[{"resourceInstanceName":"vFW beffca5a-e46a 0","resourceName":"vFW beffca5a-e46a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17","resourceInvariantUUID":"c455e8cb-27c5-419e-91db-5295aff168eb","resourceCustomizationUUID":"42e0982a-574e-4c8e-adae-dbf51452201c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml","artifactChecksum":"YzdhNTEwZjFlNGFjNjdiMjI5MTA3MGNhY2VkM2UzYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c27b6fc4-5cd9-4bc2-8e0e-af1e7e22f539","artifactVersion":"1"},{"artifactName":"vfwbeffca5ae46a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json","artifactChecksum":"MDdlYWJkZDlkNTViYWU5MDI1NjU3OTM4ZTk3MTE1NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3960f307-9b15-46bb-9035-1e10c703cc28","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cb80f05f-7813-4506-8629-6ba47a03a536","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml","artifactChecksum":"MWJlNzkxNDljZDZiM2MwYjhiNmQ2Mjc0Njc0ZDE1N2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"84aa7ba2-80f7-4430-971d-06fc911953b8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8295f982-548a-44b1-8276-3ab97f5e6c64","artifactVersion":"2","generatedFromUUID":"cb80f05f-7813-4506-8629-6ba47a03a536"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315154520-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml","artifactChecksum":"MTJkOTk5M2M3ODgyNDE5ZjJlNmI1NmY4NDNmYTFjYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c014f1c7-c05d-44fc-9fbb-6cc0a3057a76","artifactVersion":"1"},{"artifactName":"service-Vfw20220315154520-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar","artifactChecksum":"N2Q0ZWY1YzdlODM3YTFjNzYwMWRiODNjYzgyZTczNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"973dc2a1-2109-44cb-adc1-33097ecd289a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:48:49.275Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:49.276Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:49.278Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:49.278Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:49.378Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:49.379Z||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-03-15T15:48:49.379Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:49.395Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:48:49.396Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:48:50.278Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:50.279Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:50.281Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:50.281Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:48:50.381Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:50.383Z||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-03-15T15:48:50.383Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:50.411Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:48:50.411Z||pool-20-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:48:51.282Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:51.283Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:51.286Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:51.286Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:48:51.386Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:51.387Z||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-03-15T15:48:51.387Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:51.400Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:48:51.400Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:48:52.286Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:52.287Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:52.290Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:52.290Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:52.391Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:48:52.391Z||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-03-15T15:48:52.392Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:52.405Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:48:52.406Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:48:53.291Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:53.292Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:53.294Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:53.294Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T15:48:53.394Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:53.395Z||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-03-15T15:48:53.395Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:53.409Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:48:53.410Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:48:54.294Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:54.295Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:54.298Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:54.298Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:48:54.398Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:54.399Z||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-03-15T15:48:54.399Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:54.411Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:48:54.412Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:48:55.298Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:48:55.299Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:55.301Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:55.301Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:48:55.402Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:55.403Z||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-03-15T15:48:55.403Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:55.425Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:48:55.426Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:48:56.303Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"serviceName": "vFW 2022-03-15 15-45-20",
"serviceVersion": "1.0",
"serviceUUID": "d23eb108-2fc1-4c53-afc2-5d835ca42443",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b27cb36b-602a-4921-9a49-2cebb18056b9",
"resources": [
{
"resourceInstanceName": "vFW beffca5a-e46a 0",
"resourceCustomizationUUID": "42e0982a-574e-4c8e-adae-dbf51452201c",
"resourceName": "vFW beffca5a-e46a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17",
"resourceInvariantUUID": "c455e8cb-27c5-419e-91db-5295aff168eb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbeffca5ae46a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"artifactChecksum": "MDdlYWJkZDlkNTViYWU5MDI1NjU3OTM4ZTk3MTE1NDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3960f307-9b15-46bb-9035-1e10c703cc28",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cb80f05f-7813-4506-8629-6ba47a03a536",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8295f982-548a-44b1-8276-3ab97f5e6c64",
"generatedFromUUID": "cb80f05f-7813-4506-8629-6ba47a03a536"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8295f982-548a-44b1-8276-3ab97f5e6c64",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220315154520-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"artifactChecksum": "N2Q0ZWY1YzdlODM3YTFjNzYwMWRiODNjYzgyZTczNGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "973dc2a1-2109-44cb-adc1-33097ecd289a"
}
],
"workloadContext": "Production"
}
2022-03-15T15:48:56.303Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:48:56.303Z|20d65b7f-f67d-4e79-b4d0-e313b35eea01|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d23eb108-2fc1-4c53-afc2-5d835ca42443 ASDC
2022-03-15T15:48:56.304Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a3104be3-010d-4223-b6e5-5f8342c41182
ServiceName:vFW 2022-03-15 15-45-20
ServiceVersion:1.0
ServiceUUID:d23eb108-2fc1-4c53-afc2-5d835ca42443
ServiceInvariantUUID:b27cb36b-602a-4921-9a49-2cebb18056b9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220315154520-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar
ArtifactUUID:973dc2a1-2109-44cb-adc1-33097ecd289a
ArtifactChecksum:N2Q0ZWY1YzdlODM3YTFjNzYwMWRiODNjYzgyZTczNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW beffca5a-e46a 0
ResourceCustomizationUUID:42e0982a-574e-4c8e-adae-dbf51452201c
ResourceInvariantUUID:c455e8cb-27c5-419e-91db-5295aff168eb
ResourceName:vFW beffca5a-e46a
ResourceType:VF
ResourceUUID:98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbeffca5ae46a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json
ArtifactUUID:3960f307-9b15-46bb-9035-1e10c703cc28
ArtifactChecksum:MDdlYWJkZDlkNTViYWU5MDI1NjU3OTM4ZTk3MTE1NDI=
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/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml
ArtifactUUID:cb80f05f-7813-4506-8629-6ba47a03a536
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/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env
ArtifactUUID:8295f982-548a-44b1-8276-3ab97f5e6c64
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/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env
ArtifactUUID:8295f982-548a-44b1-8276-3ab97f5e6c64
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T15:48:56.304Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d23eb108-2fc1-4c53-afc2-5d835ca42443 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-03-15T15:48:56.334Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:48:56.335Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:48:56.335Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:48:56.335Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 973dc2a1-2109-44cb-adc1-33097ecd289a from URL: /sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar
2022-03-15T15:48:56.335Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:48:56.336Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar
2022-03-15T15:48:56.739Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:48:56.745Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar 973dc2a1-2109-44cb-adc1-33097ecd289a 98925
2022-03-15T15:48:56.745Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar ASDC sendASDCNotification
2022-03-15T15:48:56.745Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar
2022-03-15T15:48:56.745Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:48:56.746Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:48:56.748Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:48:56.748Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359336745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:48:56.848Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:48:56.849Z||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-03-15T15:48:56.849Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:48:56.864Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:48:56.865Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:48:57.748Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:48:57.750Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:48:57.750Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 973dc2a1-2109-44cb-adc1-33097ecd289a, URL: /sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar to file: /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:48:57.751Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315154520-csar.csar
2022-03-15T15:48:57.751Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:48:57.752Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:48:57.935Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5621965374270981905/Definitions/service-Vfw20220315154520-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-15T15:49:00.055Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:49:00.056Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:49:00.056Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.057Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-15T15:49:00.057Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.057Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.057Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.057Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.058Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.058Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.058Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW beffca5a-e46a 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-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.058Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.059Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.059Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.059Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.059Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.059Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:00.060Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:49:00.060Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.060Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.061Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:00.061Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:49:00.061Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:49:00.061Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.061Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.062Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:00.062Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:49:00.062Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:49:00.062Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.062Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.063Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.063Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:00.063Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:00.063Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:49:00.063Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.064Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.064Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.064Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:49:00.064Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:00.064Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:49:00.065Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:49:00.065Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.065Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.065Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:49:00.065Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.065Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:49:00.066Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.066Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T15:49:00.066Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.066Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:49:00.067Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.067Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:00.067Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:00.067Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.067Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:00.068Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:00.068Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.068Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:00.068Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:00.068Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.069Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:00.069Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:00.069Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T15:49:00.069Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:00.069Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:49:00.070Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:49:00.070Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.070Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.070Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:49:00.070Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.071Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:49:00.071Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.071Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca3642b6-4ae6-4ac7-847b-af0913133208
2022-03-15T15:49:00.071Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.071Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:00.072Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:00.072Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:49:00.072Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.072Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.072Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.072Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:49:00.073Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:00.073Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T15:49:00.073Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:49:00.073Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.073Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:49:00.074Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.074Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4eefa7a7-7a67-4783-a469-96d5a9ef3610
2022-03-15T15:49:00.074Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.074Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:00.075Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:00.075Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:49:00.075Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.075Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.075Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.076Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:49:00.076Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:00.076Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:49:00.076Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:49:00.077Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:00.077Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:00.077Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T15:49:00.077Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=30ffad7c-1942-4f1c-ba57-85598201dcaf
2022-03-15T15:49:00.077Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.078Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.078Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.078Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.078Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.079Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.079Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:00.079Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:00.079Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-15 15-45-20
Description:catalog service description
Model UUID:d23eb108-2fc1-4c53-afc2-5d835ca42443
Model Version:NULL
Model InvariantUuid:b27cb36b-602a-4921-9a49-2cebb18056b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW beffca5a-e46a
Model UUID:5af10761-bbad-49dc-a63d-102bc3afed04
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c455e8cb-27c5-419e-91db-5295aff168eb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:42e0982a-574e-4c8e-adae-dbf51452201c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7db24337-0300-4a45-a699-b4b0ce24fa67
ModelName:VfwBeffca5aE46a..base_vfw..module-0
ModelUuid:16e87d48-f195-4e17-b4b3-4507051e3be8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ca3642b6-4ae6-4ac7-847b-af0913133208
ModelInvariantUuid:ff8e7934-1737-43ec-a13a-ba41da763602
ModelName:vFW beffca5a-e46a-nodes.vfwCvfc
ModelUuid:81e0b711-715b-4c6c-94fa-2e4aff493518
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c262888d-7dd3-4fa7-9155-6f0de71c9ad8
ModelInvariantUuid:4aa3c2e9-f534-4351-835f-ac7505fa68e8
ModelName:VfwBeffca5aE46a.compute.nodes.heat.vfw
ModelUuid:39e8666e-7e2b-4e7e-b67f-f40fe6b933a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4eefa7a7-7a67-4783-a469-96d5a9ef3610
ModelInvariantUuid:f4f7f2f7-c6cc-462d-9e22-2a57ab17227f
ModelName:vFW beffca5a-e46a-nodes.vsnCvfc
ModelUuid:804d8248-9529-451f-b84c-b27e2e0bdff8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d8bd6da7-6f72-45d4-bdac-6013b399b23c
ModelInvariantUuid:19418cd3-0588-41c1-882f-45493e74c8c2
ModelName:VfwBeffca5aE46a.compute.nodes.heat.vsn
ModelUuid:b15c0fbb-c2df-4953-a5c3-6a55c41d335f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:30ffad7c-1942-4f1c-ba57-85598201dcaf
ModelInvariantUuid:2b10202d-a2f7-4846-ad93-4d0a51ad8cd4
ModelName:vFW beffca5a-e46a-nodes.vpgCvfc
ModelUuid:e7b2ff91-3ce2-4eff-a94b-fb88162f9561
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:03e5e0af-ad17-495c-9f79-b8001b7ee45b
ModelInvariantUuid:73183d5d-b385-4e9f-9094-bd3e9f1aeff8
ModelName:VfwBeffca5aE46a.compute.nodes.heat.vpg
ModelUuid:ac622193-f8ff-4f9a-bde0-44c8a3c107f1
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-03-15T15:49:00.092Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17
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-03-15T15:49:00.095Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||vFW beffca5a-e46a 0
2022-03-15T15:49:00.095Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17
2022-03-15T15:49:00.095Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3960f307-9b15-46bb-9035-1e10c703cc28 from URL: /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json
2022-03-15T15:49:00.095Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:49:00.096Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json
2022-03-15T15:49:00.352Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:49:00.352Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json 3960f307-9b15-46bb-9035-1e10c703cc28 785
2022-03-15T15:49:00.352Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json ASDC sendASDCNotification
2022-03-15T15:49:00.353Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json
2022-03-15T15:49:00.353Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:49:00.353Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:00.355Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:00.355Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359340352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:49:00.455Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:49:00.456Z||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-03-15T15:49:00.457Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:00.471Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:49:00.471Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:01.356Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBeffca5aE46a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7db24337-0300-4a45-a699-b4b0ce24fa67",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "16e87d48-f195-4e17-b4b3-4507051e3be8",
"vfModuleModelCustomizationUUID": "8fbdede4-d3fe-41c7-93a6-619c14a27e92",
"isBase": true,
"artifacts": [
"cb80f05f-7813-4506-8629-6ba47a03a536",
"8295f982-548a-44b1-8276-3ab97f5e6c64"
],
"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-03-15T15:49:01.360Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBeffca5aE46a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:16e87d48-f195-4e17-b4b3-4507051e3be8
VfModuleModelInvariantUUID:7db24337-0300-4a45-a699-b4b0ce24fa67
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb80f05f-7813-4506-8629-6ba47a03a536
,
8295f982-548a-44b1-8276-3ab97f5e6c64
}
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-03-15T15:49:01.361Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBeffca5aE46a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7db24337-0300-4a45-a699-b4b0ce24fa67",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "16e87d48-f195-4e17-b4b3-4507051e3be8",
"vfModuleModelCustomizationUUID": "8fbdede4-d3fe-41c7-93a6-619c14a27e92",
"isBase": true,
"artifacts": [
"cb80f05f-7813-4506-8629-6ba47a03a536",
"8295f982-548a-44b1-8276-3ab97f5e6c64"
],
"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-03-15T15:49:01.362Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBeffca5aE46a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:16e87d48-f195-4e17-b4b3-4507051e3be8
VfModuleModelInvariantUUID:7db24337-0300-4a45-a699-b4b0ce24fa67
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb80f05f-7813-4506-8629-6ba47a03a536
,
8295f982-548a-44b1-8276-3ab97f5e6c64
}
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-03-15T15:49:01.362Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cb80f05f-7813-4506-8629-6ba47a03a536 from URL: /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml
2022-03-15T15:49:01.362Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:49:01.362Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml
2022-03-15T15:49:01.560Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:49:01.560Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml cb80f05f-7813-4506-8629-6ba47a03a536 20368
2022-03-15T15:49:01.561Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T15:49:01.561Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml
2022-03-15T15:49:01.561Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:49:01.561Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:01.563Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:01.563Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359341561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:49:01.663Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:49:01.664Z||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-03-15T15:49:01.664Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:01.681Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:49:01.682Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:02.564Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8295f982-548a-44b1-8276-3ab97f5e6c64 from URL: /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env
2022-03-15T15:49:02.564Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:49:02.565Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env
2022-03-15T15:49:02.859Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:49:02.860Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env 8295f982-548a-44b1-8276-3ab97f5e6c64 2098
2022-03-15T15:49:02.860Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T15:49:02.860Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env
2022-03-15T15:49:02.860Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:49:02.861Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:02.862Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:02.863Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359342860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:49:02.963Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:49:02.964Z||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-03-15T15:49:02.964Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:02.979Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:49:02.980Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:03.865Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d23eb108-2fc1-4c53-afc2-5d835ca42443
2022-03-15T15:49:03.865Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW beffca5a-e46a 0 98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17 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-03-15T15:49:03.884Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52f29894, org.onap.sdc.toscaparser.api.parameters.Input@9c4a538, org.onap.sdc.toscaparser.api.parameters.Input@4af767c7, org.onap.sdc.toscaparser.api.parameters.Input@1f465a0c, org.onap.sdc.toscaparser.api.parameters.Input@59b65748]
2022-03-15T15:49:03.886Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.886Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.886Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-15T15:49:03.886Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 42e0982a-574e-4c8e-adae-dbf51452201c
2022-03-15T15:49:03.887Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42e0982a-574e-4c8e-adae-dbf51452201c matches Tosca VF Customization UUID: 42e0982a-574e-4c8e-adae-dbf51452201c
2022-03-15T15:49:03.887Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 42e0982a-574e-4c8e-adae-dbf51452201c 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-03-15T15:49:03.890Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.890Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.891Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 42e0982a-574e-4c8e-adae-dbf51452201c: {\"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-03-15T15:49:03.891Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29f4e0aa
2022-03-15T15:49:03.891Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.891Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:49:03.892Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8fbdede4-d3fe-41c7-93a6-619c14a27e92
2022-03-15T15:49:03.892Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8fbdede4-d3fe-41c7-93a6-619c14a27e92
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-03-15T15:49:03.894Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.895Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:03.895Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:03.895Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.896Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:03.896Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:03.896Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.896Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:03.897Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:03.897Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T15:49:03.897Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:03.897Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:49:03.898Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:49:03.898Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.898Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:03.898Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:49:03.899Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:03.899Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:49:03.899Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.900Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ca3642b6-4ae6-4ac7-847b-af0913133208
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-03-15T15:49:03.902Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.902Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:03.903Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:03.903Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.903Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:03.904Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:03.904Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:49:03.904Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:03.904Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.905Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.905Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:49:03.905Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:03.905Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T15:49:03.906Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:49:03.906Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:03.906Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:49:03.907Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.907Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4eefa7a7-7a67-4783-a469-96d5a9ef3610
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-03-15T15:49:03.909Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.910Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:03.910Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:03.912Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.913Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is not matching search criteria
2022-03-15T15:49:03.913Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:49:03.913Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:49:03.914Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:03.914Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.914Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.914Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:49:03.915Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:49:03.915Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:49:03.915Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:49:03.915Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:49:03.916Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:49:03.916Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T15:49:03.916Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=30ffad7c-1942-4f1c-ba57-85598201dcaf
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-03-15T15:49:03.919Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.919Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:03.919Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:49:03.920Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.920Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Node template vFW beffca5a-e46a 0 is matching search criteria
2022-03-15T15:49:03.920Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW beffca5a-e46a 0] matching following query criteria: sdcType=VF, customizationUUID=42e0982a-574e-4c8e-adae-dbf51452201c
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-03-15T15:49:03.922Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.922Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.923Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d23eb108-2fc1-4c53-afc2-5d835ca42443: vFW beffca5a-e46a
2022-03-15T15:49:03.923Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.923Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.923Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.924Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.924Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.924Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.925Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.925Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.925Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:49:03.925Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-45-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:49:03.926Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-15 15-45-20
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-03-15T15:49:04.140Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW beffca5a-e46a 98b0e7b8-e5cb-4cc3-acd6-5998ba6e0e17 1 ASDC deployResourceStructure
2022-03-15T15:49:04.141Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json ASDC sendASDCNotification
2022-03-15T15:49:04.141Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json
2022-03-15T15:49:04.141Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:49:04.141Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:04.143Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:04.143Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359344141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T15:49:04.244Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:49:04.245Z||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-03-15T15:49:04.245Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:04.267Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:49:04.267Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:05.144Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T15:49:05.145Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml
2022-03-15T15:49:05.145Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:49:05.145Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:05.147Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:05.148Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359345144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T15:49:05.248Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:49:05.249Z||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-03-15T15:49:05.249Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:05.262Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:49:05.262Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:06.149Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T15:49:06.149Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env
2022-03-15T15:49:06.150Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:49:06.150Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:06.152Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:06.152Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359346148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-15T15:49:06.252Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:49:06.253Z||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-03-15T15:49:06.253Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:06.269Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:49:06.269Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:07.153Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar ASDC sendASDCNotification
2022-03-15T15:49:07.154Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar
2022-03-15T15:49:07.154Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:49:07.155Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:07.158Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:07.158Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359347153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:49:07.258Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:49:07.259Z||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-03-15T15:49:07.259Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:07.283Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:49:07.283Z||pool-33-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:49:08.159Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3104be3-010d-4223-b6e5-5f8342c41182
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-03-15T15:49:08.169Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3104be3-010d-4223-b6e5-5f8342c41182
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-03-15T15:49:08.174Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:49:08.174Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:49:08.174Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:49:08.174Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:49:08.175Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:49:08.180Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:49:36.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:49:36.770Z||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-03-15T15:49:36.770Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:37.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:49:37.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20d65b7f-f67d-4e79-b4d0-e313b35eea01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359323876,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:49:37.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:49:37.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:49:37.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:49:37.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:49:37.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:49:37.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:49:37.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:49:37.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:49:37.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T15:49:37.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:49:37.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:49:37.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:49:37.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359324895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:49:37.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:49:37.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359336745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:49:37.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359340352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359341561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359342860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359344141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/vfwbeffca5ae46a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359345144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359346148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/resourceInstances/vfwbeffca5ae46a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-15T15:49:37.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:37.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:37.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359347153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154520/1.0/artifacts/service-Vfw20220315154520-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:49:37.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:38.181Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a3104be3-010d-4223-b6e5-5f8342c41182 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-03-15T15:49:38.188Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a3104be3-010d-4223-b6e5-5f8342c41182 and serviceModelVersionId: d23eb108-2fc1-4c53-afc2-5d835ca42443
2022-03-15T15:49:38.188Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b27cb36b-602a-4921-9a49-2cebb18056b9
2022-03-15T15:49:38.189Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b27cb36b-602a-4921-9a49-2cebb18056b9/model-vers/model-ver/d23eb108-2fc1-4c53-afc2-5d835ca42443?depth=0
2022-03-15T15:49:38.195Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:49:38.247Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b27cb36b-602a-4921-9a49-2cebb18056b9/model-vers/model-ver/d23eb108-2fc1-4c53-afc2-5d835ca42443?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-03-15T15:49:38.248Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b27cb36b-602a-4921-9a49-2cebb18056b9/model-vers/model-ver/d23eb108-2fc1-4c53-afc2-5d835ca42443?depth=0|INFO|500||Invoke
2022-03-15T15:49:38.276Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b27cb36b-602a-4921-9a49-2cebb18056b9/model-vers/model-ver/d23eb108-2fc1-4c53-afc2-5d835ca42443?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-15T15:49:38.543Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b27cb36b-602a-4921-9a49-2cebb18056b9/model-vers/model-ver/d23eb108-2fc1-4c53-afc2-5d835ca42443?depth=0|INFO|500||InvokeReturn
2022-03-15T15:49:38.543Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b27cb36b-602a-4921-9a49-2cebb18056b9/model-vers/model-ver/d23eb108-2fc1-4c53-afc2-5d835ca42443?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-15:49:38:283-99380], vertex-id=[217120], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:49:38 GMT], Content-Type=[application/json]}
2022-03-15T15:49:38.544Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:49:38.544Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:49:38.544Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||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-03-15T15:49:38.551Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T15:49:38.552Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a3104be3-010d-4223-b6e5-5f8342c41182 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:49:38.552Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:49:38.552Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:49:38.555Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:49:38.555Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359378552,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:49:38.657Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:49:38.658Z||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-03-15T15:49:38.658Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:38.679Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:49:38.680Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 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-03-15T15:49:39.573Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:49:39.575Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:49:39.575Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:49.126Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:49:49.127Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:49:49.128Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:49:49.128Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:49:58.679Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:49:58.680Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:49:58.680Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:49:58.680Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:08.228Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:36.767Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:50:36.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:50:36.769Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:50:36.769Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:36.769Z||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-03-15T15:50:36.769Z||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 PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:37.133Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:37.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a3104be3-010d-4223-b6e5-5f8342c41182",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359378552,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:50:37.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:50:37.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "clamp",
"timestamp": 1647359426303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-15T15:50:37.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "aai-ml",
"timestamp": 1647359432906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-15T15:50:37.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359434779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-15T15:50:37.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "cds",
"timestamp": 1647359433245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-15T15:50:37.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "policy-id",
"timestamp": 1647359433591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-15T15:50:37.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "dcae-sch",
"timestamp": 1647359435487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-15T15:50:37.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "clamp",
"timestamp": 1647359426303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:50:37.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-15T15:50:37.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "aai-ml",
"timestamp": 1647359432906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-15T15:50:37.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "cds",
"timestamp": 1647359433245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-15T15:50:37.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647359434779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:50:37.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-15T15:50:37.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "policy-id",
"timestamp": 1647359433591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-15T15:50:37.403Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:37.404Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-15T15:50:37.404Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"48a262ea-9135-425a-9aaa-8dac8bbfdd73","serviceName":"vFW 2022-03-15 15-48-19","serviceVersion":"1.0","serviceUUID":"23ed02bb-86dc-4089-8f15-c4c00c9e7d9a","serviceDescription":"catalog service description","serviceInvariantUUID":"22aef143-6082-4bc9-8dbc-ad683fefeca2","resources":[{"resourceInstanceName":"vFW 69416bd7-ea0d 0","resourceName":"vFW 69416bd7-ea0d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"86cb6942-8ea9-413d-97e4-9e22d9768eb9","resourceInvariantUUID":"78c16dfa-1b47-47b1-b527-e271c012c52a","resourceCustomizationUUID":"5d45c6ae-381c-48e7-821c-70a0d0ba9128","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml","artifactChecksum":"YjU3NjdiM2I0Y2RiNWVlMzNkZjIxOWMxZjk1YzkzMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"557e5b0d-1feb-41ec-895b-42cabd2d2260","artifactVersion":"1"},{"artifactName":"vfw69416bd7ea0d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json","artifactChecksum":"ODYwNzI2NDY4NTMyZDIyOGYwMDY4ZDNlZWVmOTkwNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"28efac55-bd24-4593-84f4-990faef894cb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"43b6c902-af40-4a6e-8442-5cb02bee4afd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vendor-license-model.xml","artifactChecksum":"MTBiNTNlOTNlMDMxZjQzNzRlOTRiYWVlZGVjYWZlMWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9654363f-a5bd-46e8-a263-88ff540dae4f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"16189847-682c-4435-9e0e-d085ebeaeb9e","artifactVersion":"2","generatedFromUUID":"43b6c902-af40-4a6e-8442-5cb02bee4afd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315154819-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-template.yml","artifactChecksum":"NDViZjY0MDc2NTZmOGMzZmM1NGZkNDYyYzE2ODE4OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e47f014-db7b-491f-8983-81bb46e13a7a","artifactVersion":"1"},{"artifactName":"service-Vfw20220315154819-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar","artifactChecksum":"NDY2Y2I0MzRkYzY5OTQ2M2Y2NjQyNTFjODRjOTFiNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bd2de2a-ae33-4bb4-ad6d-f0333c467571","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:50:37.411Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:37.411Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:37.415Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:37.415Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359436766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:50:37.515Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:37.517Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:50:37.517Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:37.535Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:37.536Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:38.416Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:38.417Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:38.418Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:38.418Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359436766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:50:38.519Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:38.519Z||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-03-15T15:50:38.520Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:38.540Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:38.541Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:39.419Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:39.421Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:39.424Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:39.424Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359436766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:50:39.524Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:39.525Z||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-03-15T15:50:39.525Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:39.537Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:39.538Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:40.425Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:40.426Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:40.428Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:40.428Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359436766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:50:40.528Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:40.530Z||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-03-15T15:50:40.530Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:40.545Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:40.546Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:41.429Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:41.429Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:41.431Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:41.431Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359436766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T15:50:41.531Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:41.532Z||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-03-15T15:50:41.532Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:41.543Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:41.544Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:42.432Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:42.433Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:42.435Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:42.435Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359436766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:50:42.536Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:42.537Z||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-03-15T15:50:42.537Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:42.554Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:42.554Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:50:43.436Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:50:43.437Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:43.440Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:43.440Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359436766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:50:43.540Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:43.541Z||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-03-15T15:50:43.541Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:43.551Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:43.552Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:50:44.442Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"serviceName": "vFW 2022-03-15 15-48-19",
"serviceVersion": "1.0",
"serviceUUID": "23ed02bb-86dc-4089-8f15-c4c00c9e7d9a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "22aef143-6082-4bc9-8dbc-ad683fefeca2",
"resources": [
{
"resourceInstanceName": "vFW 69416bd7-ea0d 0",
"resourceCustomizationUUID": "5d45c6ae-381c-48e7-821c-70a0d0ba9128",
"resourceName": "vFW 69416bd7-ea0d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "86cb6942-8ea9-413d-97e4-9e22d9768eb9",
"resourceInvariantUUID": "78c16dfa-1b47-47b1-b527-e271c012c52a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw69416bd7ea0d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
"artifactChecksum": "ODYwNzI2NDY4NTMyZDIyOGYwMDY4ZDNlZWVmOTkwNzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "28efac55-bd24-4593-84f4-990faef894cb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "43b6c902-af40-4a6e-8442-5cb02bee4afd",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "16189847-682c-4435-9e0e-d085ebeaeb9e",
"generatedFromUUID": "43b6c902-af40-4a6e-8442-5cb02bee4afd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "16189847-682c-4435-9e0e-d085ebeaeb9e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220315154819-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
"artifactChecksum": "NDY2Y2I0MzRkYzY5OTQ2M2Y2NjQyNTFjODRjOTFiNDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4bd2de2a-ae33-4bb4-ad6d-f0333c467571"
}
],
"workloadContext": "Production"
}
2022-03-15T15:50:44.443Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:50:44.443Z|a3104be3-010d-4223-b6e5-5f8342c41182|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 23ed02bb-86dc-4089-8f15-c4c00c9e7d9a ASDC
2022-03-15T15:50:44.444Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:48a262ea-9135-425a-9aaa-8dac8bbfdd73
ServiceName:vFW 2022-03-15 15-48-19
ServiceVersion:1.0
ServiceUUID:23ed02bb-86dc-4089-8f15-c4c00c9e7d9a
ServiceInvariantUUID:22aef143-6082-4bc9-8dbc-ad683fefeca2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220315154819-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar
ArtifactUUID:4bd2de2a-ae33-4bb4-ad6d-f0333c467571
ArtifactChecksum:NDY2Y2I0MzRkYzY5OTQ2M2Y2NjQyNTFjODRjOTFiNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 69416bd7-ea0d 0
ResourceCustomizationUUID:5d45c6ae-381c-48e7-821c-70a0d0ba9128
ResourceInvariantUUID:78c16dfa-1b47-47b1-b527-e271c012c52a
ResourceName:vFW 69416bd7-ea0d
ResourceType:VF
ResourceUUID:86cb6942-8ea9-413d-97e4-9e22d9768eb9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw69416bd7ea0d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json
ArtifactUUID:28efac55-bd24-4593-84f4-990faef894cb
ArtifactChecksum:ODYwNzI2NDY4NTMyZDIyOGYwMDY4ZDNlZWVmOTkwNzc=
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/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml
ArtifactUUID:43b6c902-af40-4a6e-8442-5cb02bee4afd
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/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env
ArtifactUUID:16189847-682c-4435-9e0e-d085ebeaeb9e
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/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env
ArtifactUUID:16189847-682c-4435-9e0e-d085ebeaeb9e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T15:50:44.445Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23ed02bb-86dc-4089-8f15-c4c00c9e7d9a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:50:44.493Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:50:44.494Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:50:44.494Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:50:44.495Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4bd2de2a-ae33-4bb4-ad6d-f0333c467571 from URL: /sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:44.495Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:50:44.495Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:45.021Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:50:45.026Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar 4bd2de2a-ae33-4bb4-ad6d-f0333c467571 98959
2022-03-15T15:50:45.026Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar ASDC sendASDCNotification
2022-03-15T15:50:45.027Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:45.027Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:50:45.027Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:45.029Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:45.030Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359445026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:50:45.130Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:45.131Z||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-03-15T15:50:45.131Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:45.159Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:45.160Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:46.031Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:50:46.032Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:50:46.033Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4bd2de2a-ae33-4bb4-ad6d-f0333c467571, URL: /sdc/v1/catalog/services/Vfw20220315154819/1.0/artifacts/service-Vfw20220315154819-csar.csar to file: /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:46.033Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315154819-csar.csar
2022-03-15T15:50:46.034Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:46.035Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:46.292Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16000327850737453841/Definitions/service-Vfw20220315154819-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-15T15:50:48.506Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:50:48.507Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:50:48.508Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.508Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-15T15:50:48.508Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.508Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.509Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.510Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.510Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.510Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 69416bd7-ea0d 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-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.510Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315154819-csar.csar
2022-03-15T15:50:48.510Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:50:48.510Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.511Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.511Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:48.511Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:50:48.511Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:50:48.512Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.512Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.512Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:48.512Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:50:48.513Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:50:48.513Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.513Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.513Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.513Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is not matching search criteria
2022-03-15T15:50:48.514Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:50:48.514Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:50:48.514Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.514Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.514Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:50:48.514Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.515Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:50:48.516Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.516Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T15:50:48.516Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.516Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:50:48.517Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.517Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:48.517Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:48.517Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.517Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:48.518Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:48.518Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.518Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:48.518Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:48.518Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.519Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is not matching search criteria
2022-03-15T15:50:48.519Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:50:48.519Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T15:50:48.519Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:50:48.519Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:50:48.520Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:50:48.520Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.520Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.520Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:50:48.520Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.521Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:50:48.521Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.521Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eb5ebe54-dc4c-4c42-bf09-82c8f9c29fe5
2022-03-15T15:50:48.521Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.521Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is not matching search criteria
2022-03-15T15:50:48.522Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:50:48.522Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:50:48.522Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.522Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.522Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:50:48.523Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.523Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:50:48.523Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T15:50:48.523Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:50:48.523Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.523Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:50:48.524Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.524Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa6fd480-adf2-423d-8d38-fa107f06111d
2022-03-15T15:50:48.524Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.524Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is not matching search criteria
2022-03-15T15:50:48.524Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:50:48.525Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:50:48.525Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.525Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.525Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:50:48.525Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.525Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce0ddfc3-cb6c-4c22-8f56-08c0a9be835a
2022-03-15T15:50:48.526Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:48.527Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:48.528Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-15 15-48-19
Description:catalog service description
Model UUID:23ed02bb-86dc-4089-8f15-c4c00c9e7d9a
Model Version:NULL
Model InvariantUuid:22aef143-6082-4bc9-8dbc-ad683fefeca2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 69416bd7-ea0d
Model UUID:b42b1a2a-47b7-4a31-b2b7-95cbcfbeeb0f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:78c16dfa-1b47-47b1-b527-e271c012c52a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5d45c6ae-381c-48e7-821c-70a0d0ba9128
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:61fe8f15-b07c-4e37-9028-47b41f123c2c
ModelName:Vfw69416bd7Ea0d..base_vfw..module-0
ModelUuid:be5129ab-556a-4602-91cd-62172b5eb14b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:eb5ebe54-dc4c-4c42-bf09-82c8f9c29fe5
ModelInvariantUuid:d030af9c-f6f0-4d17-ac4b-67f7ab7b7456
ModelName:vFW 69416bd7-ea0d-nodes.vfwCvfc
ModelUuid:faeaeb56-8a68-4a34-887d-409183dc6b07
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4ea27c57-66ac-42fb-83b1-a2a11e08c336
ModelInvariantUuid:55225c29-69b0-44b4-aa7c-db0acbed86d1
ModelName:Vfw69416bd7Ea0d.compute.nodes.heat.vfw
ModelUuid:279a7af8-b68e-4518-a5d9-f25d0b1e910a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fa6fd480-adf2-423d-8d38-fa107f06111d
ModelInvariantUuid:69d629e0-1400-4b08-b435-9b1a6ce36c7a
ModelName:vFW 69416bd7-ea0d-nodes.vsnCvfc
ModelUuid:beb8ad29-9793-4315-b3ed-f8dfa247dcd0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:44c3445a-cafc-4b8f-a653-1b5f257759da
ModelInvariantUuid:19e14a8b-effd-4b19-b7e8-8d5d64694a31
ModelName:Vfw69416bd7Ea0d.compute.nodes.heat.vsn
ModelUuid:a8742068-98d2-49d8-92be-55bca2445a84
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ce0ddfc3-cb6c-4c22-8f56-08c0a9be835a
ModelInvariantUuid:a7b6cbd4-bac2-4c3b-9b81-aef3bbff11b4
ModelName:vFW 69416bd7-ea0d-nodes.vpgCvfc
ModelUuid:5d7f098f-71d9-4cdf-927f-4b15295b8f79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6708e925-b93e-42cf-9929-34f6411e9cb8
ModelInvariantUuid:d5d14f13-600f-4a87-836b-f44263696dec
ModelName:Vfw69416bd7Ea0d.compute.nodes.heat.vpg
ModelUuid:7393c697-ecf9-42ca-b875-c7bacae5fc03
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-03-15T15:50:48.536Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 86cb6942-8ea9-413d-97e4-9e22d9768eb9
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-03-15T15:50:48.540Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||vFW 69416bd7-ea0d 0
2022-03-15T15:50:48.541Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 86cb6942-8ea9-413d-97e4-9e22d9768eb9
2022-03-15T15:50:48.541Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 28efac55-bd24-4593-84f4-990faef894cb from URL: /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json
2022-03-15T15:50:48.541Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:50:48.541Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json
2022-03-15T15:50:48.949Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:50:48.950Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json 28efac55-bd24-4593-84f4-990faef894cb 785
2022-03-15T15:50:48.950Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json ASDC sendASDCNotification
2022-03-15T15:50:48.950Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json
2022-03-15T15:50:48.950Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:50:48.951Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:48.957Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:48.957Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359448950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/vfw69416bd7ea0d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:50:49.053Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-15T15:50:49.054Z||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-03-15T15:50:49.054Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:49.067Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:49.068Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:49.958Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw69416bd7Ea0d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "61fe8f15-b07c-4e37-9028-47b41f123c2c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "be5129ab-556a-4602-91cd-62172b5eb14b",
"vfModuleModelCustomizationUUID": "89752d92-b538-41e4-b116-a5e78f80e521",
"isBase": true,
"artifacts": [
"43b6c902-af40-4a6e-8442-5cb02bee4afd",
"16189847-682c-4435-9e0e-d085ebeaeb9e"
],
"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-03-15T15:50:49.962Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw69416bd7Ea0d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be5129ab-556a-4602-91cd-62172b5eb14b
VfModuleModelInvariantUUID:61fe8f15-b07c-4e37-9028-47b41f123c2c
VfModuleModelDescription:NULL
Artifacts UUID List:{
43b6c902-af40-4a6e-8442-5cb02bee4afd
,
16189847-682c-4435-9e0e-d085ebeaeb9e
}
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-03-15T15:50:49.963Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw69416bd7Ea0d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "61fe8f15-b07c-4e37-9028-47b41f123c2c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "be5129ab-556a-4602-91cd-62172b5eb14b",
"vfModuleModelCustomizationUUID": "89752d92-b538-41e4-b116-a5e78f80e521",
"isBase": true,
"artifacts": [
"43b6c902-af40-4a6e-8442-5cb02bee4afd",
"16189847-682c-4435-9e0e-d085ebeaeb9e"
],
"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-03-15T15:50:49.963Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw69416bd7Ea0d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be5129ab-556a-4602-91cd-62172b5eb14b
VfModuleModelInvariantUUID:61fe8f15-b07c-4e37-9028-47b41f123c2c
VfModuleModelDescription:NULL
Artifacts UUID List:{
43b6c902-af40-4a6e-8442-5cb02bee4afd
,
16189847-682c-4435-9e0e-d085ebeaeb9e
}
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-03-15T15:50:49.964Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 43b6c902-af40-4a6e-8442-5cb02bee4afd from URL: /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml
2022-03-15T15:50:49.964Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:50:49.964Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml
2022-03-15T15:50:50.151Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:50:50.152Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml 43b6c902-af40-4a6e-8442-5cb02bee4afd 20368
2022-03-15T15:50:50.152Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T15:50:50.152Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml
2022-03-15T15:50:50.152Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:50:50.153Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:50.155Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:50.155Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359450152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:50:50.255Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:50.257Z||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-03-15T15:50:50.257Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:50.271Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:50.272Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:51.156Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 16189847-682c-4435-9e0e-d085ebeaeb9e from URL: /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env
2022-03-15T15:50:51.156Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:50:51.156Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env
2022-03-15T15:50:51.445Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:50:51.445Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env 16189847-682c-4435-9e0e-d085ebeaeb9e 2098
2022-03-15T15:50:51.446Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T15:50:51.446Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env
2022-03-15T15:50:51.446Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:50:51.446Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:50:51.447Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:50:51.448Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "48a262ea-9135-425a-9aaa-8dac8bbfdd73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647359451445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315154819/1.0/resourceInstances/vfw69416bd7ea0d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:50:51.548Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:50:51.549Z||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-03-15T15:50:51.549Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PkPebzEAgjBV4Uzh) ...
2022-03-15T15:50:51.560Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:50:51.561Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:50:52.448Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 23ed02bb-86dc-4089-8f15-c4c00c9e7d9a
2022-03-15T15:50:52.448Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 69416bd7-ea0d 0 86cb6942-8ea9-413d-97e4-9e22d9768eb9 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-03-15T15:50:52.465Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a274f28, org.onap.sdc.toscaparser.api.parameters.Input@2f2b7f77, org.onap.sdc.toscaparser.api.parameters.Input@16a805ed, org.onap.sdc.toscaparser.api.parameters.Input@37249af7, org.onap.sdc.toscaparser.api.parameters.Input@67aadd34]
2022-03-15T15:50:52.467Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:52.467Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:52.467Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-15T15:50:52.467Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5d45c6ae-381c-48e7-821c-70a0d0ba9128
2022-03-15T15:50:52.467Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d45c6ae-381c-48e7-821c-70a0d0ba9128 matches Tosca VF Customization UUID: 5d45c6ae-381c-48e7-821c-70a0d0ba9128
2022-03-15T15:50:52.468Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5d45c6ae-381c-48e7-821c-70a0d0ba9128 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-03-15T15:50:52.470Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:52.470Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:50:52.471Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5d45c6ae-381c-48e7-821c-70a0d0ba9128: {\"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-03-15T15:50:52.471Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@563fe7ee
2022-03-15T15:50:52.471Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:52.471Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-48-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:50:52.471Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89752d92-b538-41e4-b116-a5e78f80e521
2022-03-15T15:50:52.472Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89752d92-b538-41e4-b116-a5e78f80e521
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-03-15T15:50:52.476Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:52.476Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:52.476Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:52.476Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:52.476Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:52.477Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:52.477Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:52.477Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is not matching search criteria
2022-03-15T15:50:52.477Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:50:52.477Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T15:50:52.477Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:50:52.478Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:50:52.479Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:50:52.479Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eb5ebe54-dc4c-4c42-bf09-82c8f9c29fe5
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-03-15T15:50:52.481Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:50:52.482Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Node template vFW 69416bd7-ea0d 0 is matching search criteria
2022-03-15T15:50:52.482Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 69416bd7-ea0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:50:52.482Z|48a262ea-9135-425a-9aaa-8dac8bbfdd73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery